Welcome to MSDN Blogs Sign in | Join | Help

Technical Weblog of Eric Charran

A Journal of My Technical Achievements and Challenges

March 2007 - Posts

SharePoint 2007 String Limitations
The following article does a fantastic job about listing string limitations on MOSS: SharePoint 2007 Maximum Limitations Read More...
Cool Sidebar Gadgets
Check out my Office 2007 Recent documents sidebar gadget: I downloaded this from the MSWindowsLiveGallery Profile Author's page at http://gallery.live.com/Author.aspx?a=470e25d8-e8d0-4100-924b-abf9f4cf777d&l=1 Also, of note is the Live Search gadget. Read More...
MOSS Timer Jobs May Run Late or Not At All
The MOSS OWSTimer.exe process controls and executes all timer definition jobs for SharePoint. The challenge encountered and detailed by the following KB Article indicates that a bug may cause the OWSTimer.exe to be one hour behind. http://support.microsoft.com/kb/932563 Read More...
/3GB Switch and WSS 2.0/3.0/MOSS
The /3GB switch is not compatible with WSS 2.0/3.0/MOSS 2007. This is due to the fact that an instability is introduced in IIS when there is large file support enabled (which WSS 3.0/MOSS does OOB and WSS 2.0 does with the addition of the latest service Read More...
Resizing a Virtual Hard Drive (VHD)
I recently created a Vista Virtual Machine but ran out of space when I tried to install the service pack. Dynamically expanding does not mean that the VHD will expand forever, but it will expand until the limit set for it at creation. This means that Read More...
Dynamic Flat File Connection Manager Connections
I'm writing an SSIS package to iterate over the MOSS logs directory to import the logs into a SQL Server table (eventually a data mart) where I can write queries to pull out the information I need. What I plan to do is loop over the logs directory structure Read More...
MOSS 2007 and SQL Server 2005 Maintenance Plans
For my future reference (and yours as well), here is how to configure your SQL Server 2005 maintenance plans so that they operate correctly with MOSS. A great post by Jingmei Li. http://blogs.msdn.com/jingmeili/archive/2007/02/26/sql-server-2005-maintenance-plans-and-moss-2007-databases.asp Read More...
MOSS 2007 Browser Matrix
Below are the supported browsers and scenarios for MOSS: Read More...
Use Excel 2007 to Read and Parse SharePoint 2007 Logs
Ever get tired of trying to read and make sense of the MOSS 2007 Logs? Or any text-based logs for that matter? Use Excel 2007 to open and import the logs. You can then filter and browse the logs in a searchable Excel format. In fact You can refresh the Read More...
Daylight Savings Time Product Wizard
If you are like me and just realized that March 11th is around the corner and you don't feel like reading a book to figure out if the software you run will be affected, browse to the following URL to run a wizard that will tell you. http://support.microsoft.com/default.aspx/gp/cp_ds Read More...
How to Make the Content Query Web Part Cooperate with Links
Here is a fantastic article on how to make the Content Query Web Part nicely display links. Everyone who has used this part is usually puzzled when it displays the (none) link for any list with links. This article discusses the method to create a new Read More...
Office SharePoint Server EventID 7888
During a database migration to MOSS 2007 using a migration server for the upgrade with SPS2003 and MOSS 2007 installed, after conducting the upgrade on the migration server you may backup the SQL Databases and restore them to another server farm (ostensibly Read More...
SharePoint Object Model Map
Here is a great article that shows the visual SharePoint Object Model map for MOSS: http://msdn2.microsoft.com/en-us/library/ms473633.aspx Read More...
Close SPSite and SPWeb when using the MOSS Object Model
Ensure that sites and webs are closed by calling their close method whenever you complete OM operations against MOSS. Otherwise, you may see MOSS log the following: Potentially excessive number of SPRequest objects (number) created on thread number. Once Read More...
Sidebar Gadget Authoring in C#
Not only does nikhilk.net describe how to author gadgets using C#, but he also has extended a really awesome gadget for searching MSDN. http://www.nikhilk.net/SidebarGadgets.aspx Read More...
Page view tracker