Sign In
Subhajit's Blog
A Dev blog to share thoughts and learnings
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Architecture
Audit Logs
Automation
Backup And Restore
General
Off Topic
Powershell
SharePoint
Silverlight
Archive
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)
MSDN Blogs
>
Subhajit's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Subhajit's Blog
PowerShell Must Haves !!!
Posted
over 3 years ago
by
Subhajit.Chatterjee
2
Comments
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...
Subhajit's Blog
Powershell Rocks !!
Posted
over 3 years ago
by
Subhajit.Chatterjee
2
Comments
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...
Subhajit's Blog
Tip: The untold story of Audit Logs in SharePoint
Posted
over 3 years ago
by
Subhajit.Chatterjee
1
Comments
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...
Subhajit's Blog
Interesting Read: SharePoint "Farm Communications"
Posted
over 3 years ago
by
Subhajit.Chatterjee
1
Comments
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...
Subhajit's Blog
Tip: Avoid "bloating" of log files for large content databases during a MOSS upgrade
Posted
over 3 years ago
by
Subhajit.Chatterjee
0
Comments
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...
Subhajit's Blog
Just Released: 10 Best Practices For Building SharePoint Solutions
Posted
over 3 years ago
by
Subhajit.Chatterjee
0
Comments
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...
Subhajit's Blog
System.Exception: Server could not create <classname>
Posted
over 3 years ago
by
Subhajit.Chatterjee
0
Comments
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...
Subhajit's Blog
How To: Delete corruption/orphaned records from the content databases
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
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...
Subhajit's Blog
Just released - Best practices for MOSS
Posted
over 4 years ago
by
Subhajit.Chatterjee
1
Comments
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.
Subhajit's Blog
Provision Central Admin into another machine in the same Farm
Posted
over 4 years ago
by
Subhajit.Chatterjee
1
Comments
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...
Subhajit's Blog
Source code for the Silverlight blueprints for SharePoint is now available at CodePlex
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
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...
Subhajit's Blog
SharePoint Training
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
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...
Subhajit's Blog
Document Property Promotion and Demotion
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
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...
Subhajit's Blog
How To: Construct absolute url for any item using the SPSite object
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
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...
Subhajit's Blog
SharePoint Database Schema Information
Posted
over 4 years ago
by
Subhajit.Chatterjee
2
Comments
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...
Subhajit's Blog
SharePoint Backup and Restore: Same amount of free space required for initiating full or incremental backups
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
Just observed that during initiation of SharePoint Disater Recovery Backups (via STSADM or Central Admin), it expects the same amount of free space to be available on the UNC path irrespective of whether you are taking a full or incremental backups. This...
Subhajit's Blog
SharePoint Best Practices Analyzer 2.0
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
SharePoint best practices analyzer (available for download from here ) is an interesting tool that provides a quick preview of which of the best practices have not been followed in the MOSS environment. It typically executes a set of rules to check the...
Subhajit's Blog
SharePoint Backup and Restore : Moving content across environments
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
If you thought that moving content from one environment to the other using SharePoint backup and restore was as simple as the click of a button, then read this blog to understand why it is not. Due to the differences in the "environmental factors'...
Subhajit's Blog
Optimized Object model API code for uploading large files to a SharePoint document library
Posted
over 4 years ago
by
Subhajit.Chatterjee
1
Comments
The following code block contains an optimized code for uploading large files (>500 MB) to a SharePoint document library. This code may be used to circumvent Out of Memory exceptions when the process loads the entire file in memory for uploading. ...
Subhajit's Blog
Hide "Upload Multiple" toolbar menu item
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
Came across a requirement where we needed to hide the "Upload Multiple" toolbar menu item from the default view of document libraries. Observed that using the "HideCustomAction" section in a custom feature file doesn't work for this. Workaround...
Subhajit's Blog
Avoid enumerating SPListItemCollection object
Posted
over 4 years ago
by
Subhajit.Chatterjee
3
Comments
Enumerating a SPListItemCollection object should be avoided for data querying purposes. for e.g. in the following code is not optimal, using(SPSite site = new SPSite(siteURL)) { using(SPWeb web = site.OpenWeb()) { SPList tasksList = web.Lists...
Subhajit's Blog
Journey of workarounds
Posted
over 4 years ago
by
Subhajit.Chatterjee
0
Comments
For a DEV guy, it is a common phenomenon wherein he ends up saying "this is not supported OOTB". But customers are not happy to hear that. They believe that "software" was meant to solve each and every problem they could have. In an effort to pacify...
Page 1 of 1 (22 items)