Tuesday, April 10, 2007

Localdb/Mobile Client login errors

Today I got a peculiar issue where one of my developer usually able to log in and work properly, suddenly he is facing errors “the authentication subsystem failed, user name and password entered is incorrect”.

Diagnosis: The user is directly working on the server and he established two connections and in one of the session, dbgen.exe using the database so no new connections are established.

As local database is already used by the dbgen process and another process cant be initiated and the developer is receiving an the above error

Solution: Kill the dbgen process and login.

No comments: