I need to manually edit some of the files inside of the .cmp file created by stsadm export command (or SharePoint Designer backup). I can extract the files and make the edits, but don't know how to properly re-compress the files so that the resulting .cmp file is valid for use with stsadm import.

link|improve this question

79% accept rate
I do think this question fits StackOVerflow better than ServerFault because it goes beyond what an admin would normally do. – Eugene Katz Sep 4 '09 at 12:43
What do you need to change? – ArjanP Sep 7 '09 at 11:52
feedback

4 Answers

up vote 1 down vote accepted

The format for CMP files is Microsoft CAB. So if you can find an archiving utility that will recompress to that format it may work.

Be careful as what you're doing probably isn't supported. Make sure it's thoroughly tested!

link|improve this answer
feedback

I ran into this issue recently, and used Cab File Maker 2.0 to rebuild the .cmp file. A write-up of the process I used can be found here - http://www.sharepointnutsandbolts.com/2010/01/editing-cmp-files-to-fix-lookup-field.html

link|improve this answer
feedback

Found that the -nofilecompression flag can be used to import uncompressed files, but still looking for the ability to re-compress the Content Migration Package (cmp).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.