Aeonserv
     Links   


Handy Links
Home
C# and VB.NET Comparison
RGB TO HEX Conversion
Privacy Policy

     Topics   
Networking
Programming
Sharepoint (MOSS)
SSIS

     Tutorial   
Learn @ IT Jungles


   System.ArgumentException. Value does not fall within the expected range  
 
Tuesday, April 07 2009 @ 08:23 PM MDT
Contributed by: admin
Views:: 4,976

Sharepoint (MOSS)

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)


Email Article To a Friend View Printable Version

read more (250 words)   

Trackbacks (1)
 
         

   Unknown compression type in a cabinet folder  
 
Tuesday, April 07 2009 @ 07:30 PM MDT
Contributed by: admin
Views:: 616

Sharepoint (MOSS)

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


Email Article To a Friend View Printable Version

read more (33 words)   

Trackbacks (0)
 
         

   SharePoint Database: Retrieving data directly from database  
 
Wednesday, March 25 2009 @ 09:30 PM MDT
Contributed by: admin
Views:: 6,229

Sharepoint (MOSS)

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.


Email Article To a Friend View Printable Version

read more (1,711 words)   

Trackbacks (0)
 
         

   SharePoint 2007 list of namespaces  
 
Tuesday, January 06 2009 @ 11:48 PM MST
Contributed by: admin
Views:: 350

Sharepoint (MOSS)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.


Email Article To a Friend View Printable Version

read more (99 words)   

Trackbacks (0)
 
         

   Backup and Restore Sharepoint Site  
 
Tuesday, May 13 2008 @ 12:33 AM MDT
Contributed by: admin
Views:: 4,588

Sharepoint (MOSS)Backup and Restore Sharepoint Site


Email Article To a Friend View Printable Version

read more (588 words)   

Trackbacks (1)
 
         

   Sharepoint Tools, Governance and Manageability  
 
Thursday, May 01 2008 @ 06:55 PM MDT
Contributed by: admin
Views:: 405

Sharepoint (MOSS)

Major Tools

http://www.codeplex.com/governance


Email Article To a Friend View Printable Version

read more (33 words)   

Trackbacks (0)
 
         

   Add Icons for Unknown File Types for the SharePoint Document Library  
 
Tuesday, April 29 2008 @ 11:11 PM MDT
Contributed by: admin
Views:: 1,418

Sharepoint (MOSS)

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.


Email Article To a Friend View Printable Version

read more (128 words)   

Trackbacks (1)
 
         

     Great Sites   
Make Money Online
Heath and Wealth Articles
ITJungles
Acne Information Portal

   Reading