We have changed our SQL Server sa password in our iMIS 15.0.3 database. User logins to the back office and web\public view components no longer worked. Found and changed the sa password embedded in the IIS Virtual Driectories \iMIS15 and \iMISPublic in the .NET configuration. Also changed in the ODBC connections to test out the connection, though appears that it would be the user's invidual credentials that would be used to authenticate through ODBC . The web\public views logins now work. The back office login still does not, still invalid sa password error. Is there somewhere else that the sa password is embedded that needs to be changed?
Thanks,
Eric
try rebuilding the SQL logins used by desktop
Use the dbrepair utility and choose the Prepare Database button. You can also run the CreateSqlLogins.sql script, found under the IMIS153DBUpgrade subfolder.