dyoung5 Posted January 25, 2010 Posted January 25, 2010 Hello, I have a weird problem with our SQL 2008 server that hosts SIMS (it was SQL 2005 before, but we migrated it to try and solve this problem, it didn't) We had Capita remote-in to install hosted SIMS Learning Gateway. They ran a tool to create a new user in SIMS to allow ADP to work. However, after creating it, we couldn't login. We went into SQL Management Studio to try and change the password, but when we tried to get into the properties for the newly created account we got this message: Cannot show requested dialog. (SqlMgmt) Property IsLocked is not available for Login '[CGSadp.client]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights. (Microsoft.SqlServer.Smo) This was connecting logged on as administrator with a trusted connection. If we tried to login as sa, we got this: Login failed for user 'sa'. (Microsoft SQL Error: 18456) If we tried to go into properties for sa, it gave the same message as above. Thanks, David
theriver Posted January 26, 2010 Posted January 26, 2010 (edited) Hello Weird is right! Have you had a look through the event log? In particular you should be able to get some extra info about the login error there: For the login failure message, have a look here and see if it helps: http://blogs.msdn.com/sql_protocols/archive/2006/02/21/536201.aspx Edited January 26, 2010 by theriver Pasted wrong draft!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now