|
Not that much better.
The thing with the login is, errors like that can occur for two (2) reasons.
1. The status of that error is set in PS_UserData.dbo.Users_Master
2. An error occurred in the login Stored Procedure.
Since it seems the second is happening, you need to do as John said and check your logs in PSM_Client/bin/logs - check ps_login.log (or whatever it's called, I forget)
If you can give us the error, we can better help you. Posting the login Stored Procedure could also allow us to debug it, but the errors would help greatly.
|