Mihalech.com Blog

0

Move FILESTREAM database to new instance

To move filestream enabled database to new instance you can follow this process: 1. Identify files in your FILESTREAM DB with this script:     2. Detach your database using Management Studio controls or...

0

SharePoint Migrated Content-Database is too large

In migration process from SharePoint 2007 to SharePoint 2013 content databases are growing enormously on size. I have encountered growth about 70% (And that is really big problem, when you have limited resources –...

0

SharePoint Exception: The request uses too many resources

SharePoint Exception: The request uses too many resources can occur if too many commands are executed while calling ExecuteQueryAsync function. Resolution is to up default resource boundaries for SP WebApp. This script outputs informations about...

0

System.ServiceModel.ServiceActivationException SharePoint JSOM

Using SharePoint JSOM api i have encountered very strange exception. Call to clientContext.executeQueryAsync threw sometimes exception System.ServiceModel.ServiceActivationException and responded with status 500. In our case it was problem with available RAM on development server. Actually it...

UpdatePanel postback full page reload 0

UpdatePanel postback full page reload

On my journey from SharePoint 2007 to SharePoint 2013 occured very strange problem. The project which I was migrating was using ASP UpdatePanels in combination with GridViews. The problem was that, if i clicked...