Nov18

Failure decompressing data from a cabinet file  

Categories: Errors

In a previous post, Increase maximum size of List Template, I explained how to increase the maximum file size of a list / site template in SharePoint.  However, even after doing that you may encounter another error when trying to save the template: 'Failure decompressing data from a cabinet file'.

image

The resolution to this is to use stsadm to do the export (and subsequent import), and specify the attribute -nofilecompression.

stsadm -o export -url http://yoururl/youroldsite -includeusersecurity -nofilecompression

-filename C:\yourdirectory stsadm -o import -url http://yoururl/yournewsite -includeusersecurity -nofilecompression

-filename C:\yourdirectory

 

- Dan

 
Share It:          
 
 

Links to this post

Comments

vidura  commented on  Saturday, December 20, 2008  1:22 AM 


hi Dan,

see i am also facing the similar problem, but the stsadm export & import cmds which you have given is only in the case of sites or subsites or sitecollections but not to the lists or document libraries, so please guide what need to be done for the doc's & list libraries.

thanks

vidura

Dan Lewis  commented on  Saturday, December 20, 2008  1:28 AM 


Hi Vidura,

Check out this post: http://www.sharingthepoint.com/Lists/Posts/Post.aspx?ID=38

You'll find some info on Gary Lapointe's custom extensions - which includes my favorite export/import for lists.

- Dan

peterPen  commented on  Monday, October 19, 2009  7:33 PM 

Hope I understood everything correctly and you are absolutely sure what you are writing about. Because not long ago I've found something similar at rapidshare (by http://rapid4me.com SE), but explained in another way. Now I wonder which one is right...

Leave a comment





CAPTCHA Image Validation