Aras Community

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

Browse by Tags

All Tags » Restore databas... » Login   (RSS)
Sorry, but there are no more tags available to filter with.
  • 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