Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Moving from 6.1 to 6.7.1 - best approach
vahu
Hi,
I want to check with other IW administrators the approach to accomplish a migration of TS servers.
Presume we have server X (TS version 6.1.0 Build 36267 Interwoven 20040610, running on windows) and a new server Y (TS 6.7.1 Build 60732 Interwoven 20061006, running on windows 2003).
Now I have read the support article 55358 and come up with the following approach, which does not seem to work entirely as I get some errors.
1. Copied the default store from server X to server Y
2. Activated the store on server Y
3. Created EDITIONS on all branches on server Y
4. Now since I need to preserve all history information i ran the iwmigrate command: "
/bin/iwmigrate.exe Y:\default -o c:\Migrate\default -b /default/main -g > c:\temp\migration_log.txt 2>&1"
First I'll like to ask whether this is the right approach ?
If it is, then when the migration is completed succesfully is it c:\Migrate\default that should be copied to c:\iw-store\default (the default folder to the default folder) ?
If it is not, then how should I approach this task ?
Also attached is some output from the migration_log.txt. Should the permissions errors be ignored along err = 5 and the warnings or have I missed something in my approach ? I am member of the administrator group on both machines.
Any reply will be greatly appreciated.
Thanks
VaHu
Find more posts tagged with
Comments
Migrateduser
I did face the same issue when migrating the store. In my situation there was no local user "Administrator" on the server after creating the local "Administrator" I was able to run the iwmigrate CLT. I hope this helps.
vahu
Hi,
In my case the local user Administrator already exists and is a member of the Administrator group.
If anyone has other suggestions please let me know :-).
Regards
VaHu
dlsoderberg
I came across one situation where there was a group that the original installer of the old TS server had created there to manage the TeamSite admins. The group was named tsadmins. When we ran iwmigrate on the new server, we got Permission Denied messages for everything. We found that once we added that group to the new server and added our ID's to the group, the iwmigrate ran smoothly. You may want to check to make sure that you're not missing any admin groups such as that.