Subhajit's Blog
A Dev blog to share thoughts and learnings
Browse by Tags
Architecture
Audit Logs
Automation
Backup And Restore
General
Off Topic
Powershell
SharePoint
Silverlight
PowerShell Must Haves !!!
Following is the list of MUST HAVEs if you are developing scripts using PowerShell,- PowerGUI tool - an extensible graphical administrative console and IDE for managing systems based on Windows PowerShell. Mastering PowerShell eBook - Comprehensive guide
Read More...
Powershell Rocks !!
Recently I was exposed to Powershell for developing scripts to automate deployment steps for SharePoint. I have become a great fan of powershell since then. Once the scripts were ready, the deployment procedure looked awesome. Few hits to the command
Read More...
Tip: The untold story of Audit Logs in SharePoint
Auditing events is an important feature of SharePoint. Read this article to understand more around the list of events that can be audited when audit logging is enabled. Audit settings can be configured at the site collection level only. The logs are maintained
Read More...
Interesting Read: SharePoint "Farm Communications"
A SharePoint farm is an extremely "chatty" environment. A lot of inter server communications keeps on happening all the time. I had been looking for a consolidated list of such things, when I came across this blog of the MCS (U.K) SharePoint Team. This
Read More...
Tip: Avoid "bloating" of log files for large content databases during a MOSS upgrade
While upgrading a SharePoint farm to the December Cumulative update, there was an unprecendented growth of the databse log file for a large content database (size ~200GB) during the upgrade process. The database upgrade was failing as there was no space
Read More...
Just Released: 10 Best Practices For Building SharePoint Solutions
The March 09 issue of MSDN magazine contains a very interesting article on " SharePoint: 10 Best Practices For Building SharePoint Solutions ". This is a must read for all SharePoint developers. It contains a summary of key practices that should be followed
Read More...
System.Exception: Server could not create <classname>
Recently I was working on ControlAdapters and came across a strange error,- System.Exception: Server could not create <classname> Upon subequent research I figured out that this error will occur when the class is inaccessible. You need explicitly
Read More...
How To: Delete corruption/orphaned records from the content databases
Orphaned records can cause a lot of trouble. The content databses should be inspected on a periodic basis to check for orphaned records. The following STSADM command may be used to check for corruption,- stsadm -o databaserepair -url { http://servername
Read More...
Just released - Best practices for MOSS
Prescriptive guidance around the best "design and operational practices" for SharePoint environments is now at Technet . The guidance is based on real-world experience of SharePoint consultants across various customer engagements.
Read More...
Provision Central Admin into another machine in the same Farm
Recently, I came across a scenario where in the "Central Admin" site had become unresponsive. The server might have developed a temporary snag which could have resulted in this. If you would know, during any farm setup, the Central Admin web site is created
Read More...
Source code for the Silverlight blueprints for SharePoint is now available at CodePlex
Source code for the Silverlight blueprints for SharePoint which works with Silverlight beta 2 release is now available at CodePlex. Developers can now easily learn to integrate silverlight applications with SharePoint. Refer the following link for more
Read More...
SharePoint Training
Let's spread the word of "SharePoint" . There is a whole set of trainings targetted for all kinds of audiences on the various features of Microsoft Office SharePoint Server 2007. Thought of providing a consolidated list for the benefit of one and all
Read More...
Document Property Promotion and Demotion
Ever wondered why the custom properties (such as author, title, subject, etc) associated with a file are automatically picked up during the upload process? This is due to the "Document Property Promotion and Demotion" feature available in SharePoint.
Read More...
How To: Construct absolute url for any item using the SPSite object
In the case when we need to get the absolute url for any item, we can make use of the instance method SPSite.MakeFullUrl. Example use,- using(SPSite site = new SPSite(mysiteurl)) { using(SPWeb web = site.OpenWeb()) { //.. Other lines of code string absoluteURL
Read More...
SharePoint Database Schema Information
Lot of us might be interested to know the schema information for SharePoint configuration and content databases. Read the documentation here . Warning! Do not modify any of the tables in the database directly. It is strictly not supported by Microsoft
Read More...
More Posts
Next page »
Search
This Blog
Home
Email
Tags
Architecture
Audit Logs
Automation
Backup And Restore
General
Off Topic
Powershell
SharePoint
Silverlight
Archives
October 2009 (2)
May 2009 (1)
April 2009 (1)
March 2009 (2)
January 2009 (1)
September 2008 (1)
August 2008 (8)
July 2008 (1)
May 2008 (1)
April 2008 (2)
March 2008 (2)
Syndication
RSS 2.0
Atom 1.0