I've run into an issue with an initial iMIS15 install. I have the client installed on a PC, attempt to login, get the message that there is an attempt to create ODBC connection but the process appears to hang. Eventually, the iMIS15 client is "Not Responding".
I can verify that the login authentication takes place by attempting to login with an invalid account. I see that the ODBC connection is created in ODBC admin on the PC.
I've attempted to manually create an MS SQL Server ODBC connection but the test connection fails.
I'm able to login via the Web Admin and Public interfaces.
I've verified that web.config in Net and iMIS15 folders and asi.workflow.services.exe.config have the appropriate sa password as suggested in a posting on a changed sa password.
Searching on MS SQL Server 2005 ODBC connections, I've verified that the server allows Remote connections and the MS SQL Server Browser Service is running. The Firewall is not enabled on the server.
I've checked with ASI Support and worked through their proposed solution of running the DB Repair and "Prepare Database" and "Reset Passwords".
Still have the issue with a hanging client login. Any Suggestions.
Some things to check
What server name is the web.config connection using? (You can check on the System Setup page.) That name needs to be resolvable and usable from the client (for instance, using "localhost" or any of its synonyms would cause this behavior), because the server basically passes the web.config connection string as-is to the client (it doesn't rebuild it or replace things like "localhost"). Try pinging that name from the client to ensure you can get to it.
The fact that the test connection you've created is failing means it's not anything specific to iMIS, it's something wrong between the client and server machines; maybe a firewall (not on the server, but still between the two) or other connectivity issue.
You could also check that the SQL Server is set to allow Mixed Authentication (although I think that would cause a different error).