Aras Community

Welcome to Aras Community Sign in | Join | Help
in Search

Browse by Tags

All Tags » Restore database   (RSS)
  • Re: Cannot Open Innovator Solutions DB

    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 ...
    Posted to Support Q&A (Forum) by snnicky on September 5, 2007
  • Re: InnovatorDatabaseException on login after initial setup

    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 ...
    Posted to Support Q&A (Forum) by snnicky on May 30, 2007
Powered by Community Server, by Telligent Systems