Posts

Showing posts from May, 2014

Unable to see all fields for Document Set properties in SharePoint site

Issue Description: ============== You are not able to see columns associated with 'Document Set' content type when you view or edit properties of Document Sets. When you view or edit properties of Document Set you can just see the "Name" column.  Resolution ======== You can add a web part to the DispForm.aspx or Editform.aspx and then add a connection filter for the web part. 1. Open the affected site in SharePoint Designer  2. Navigate to the affected Library where you have the Document Sets.  3. Edit the Dispform.aspx and search for below line in the code: <TemplateName xmlns="http://schemas.microsoft.com/WebPart/v2/ListForm">DocumentLibraryForm</TemplateName> 4. Comment out or delete the above code of line and save the page.  5. If you see the same thing when you edit properties of Document Set then do the same thing for Editform.aspx and save the changes.

SharePoint 2013 - 'Sorry, Apps are turned off' error

Issue Description: ================ You configure the App Management Service in the farm but while trying to add any app you receive the following error: Sorry, apps are turned off. If you know who runs the server, tell them to enable apps. Cause ======= The server was running out of memory.  Steps to Resolution ================ 1. We tried to add an app using a non-system account, however we received the following error: Sorry, apps are turned off. If you know who runs the server, tell them to enable apps. 2. We tried to browse SharePoint Central Admin - Apps - Configure App URL's and got below error:  Sorry, something went wrong Settings or services required to complete this request are not currently available. Try this operation again later. If the problem persists, contact your administrator.  Technical Details  Troubleshoot issues with Microsoft SharePoint Foundation.  Correlation ID: 6379209c-5068-40f4-5407-6ef37b5fe7a3  Date a...

SharePoint Server Installation Shows Pending Restart

Issue: ======== "A system restart from a previous installation or update is pending . Restart your computer and run setup to continue." Steps to Resolution: ==================== 1. Open the registry from Start > Run > regedit 2. Go to " HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager " 3. Rename the key "PendingFileRenameOperations" to someting like PendingFileRenameOperations_OLD 4. Close the registy editor. Now run the PSConfig wizard to complete the setup. NOTE : Before you make any changes to the registry use the EXPORT option to take a backup of the registry

Working on It.....Newly created SharePoint 2013 sites

Recently I have seen issues while accessing newly created SharePoint 2013 site collections that when we access the site the request gets processed by IIS but still on the browser it shows the great message: Working on it.... After looking at it for some time, found that if we try to access the Site settings page "/_layouts/15/settings.aspx" it renders fine. But if we try to access any of the Page, Document Library or any List it gets stuck on the Working on it message. Observed the same behavior on SharePoint server and the client machines.  After investigating further found the solution to this issue Steps for Resolution: Deactivate the new site feature which is introduced in SharePoint 2013 called "Minimal Download Stratergy"  Sign out from the site, close all the browser windows. Open a new browser windows and browse to the SharePoint site and you will see the site now comes up fine. Once the site comes up fine, then you can activate the featu...