Tuesday, September 23, 2014

The operation cannot be performed on database "WSS_UsageApplication .



The operation cannot be performed on database "WSS_UsageApplication .

Issue: The operation cannot be performed on database "WSS_UsageApplication" because it is involved in a database mirroring session or an availability group. Some operations are not allowed on a database that is participating in a database mirroring session or in an availability group.  ALTER DATABASE Statement failed.

Description: The issue occurrers when we install the CU for SharePoint 2013 and runs the PSconfig.PSCONFIG failed with an error. When we check the Upgrade log we see the error” The operation cannot be performed on database "WSS_UsageApplication"

Solution: As In my environment we put the WSS_UsageApplication under high availability. Once, I removed it from the high availability group and run the PSconfig it worked successfully.

Ensure to  remove “WSS_UsageApplication” from the availability group before applying a CU and add it when the upgraded is completed if necessary.

Ensure  to remove “WSS_UsageApplication” under high availability from the Primary node only.
 


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Monday, September 22, 2014

SQL remote blob storage must be installed on each web front end server and on the content database before it may be used

 SQL remote blob storage must be installed on each web front end server and on the content database before it may be used.

Issue: unable to create content database to use RBS with FILE STREAM in SharePoint 2013


Solution: While enabling Remote Blob Storage on SharePoint servers, we need to run these Power Shell commands to enable RBS.

$cdb = Get-SPContentDatabase WSS_Content_2500  #Set you database name
$rbss = $cdb.RemoteBlobStorageSettings
$rbss.Installed()
$rbss.Enable()
$rbss.SetActiveProviderName($rbss.GetProviderNames()[0])


When you run this line $rbss.Enable(), sometimes we get error and it says, “SQL remote blob storage must be installed on each web front end server and on the content database before it may be used.

To resolve this problem, we need to restart all servers in the Farm. After restarting, it will work like a charm.



I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Thursday, September 18, 2014

SharePoint Server 2013 crawler has insufficient permissions to crawl file shares



SharePoint Server 2013 crawler has insufficient permissions to crawl file shares

Issue: SharePoint Server 2013 crawler has insufficient permissions to crawl file shares

Solution: Please follow the below steps to resolve the issue.

1.    Click Start, click Run, type gpedit.msc, and then click OK.
2.    Navigate to the following location in the Local Group Policy Editor:

Computer Configuration\Windows Settings\Security Settings\Local Policies\User Rights Assignment

3.    In the right pane, locate and right-click Manage auditing and security log, and then click Properties.
4.    Click the Add User or Group button in the Manage auditing and security log properties dialog box, and then add the crawl account that the SharePoint 2013 crawler uses.
5.    Click OK in the Manage auditing and security log properties dialog box.

Note: If you assign the Manage Auditing And Security Log permission by using a Group Policy Object (GPO), add the crawl account to the GPO.
 


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

SharePoint 2010 Sites Templates



SharePoint 2010 Sites Templates

Download all the Free templates from the below site.


  
I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

Wednesday, September 17, 2014

Access denied. Only machine administrators are allowed to create administration service job definitions of type



Access denied. Only machine administrators are allowed to create administration service job definitions of type


Issue: Access denied. Only machine administrators are allowed to create administration service job definitions of type.
Microsoft.SharePoint.Administration.SPSolutionDeploymentJobDefinition

Cause: The Error is due to the User that we run the script is not having the machine administrator privileges.

Solution: please find the below solutions to resolve the issue.

Solution1: You will get the permissions as a Machine Administrator when you start the particular application with “Run As Administrator”

Solution 2: configure the UAC (UserAccountControl) in that way to be always also Machine Administrator.

To fix this issue you need to turn off UAC (User Account Control) via registry by changing the DWORD "EnableLUA" from 1 to 0 in

 "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system".

Reboot the server once the update is done.
 


I hope the above information will help you to resolve the issue, in case of any queries/questions regarding the above mentioned information then please let me know. I would be more than happy to help you as well as resolves your issues, Thank you.

ShareThis

X