|
|
Browse by Tags
All Tags » Restore database (RSS)
-
Hello Ken.
Try to restore solutions DB and run the following SQL for the DB (for restored DB) using SQL Query AnalyzerEXEC sp_change_users_login 'Update_One', 'innovator', 'innovator'
After that modify InnovatorServerConfig.xml file (there should be C:\Program Files\Aras\Innovator\InnovatorServerConfig.xml if you used default ...
-
Hello Deacon.
It is very likely you need to run the following SQL for the restored DB
EXEC sp_change_users_login 'Update_One', 'innovator', 'innovator'
Explanation:
The backup of the DB you restored was created on another database server instance. Thus SQL Server login innovator had some id associated with that. Let's say that was 123. In ...
|
|
|