Quantcast
Channel: SharePoint 2010 - Setup, Upgrade, Administration and Operations forum
Viewing all 12728 articles
Browse latest View live

Exception with Blob Cache

$
0
0

Dears,

I have Blob Cache enabled on all my SharePoint servers. I have configured it on drive E. But I am getting these alerts for time to time although the user don't complain about anything but still its an issue for me to reslove:

Microsoft.SharePoint.Publishing.BlobCache+<>c__DisplayClass42.<SendCachedFile>b__41 failed
with System.Web.HttpException: An error occurred while communicating with the remote host. The
error code is 0x80070057.

I have the correct permission assigned on the folder.

Does anyone about this issue?

Please reply and Thanks in Advance.

Sami Ullah


Custon TimerJob still running even it is deactivated

$
0
0

Hi 

i have deployed a custom timer job (wsp) through powershell

but now we have to do few modifications and have to redeploy that

currently i have deactivated and uninstalled that feature but still that timer job is showing in job definitions and its running and when i deploy new wsp it is not reflecting any changes 

Please can any one help out on this to to stop this and new one to deploy

How to add a "Add New Item" link to a SharePoint 2010 List in Quick Launch so that it opens in a Dialog

$
0
0

Hello,

How do I add a "Add New Item" link renamed to whatever list page to a SharePoint 2010 List in Quick Launch so that it opens in a Dialog PopUp window?

I have seen some methods to do it for webparts but, I'd like for the link to be placed and displayed in quick Launch so whenever they click on it, it gives the same feel of the "Add New Item" to quickly fill out a form. The List page would still exist and be visited using a seperate link too.

Any help?

Can't open a document in IRM enabled document library in SharePoint 2010

$
0
0

Dear All,

My Environment

SharePoint 2010 (Windows server 2008 R2)

AD RMS Server (Windows server 2008 R2)

Office 2010

Browser IE 8

Users will use xp machine also

Issue

Can't open a document in IRM enabled document library in SharePoint 2010

Issue in Brief

 I’ve enabled IRM from Central Administration (I’m using Active Directory integrated RMS). Now, in the document library settings, In the document library settings, I’ve checked the restrict permission to documents in this library on download Also i gave permission policy title and Permission policy description remaining are unchecked. Now when I try to open the document from document library

When I tried to open Excel I got following error

Microsoft Office Excel cannot access the file 'http://mossservername/Documents/Filename.xlsx'. There are several possible reasons:

 

·         The file name or path does not exist.

·         The file is being used by another program.

·         The workbook you are trying to save has the same name as a currently open workbook.

 

When I tried to open Word , I got following error

Microsoft Office Word:

"http://mossservername/Documents/Filename.doc" does not exist.Check your spelling or try another path

Then I simply removed the IRM permission policy from document library and then tried accessing the document. This time it opened.

I got same error when I open from Windows Server 2008 R2 as well as XP machine

Following Things I have tried but no luck

On the Internet Explorer à Tools à Internet Options à Advanced tab à click Restore defaults button à Click "OK" to finish --- No luck

Run one of the Office 2010 application (e.g. Word 2010).

  Click on File menu, and select Options.

  In the “Options” dialog, select Trust Center in the left pane.

  Click on Trust Center Settings in the right pane.

  Select Protected View in the left pane of “Trust Center” dialog.

  Disable any of all of the protected view options as below by unticking the check boxes:

  • Enable Protected View for files that fail validation
  • Enable Protected View for files originating from the Internet
  • Enable Protected View for files located in potentially unsafe locations
  • Enable Protected View for Outlook attachments"

de-select "Automatically Detect Settings" under LAN setting part in Internet Explorer

Please Help me to sort out this issue

Thanks

Scorpion


Alternate access mapping and IRM in SharePoint 2010

$
0
0
Dear All, 

We have an issue with RMS with SharePoint

Please find it below

The following scenario is happening when we open a document from IRM enabled Library


Iteration 1( While creating a web application if we provide public url as same as machine name (eg:sharepoint))

http://sharepoint:123456 is your central admin

http://sharepoint:654321 is your site collection

Its working fine



Iteration 2 ( While creating a web application if we provide public url as other than machine name (eg:mossservername))

http://sharepoint:123456 is your central admin

http://mossservername:654321 is your site collection


we are facing the following issue when we open a document from IRM enabled Library

When I tried to open Excel I got following error
Microsoft Office Excel cannot access the file 'http://mossservername:654321 /Documents/Filename.xlsx'. There are several possible reasons:
 
·         The file name or path does not exist.
·         The file is being used by another program.
·         The workbook you are trying to save has the same name as a currently open workbook.
 
When I tried to open Word , I got following error
Microsoft Office Word:
"http://mossservername:654321 /Documents/Filename.doc" does not exist.Check your spelling or try another path


