The other day I had to
migrate a few SharePoint 2007 lists to a 2010 site. However, when I tried to do
so, I received a message stating that my templates were not supported. Luckily,
I found a fix.
Hopefully, this can help
others.
- Download the 2007 list template to
a local folder
- Rename the .STP to .CAB
- Open the .CAB
- Extract the .CABs manifest.xml to
a local folder
- Open the xml in Notepad
- Search for ProductVersion. This
it will be 3
- Change it to 4
- Save your change.
- Now Repackage the manifest.xml into
your .CAB
- This can be done by going to your
Start menu and selecting Run
- Enter cmd
- Then entering the
following Syntax: makecab.exe {folder}\manifest.xml
{folder}\{template-name}.cab Example: makecab
H:\myfolder\manifest.xml H:\myfolder\2007template.cab
- If you donot receive a error
message go back into the folder where the .CAB is saved.
- Open the folder and review the
manifest to make sure the Product version 4 has saved within the xml.
- If correct, close the file and
change the cabinet's extension from .CAB back to .STP
- Upload it into your SharePoint
2010 list template library.
Now it should work.
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.