STSADM EXPORT / IMPORT
While trying take backup i got following error message 'Failure decompressing data from a cabinet file'.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ0hhKcrijpij4UfN7_fGsPprz6Ng0AvVhs9NindlM1Ke_i4JITIsPbr36ywhPgfNGnQRnPQIYIBJwRfzhTrTzcn3F3-IRpDD_hKYvlpg98mEUCZpxp5jDatgXVnnYGlRNyVR_sY3NWXc/s320/error.JPG)
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
While trying take backup i got following error message 'Failure decompressing data from a cabinet file'.
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
Comments
Post a Comment