| Home | My Account | Directories |
iDocs steunt team 2Dakar
Published on 2012-01-11 00:58:57
iDocs steunt team 2Dakar en het goede doel: Medicijnen voor de medische post in Fatoto – Kantora district Oost Gambia. Op 3 november 2012 gaan Ronald Bruinsma en Bert Paarhuis [...]
Enable FILESTREAM on SQL Server 2008R2
Published on 2011-10-28 09:39:46
FILESTREAM is a feature of SQL 2008 that supports BLOB file storage on NTFS file shares. This feature is also supported by SharePoint 2010, but first you’ll need to enable [...]
Featured blog @ Blogsearchengine
Published on 2011-10-27 15:48:57
Just got my blog reviewed by the Blogsearchengine, read what they have to say about this blog: iDocs is for the IT professional who does not have to ask what [...]
SQL Maintenance Plan SharePoint 2010 databases
Published on 2011-10-21 04:35:22
SQL Maintenance Plan SharePoint 2010 databases To maintain good overall databases performance of the SharePoint 2010 databases I use the following SQL maintenance plan. This plan consist of two main [...]
PowerShell error: The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered.
Published on 2011-10-18 06:29:08
When you run SharePoint management powershell on your SharePoint 2010 server you get the following error: The local farm is not accessible. Cmdlets with FeatureDependencyId are not registered. Solution: Make [...]
Error starting a scheduled SQL 2008R2 Agent Job
Published on 2011-10-07 07:44:25
When I tried to run the job that was created from a maintenance plan in SQL server 2008 R2, the job failed and gives the following message: [298] SQLServer Error: [...]
Access denied: Business Data Connectivity
Published on 2011-07-29 03:23:10
After creating an External Content Types and connecting the ECT to a list I received the folloing error: Access denied by Business Data Connectivity I created the ECT with SharePoint [...]
SharePoint 2010 Won’t Open PDFs on client
Published on 2011-07-27 07:26:28
To open a PDF document in a SharePoint site (instead of saving the PDF first) you need to change the web application setting: “Web Application General Settings”. There is a setting [...]
SharePoint 2010 Error (in CoreResultsWebPart::OnInit) when searching
Published on 2011-07-27 04:15:11
After installing a fresh SharePoint 2010 standard farm I kept on receiving this error when I try to search something in the search center: CoreResultsWebPart::OnInit: Exception initializing: System.NullReferenceException: Object reference [...]
SharePoint PowerShell Backup Script with Windows Scheduler
Published on 2011-07-27 02:00:33
An easy script to backup your SharePoint farm with Windows scheduler. First create a powershell script: 1-Backup a site: Add-PSSnapin Microsoft.SharePoint.PowerShell backup-spsite -identity $args[0] -path $args[1] -force 2-Backup the complete [...]