Skip to main content

Posts

Showing posts from January, 2017

All you want to know about Exception from HRESULT: 0x80131904 in SharePoint 2013/2010

This error is very common in SharePoint environment and there are few reasons to cause the issue. But as a root cause every issue is needs to do something with SQL server installed in your SharePoint Server. Cause 1 This is the most common reason and most of the SharePoint environment and it is due to Low Disk Space in your SQL Server. When You might see this when you are creating a New Page or New Item in SharePoint environment. Basically you are trying to contribute to the SharePoint Environment. How to Resolve. If it is SQL Express environment make sure you are not exceeding the limit of 4GB. Check your Hard Disks spaces in SharePoint SQL Server for Log Disks and Date Disks. Cause 2 You might see this error when you are opening a SharePoint List and believe me this is also very common scenario when you are working with SharePoint. This is caused by not having read permission to columns items in the list which might be a lookup list and the current user does not have permi

Converting O365 / SharePoint App to SharePoint 2013 on Premises Solution

Generally when you are developing SharePoint Provider hosted apps you can simply user SharePoint Online version to do testing and development. But when it comes to actual deployment you may need it to deploy as SharePoint on premises solution. You can do it by simply adding few additional configuration sections to web.config. This is the default web.config you will have when you are working with O365, SharePoint Online Apps. If you want to convert the same application to host in your premises as a provider hosted application. You just need few entries in your web config. You need to specify Authorization and SSL certificate communication settings. After that you can configure your environment to host the application as High Trust SharePoint Application. <configuration> <system.web> <compilation debug="true" targetFramework="4.5" /> <httpRuntime targetFramework="4.5" /> <authorization> <deny users="?