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)
TS 6.7 - iwaccessmigrate - Re-apply migration
Gregg Faus
I'm close to going to production with a new TS 6.7 server running Win2k3 Ent. When I installed the software a few months ago I ran through the manual role/permission procedure noted in the documentation. Since then, my backing store has changed quite a bit as have the users defined in the role files. However, if I try to re-generate a manifest file and apply it I get the following message:
ERROR: migration already done
I need to run this command again to get an accurate set of roles and permissions. How do I reset the migration state? It is a registry hack, a file I need to delete, etc?
I hope that makes sense. I'm still learning the new role model.
Thanks.
-gf
Find more posts tagged with
Comments
beez
Once 6.7 is installed, TeamSite no longer uses the roles files. After the "iwaccessmigrate" is run, adding users to the roles files will have no effect on TeamSite. You should be using the user managment CLTs or the UI at this point to add new users.
Mike
Gregg Faus
I'm working with support on this issue.
I realize that it is a one time deal assuming you migrate your users and go live with the new software (6.7) right away. Problem is that I bought new hardware and ran this command on a replacement server which hasn't been brought online yet. Since then many users have changed and so has the branch structure.
CustomChartColorAndLegendOrder.rptdesign
Arc
Hi
How did you run the iwaccessmigrate again?
thanks
Gregg Faus
It is just a command line utility called "iwaccessmigrate". Read up on it in the manual.
yuvpurush
Hi
How did you run the iwaccessmigrate again?
thanks
Has the problem solved.. if yes, pls post how?
Yuv
deepak
For anybody who is interested, I had the same problem and this is how we
Re-applied migration on UNIX
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
Deepak
Gregg Faus
I got it working as well following KB article. I'm on Windows so I just needed to create the sentinal file manually.