Problem First search, after system idle for a while, takes a long long time to return results. This happens not only after IISReset (of course […]
SPListItem.Delete Best Practise – SharePoint SPList
Today, My Client has a new requirement to delete certain records from a SharePoint Custom List which contains 80+ k of items. First thing came […]
Simple Web Services call using PowerShell
At times, you will be requiring to test your web service if it is working. To do that, simply fire up your PowerShell and run […]
Disable NTLM Authentication Prompt to Share Point
Internet Explorer provides seamless authentication using Windows Account to only trusted site or local intranet site. To avoid unnecessary prompt for re-login to SharePoint Site. […]
Cannot create SharePoint Service Application in Central Admin
Issue: Ribbon for Creating new Managed Service Application / Delete Service Application is disabled, despite login as System Account to SharePoint Central Administration Page. Manage […]
STSADM taking so long time to run – SLOW!
If yours is Intranet SharePoint Application, this is a very common issue “SLOW stsadm command”!!! Yes, you may not need to bother about this if […]
FAST Search Keyword Query with Scope using Powershell
Just wanted to share the following script of mine. Hope it helps. [sourcecode language=”powershell”] #Parameters #-scope : The search scope that you defined in Central […]
Event ID 3760 – SharePoint Foundation – SQL Database not found
Exception [sourcecode] SQL Database ‘YOUR DATABASE_FOLLOWED BY GUID’ on SQL Server instance ‘YOUR INSTANCE’ not found. Additional error information from SQL Server is included below. […]
Toggling SharePoint 2010 Calendar View using JavaScript
Calendar is a very common used module in SharePoint, it comes with 3 OOTB views namely Daily, Weekly and Monthly. Toggling between these views can […]
Error 39952 – The type initializer for ‘Microsoft.PerformancePoint.Scorecards.Indicators. BuiltinIndicators’ threw an exception
SharePoint PerformancePoint Scorecard intermittently not displaying indicator. The following Application Log error generated once a page request is made. [sourcecode] Exception details: System.TypeInitializationException: The type […]