|
|
|
|
|
|
|
|
|
|
|  |
| |
Tuesday, April 07 2009 @ 08:23 PM MDT Contributed by: admin Views:: 4,976 |
|

Common error situation when using backup/restore to transfer a database to a new farm on MOSS 2007
When you use STSADM -o backup or backup the SQL database manual, and after restoring to the same or different server you experience the system.arguementException error.
After the restore operation is done several operations fail to work with the following exception:
System.ArgumentException. Value does not fall within the expected range.
at Microsoft.SharePoint.Library.SPRequestInternalClass.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
at Microsoft.SharePoint.Library.SPRequest.GetMetadataForUrl(String bstrUrl, Int32 METADATAFLAGS, Guid& pgListId, Int32& plItemId, Int32& plType, Object& pvarFileOrFolder)
at Microsoft.SharePoint.SPWeb.GetMetadataForUrl(String relUrl, Int32 mondoProcHint, Guid& listId, Int32& itemId, Int32& typeOfObject, Object& fileOrFolder)
at Microsoft.SharePoint.SPWeb.GetFileOrFolderObject(String strUrl)
at Microsoft.SharePoint.Publishing.CommonUtilities.GetFileFromUrl(String url, SPWeb web)
|
|
|
| |
|
|
|
|
|
| |
Tuesday, April 07 2009 @ 07:30 PM MDT Contributed by: admin Views:: 616 |
|

Problem
WSS/MOSS - Common Issue - Error Message "Unknown compression type in a cabinet folder" during export.
You sometimes may get an error when you try to perform an export operation such as exporting via the admin tool or using the command line (STSADM -o export). A typical error would be:
Failed to create package file
Unknown compression type in a cabinet folder
|
|
|
| |
|
|
|
|
|
| |
Wednesday, March 25 2009 @ 09:30 PM MDT Contributed by: admin Views:: 6,229 |
|

Ok so you want to retrieve some data directly from the SharePoint database, but is it a good idea? Well Microsoft has strongly suggested that we should not read data from the database.
|
|
|
| |
|
|
|
|
|
| |
Tuesday, January 06 2009 @ 11:48 PM MST Contributed by: admin Views:: 350 |
|
Here is a list of sharepoint api namespace and webservices. You may find this handy when you want to know all the available sharepoint namespace and webservices.
|
|
|
| |
|
|
|
|
|
| |
Tuesday, May 13 2008 @ 12:33 AM MDT Contributed by: admin Views:: 4,588 |
|
Backup and Restore Sharepoint Site
|
|
|
| |
|
|
|
|
|
| |
Thursday, May 01 2008 @ 06:55 PM MDT Contributed by: admin Views:: 405 |
|

Major Tools
http://www.codeplex.com/governance
|
|
|
| |
|
|
|
|
|
| |
Tuesday, April 29 2008 @ 11:11 PM MDT Contributed by: admin Views:: 1,418 |
|

If you added a new document type to sharepoint 2007 and that file type is not already specify in Sharepoint you get a default icon for that file type. For example to add in a .xla document type you will get a default icon for this file type.
Here are the step to add or modify the icon for the new file type.
1. Go the your sharepoint server
2. Go in open up the this file C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEXMLDOCICON.XML.
3. Search for ByExtension
4. In this example we will try to add in the xla file type. Add in <Mapping Key="xla" Value="XLA16.GIF"/>
5. Ensure this icon file is in C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12TEMPLATEIMAGES
6. You will need to restart Internet Informatin Services (IIS) for the change to take effect.
|
|
|
| |
|
|
|
|
|
|  |
|