Just ran the first Live to Test refresh since converting to v11. Do I have to re-run TIM against Test also? I’m getting those nasty services errors logging in to Tessitura which I believe are TIM related.
David,
The Moving a Database documentation has been updated for v11 and includes all the steps you need to take for a Live to Test copy.
If you are still having an issue please feel free to open a support ticket.
Best,
Anna
Hi Anna,
A question about the services user... I noticed in the Moving a Database document you posted, a lot of code is included to rebuild that user from scratch. However, the Resolving Orphan Users section on p.18 mentions the same sp_change_users_login procedure I mentioned in my previous post for resolving orphaned users.
We actually use the sp_change_users_login approach for our services user as well, and haven't experienced any problems (at least not yet). Do you know why it is advised to drop/recreate the services user from scratch rather than using sp_change_users_login to reassociate the login with the database user?
Thanks,David