So to access a hidden SharePoint List, navigate to:
Month: October 2015
The runtime should revert to the identity of the application pool, but reverting to the application pool must be explicitly enabled for the service application by a farm administrator
Solution
The solution was to set the revert to self option of the BCS service to true. To do that, run the following in the Management Shell.
Backup and Restore SharePoint SiteCollection
The scenario here was to deploy an existing SharePoint SiteCollection to a different url within the same farm. Now, there might be different approaches towards achieving it. I’ll be doing it by the following way:
- Take the backup of the given SiteCollection.
- Restore the same db to a different url.
Error:: <nativehr>0x80070003</nativehr>
I received this error when I was trying to restore a SharePoint 2013 SiteCollection using the Restore-SPSite command. The backup, a .bak file, was created using the Backup-SPSite command in the management shell. Following is the screenshot of the error message:
After little bit of digging, I figured out that the database backup doesn’t seem to be compatible with my latest web application. The issue in fact, also occurred when I tried to restore the db within the same web application whose one of the SiteCollection was backed in the file!
Read More »