If We done following things in Alternate Access Mappings its working fine 

Default URL : http://mossservername:654321
Extranet URL : http://sharepoint:654321

we need to make rms working on http://mossservername:654321 rather than extranet url
Please help us to sort it out

Thanks in Advance
Scorpion

Issue in Using RMS in SharePoint 2010

$
0
0

Dear All

 

I have an issue with configuring SharePoint with RMS, Please find detail in below

I have below Environment

  1. SharePoint server 2010
    Windows Server 2008 R2
    Active Directory
    AD RMS server
    AD RMS DB

Things which I have done

 

I have configured the AD RMS as per following link

http://technet.microsoft.com/en-us/library/cc753531(v=ws.10).aspx

I have tested with ADRMS Client its working perfectly

 

To integrate with SharePoint 2010i have done following things

 

Add permissions for the SharePoint server to the AD RMS certification pipeline

( http://sharepointknowledgebase.blogspot.com/2012/09/integrating-ad-rms-and-sharepoint.html)

Log on to the AD RMS server as a local administrator
Click Start, and then click Computer
Navigate to c:\Inetpub\wwwroot\_wmcs\Certification
Right-click ServerCertification.asmx, click Properties, and then click the Security tab
Click Advanced, click Edit, select the Include inheritable permissions from this object's parent check box, and then click OK two times
Click Edit
Click Add
Click Object Types, select the Computers check box, and then click OK
Type the name of the SharePoint web front-end server, and then click OK twice.
Repeat the above three steps for other web front-end servers
Click OK to close the ServerCertification.asmx Properties sheet. By default the Read & Execute and the Read permissions are configured
Reset IIS

Then I got following Error

The required Windows Rights Management client is present but the server could not be accessed. If you are switching from one RMS server to different RMS server, be sure you have to set up a trust relationship between two. IRM will not work until the server grants permissionAlso I found  Following message in events

Event Id 5145

In Event Viewer I found following entry

 

Information Rights Management (IRM): There was a problem while initializing the content licensing certificate (CLC) from the local lockbox.

A CLC represents a user's right to create and publish content. The server needs a CLC in order to create IRM protected documents.

 

I followed as per the link http://technet.microsoft.com/en-us/library/cc560972(v=office.12).aspx )

I can’t find following path

 

%allusersprofile%\Application Data\Microsoft\DRM\Server\ folder

 

I found below path and delete all contains

C:\users\spfarm\appdata\local\microsoft\drm\

 

when we were manually connecting to the RMS /_wmcs/certification.asmx file via a browser from the SharePoint server we got an untrusted certificate result in the browser.

 

So we have export the certificate from IIS and import into SharePoint server and resolved the untrusted certificate

 

IIS Logs in AD RMS Server

I found following errors in IIS log of AD-RMS Server

10.10.10.10 POST /_wmcs/licensing/publish.asmx - 443 10.10.10.5 Windows+Rights+Management+Client 401 2 5 78

10.10.10.10 POST /_wmcs/licensing/publish.asmx - 443 Test\SPFarm 10.10.10.5 Windows+Rights+Management+Client 500 0 0 1452

 

When I type http://adrms-srv.com/_wcms/licensing/publish.asmx in SharePoint server page is opening

Also I change browser setting as automatic log on as current username and password so it won’t ask any credentials  

Similar Issue Links

http://social.technet.microsoft.com/Forums/en-US/sharepointadminprevious/thread/c478c972-a3ad-4760-a960-dfd52c8981ea

http://social.technet.microsoft.com/Forums/en-US/sharepointadminprevious/thread/2ff5ef0e-74d2-48cd-88b1-4ef45828949a

https://groups.google.com/forum/?fromgroups=#!topic/microsoft.public.rights_mgmt_svcs/d3uEbQ74zAE

 

Questions

  • SPfarm account is SharePoint administrator account , Is that account requires any special privileges ?
  • I have read SPC, RAC, GIC , CLC certificates , Is there anything I have to configure here?
    • I hope so I don’t need to install any  Windows Rights Management Services Client Service Pack 2 on my WFE servers (Windows Server 2008 R2)
    • Someone says it’s a PKI certificate error , If so how I should rectify (Sorry am not a system guy)
    • Someone(http://social.technet.microsoft.com/Forums/en-US/sharepointadminprevious/thread/c478c972-a3ad-4760-a960-dfd52c8981ea ) says to create a trust relationship between two domains using Active Directory Federated Services, But in my case mine single domain, like anything this I have to create?
    • In Regedit (Ad rms server and SharePoint server ) also I cant find the following enter HKLM\software\microsoft\MSDRM , which I seen I lots of forums
    • Also I didn’t find  Msdrm.dll on SharePoint servers 
Please help me to sort out this issue

Error: Microsoft.SharePoint.SPException: This view requires at least Microsoft Internet Explorer 7.0, Mozilla FireFox 3.0, or Apple Safari 3.0. I'm getting this in the ULS logs. How can I remove this?

$
0
0

I'm getting multiple Unexpected errors in the ULS logs with the following error:

Microsoft.SharePoint.SPException: This view requires

at least Microsoft Internet Explorer 7.0, Mozilla FireFox 3.0, or Apple Safari 3.0.

at Microsoft.SharePoint.WebControls.Gantt.OnLoad(EventArgs e)

at System.Web.UI.Control.LoadRecursive()

at System.Web.UI.Control.AddedControl(Control control, Int32 index)

at Microsoft.SharePoint.WebPartPages.ListViewWebPart.CreateChildControls()

at Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter.CreateChildControls()

at System.Web.UI.Control.EnsureChildControls()

at System.Web.UI.Control.PreRenderRecursiveInternal()

at System.Web.UI.Control.PreRenderRecursiveInternal()

at System.Web.UI.Control.PreRenderRecursiveInternal()

at System.Web.UI.Control.PreRenderRecursiveInternal()

at System.Web.UI.Control.PreRenderRecursiveInternal()

at System.Web.UI.Control.PreRenderRecursiveInternal()

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

How can I get rid of this?


Faiza

SharePoint 2010 site collection Backup issue with Sandboxed solution

$
0
0

Attempting to run a backup on a site collection using SPS OOB capability. This is a farm with no custom farm solutions allowed. Only sandboxed solutions. There are about half a dozen of them in the solution store for this site collection.

When a backup is run it error out with the exception: "content database for this site collection is referencing a missing assembly: <assembly name>. version=1.0.0.0, culture=neutral,PublicKeyToken=<key>"

Now I can take this solution, install it any of my virtual farms and do a backup and restore via powershell or CA without any issues. 

Has anyone ever seen this type of issue?


sharepoint Designer workflow not sending Task email

$
0
0

Hi,

I have a designer workflow working fine but i am not receiving the task email,workflow email is being sent properly.

everything seems to be fine in the configuration, what could be the reason?

The search request was unable to connect to the Search Service

$
0
0

The Search was working before I turn off the servers on 2010 SharePoint Foundation.

I turn off all of the 2010 SharePoint Foundation three tire servers to do database maintenance moving data files to a different drive.

When I turn on the 2010 SharePoint Foundation everything is working with the exception of the search that I know of.

The search request was unable to connect to the Search Service

Need help in backing up the database from sharepoint

$
0
0

Hi i am using sharepoint foundation server 2010. we are using this this to develop performance point dashboards. Now we are moving the this dashboard from box to another sharepoint site. Can anyone help how we can move these dashboards to another site without recreating them again in that sharepoint site which we are moving.

one more thing we don't maintain the sharepoint where we are going to move these dashboards. so programmatically  we cannot do it. is there other way we can do it.

Web Application Problem

$
0
0

Dears,

i need your support for a problem in the SharePoint 2010 as i created web Application successfuly and as a result a database has been created in the SQL Server and also the web application has been created in the IIS with its Virtual Directories.
but the main problem is in Accessing this web app as i can not access it although i did all thing very well.
so i am seeking your support if you can know the root cause of this problem ASAP.

"Unable to load assembly group. The user assembly group provider was unable to provide any user assemblies for the specified assembly group." Site Template Deployment

$
0
0

Hi All,

I have moved my SP 2010 Site template from dev environment to test environement and while creating new site from this site template, i got this below error

The error "Unable to load assembly group. The user assembly group provider was unable to provide any user assemblies for the specified assembly group."

Solution Deployment : Missing one or more of the following attributes from the root node in solution CAPEX_Testing.wsp: assembly '', type ''.

Solution Deployment : Looking for 'ReceiverClass' attribute in manifest root node for solution 'CAPEX_Testing.wsp'.

 -  - Unable to load assembly group. The user assembly group provider was unable to provide any user assemblies for the specified assembly group. - Assembly group id: ", GroupId = "0A20E4B45C9F4663B0F5608D348D0B2B-3lwzIYjukcgo755J2zAOE8lKr9K15YDMIeZgw4thb64=""

 - UserCodeExecutionProxy call failed.   Microsoft.SharePoint.UserCode.SPUserCodeExecutionPipelineFailedException:   Unable to load assembly group. The user assembly group provider was unable to   provide any user assemblies for the specified assembly group.    Server stack trace:     at   Microsoft.SharePoint.UserCode.SPUserCodeAssemblyCacheManager.EnsureUserCodeAssemblyGroupIsCached(Guid   siteId, SPUserCodeAssemblyGroupId userCodeAssemblyGroupId)    at   Microsoft.SharePoint.UserCode.SPUserCodeExecutionHost.Execute(Type   userCodeWrapperType, Guid siteCollectionId, SPUserToken userToken, String   affinity, SPUserCodeExecutionContext executionContext)    at   System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr   md, Object[] args, Object server, Int32 methodPtr, Boolean fExec...

Error loading and running event receiver CapexNewFormValidations.CapexNewFormValidations in CapexNewFormValidations, Version=1.0.0.0, Culture=neutral, PublicKeyToken=782d1de1d07eed68. Additional information is below.  Unable to load assembly group. The user assembly group provider was unable to provide any user assemblies for the specified assembly group.

The error "Unable to load assembly group. The user assembly group provider was unable to provide any user assemblies for the specified assembly group." with hr:-2130239098 in the thread context is being replaced by error "Unable to load assembly group. The user assembly group provider was unable to provide any user assemblies for the specified assembly group." with hr:-2130239098.  The first error was not cleared before the second error replaced it.


Jeeva

Remove all ADFS configuration from SharePoint

$
0
0

Hello,

We have new SharePoint farm with ADFS 2.1 farm (so farm ADFS + PROXY) installed and working.

One of our requests is to change signing certificate so we could sign in using different URL.

I found it very confusing to change these certificates, so instead I would like to reinstall ADFS configuration with newly certificate. To do that, I must "remove" all my SAML Provider configuration from our SharePoint farm (correct me if I'm wrong).

How can I achieve my goal?

Thanks

Allowing SharePoint to go through proxy

$
0
0

Hi,

I have two questions:

1. I have existing SharePoint server where it already has access to internet directly within SharePoint.  I've been made assure that this server doesn't have direct internet access.  I have been looking at all web.config and I couldn't find any custom proxy setting.  Where can I find this setting as I want to replicate this to the new SharePoint environment.

2. I obviously want to set this up on the new SharePoint environment but am not confident that adding proxy setting into web.config will work.  Our proxy setting doesn't start with http anyway.  How do I make this work?

Thank you.


Target audience only works on navigation - not on webparts

$
0
0

Hi!

I have been looking to solve an issue with my SP2010 server but no matter where I look I can't seem to find any answers. So I hope that someone in here can help...

The problem is with target audience on webparts. The field is not visible in the properties for the webparts (any webpart). However target audience Works fine on navigation items (for publishing websites).

I have rebooted, reenabled features and all other suggested actions that I could find regarding missing target audience in webparts. But nothing has helped me so far.

The server is in a domain and the SQL server for it is in another (trusted) domain.

Does anyone have any idears?

Kind regards
KarstenS


MCSA

DB is in compatibility range and [upgrade failed!]

$
0
0

Hello World,

We are using SharePoint 2010 SP1 on four servers (2 web 2 app) with a dedicated Failover SQL 2008 R2

After installing kb2536599 Patch on all 4 servers i tried to run the Conf Wizard to complete the Patching Process but it failed at the upgrade product 9 of 10. i checked the DB status from the Central Administration and found the following

I tried the cmd commands:

psconfig.exe -cmd upgrade -inplace

and

psconfig.exe -cmd upgrade -inplace b2b -force

and

psconfig -cmd upgrade -inplace b2b -force -wait

and

PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures

Also i triedto clear the config cache and re-run the upgrade, and they all keep failing at Performing configuration task 3 of 4


Appreciate Support as our SP Engineer left the company and i am stuck with this issues and i am not SP expert 




Restrict search between 2 site collections

$
0
0

Hi,

I need to restrict a search from displaying results on 2 different site collections.  I've been searching around but couldn't find the right solution for this.

Thank you.

Use Website Developed with Another Web Development Software with Sharepoint

$
0
0

My website may be transferred to Microsoft as part of my upgrade to Office 365 from Office 2010. My website was developed using WYSIWYG Web Builder software (WWB).  You can read more about this issue at:

http://community.office365.com/en-us/forums/685/p/167514/483458.aspx

You will see a Microsoft MVP referred me to the Sharepoint Forum. If I transfer my website to Microsoft as part of the Office 365:

1) Will the website developed using WWB software work effectively?

2) Can I modify my website and republish it, using WWB, with the same ease as I have in the past?

3) Will the FTP instructions change?

4) Are there any other issues I should be aware of?

Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Microsoft SharePoint

$
0
0

i'm getting this error time by time 2-3 times per week.
What i do, i make a restart of the Sharepoint Server 2010, and then the list could be open normally.
Why this happen?

how to fix it?
Regards!


Lasandro Lopez

Viewing all 12728 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>