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)
iwaccessmigrate in TS 6.7.1
yuvpurush
Hi,
After upgrading TS from 6.1 SP2 to 6.7.1, i ran the iwaccessmigrate CLT to migrate the roles details.
Now i want to do some further changes in the manifest. So i changed the manifest and tried to re run the CLT with -f option. It says migration already done.
Is there any way to change some cfg files or something, so that i can re run the CLT. Also it is not mentioned anywhere that this CLT can run only once.
Any help is highly appreciated.
Thanks
Yuv
Find more posts tagged with
Comments
deepak
Hi Yuv,
I had the same issue. If you are on UNIX follow below instructions to re-run
iwaccessmigrate else you can modify them for windows accordingly.
1.Shut down teamsite
2.Run iwusermigrate
3.This will generate the latest tsusers.xml
4.Start up teamsite
5.iwaccessmigrate -c
6 touch `iwgetstore`/TSMigrateAccess // This is the sentinel file that gets cleared after the migration is done.
7 iwaccessmigrate -m (use your options, I used -m -n -bg)
8 iwaccessmigrate -f
Good luck.
Deepak
yuvpurush
Thanks a lot. I'll check with that.
Yuv