Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
Ravikumarc
Yak Posting Veteran
51 Posts |
Posted - 2011-03-03 : 18:01:20
|
Dear All,In the event Viewer the below mentioned error is throwing..I have checked all my ODBC connectivity user names and password,Scheduled jobs etc..i have Google it but unable to find the root cause. Please advise and help me out in this issues.. Event Type: Failure AuditEvent Source: MSSQLSERVEREvent Category: Logon Event ID: 18456Date: 3/2/2011Time: 3:00:14 AMUser: N/AComputer: AsdaQADescription:Login failed for user 'SamProd'. Reason: Failed to open the explicitly specified database. [CLIENT: 187.143.10.27]Thanks & RegardsRavi |
|
X002548
Not Just a Number
15586 Posts |
|
YellowBug
Aged Yak Warrior
616 Posts |
Posted - 2011-03-04 : 05:58:26
|
"Reason: Failed to open the explicitly specified database."Check the user's default database.Check the database specified in the connection string.If you can, read/post the associated message in the SQL Server error log. |
 |
|
Ravikumarc
Yak Posting Veteran
51 Posts |
Posted - 2011-03-04 : 12:01:04
|
Hi Brett,Yes iam using Sql sever logins,i checked d Logins and also i am able to login and Verified d connection strings and default DB all are fine.Iam getting this error for a particular period of time i.e from 2:30AM to 3:30 Am... Please adviceThanksRaviquote: Originally posted by X002548 is it a windows or sql server login?I'm guessing sql serverHave you checked to login?Has it been revoked?Try reseting the passwordBrett8-)Hint: Want your questions answered fast? Follow the direction in this linkhttp://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspxWant to help yourself?http://msdn.microsoft.com/en-us/library/ms130214.aspxhttp://weblogs.sqlteam.com/brettk/http://brettkaiser.blogspot.com/
|
 |
|
TG
Master Smack Fu Yak Hacker
6065 Posts |
Posted - 2011-03-04 : 17:03:03
|
>>for a particular period of time i.e from 2:30AM to 3:30 AmPerhaps the db is not available during this time. For instance is it a database that is log shipped from another server? Are there maintenance plans running during that time that sets the state to single user, etc...Be One with the OptimizerTG |
 |
|
Ravikumarc
Yak Posting Veteran
51 Posts |
Posted - 2011-03-04 : 19:09:03
|
Thanks for your information TG,it helps me to solve the issue.Yes u r right there is a restore job scheduled at that time..Thanks againRegardsRaviquote: Originally posted by TG >>for a particular period of time i.e from 2:30AM to 3:30 AmPerhaps the db is not available during this time. For instance is it a database that is log shipped from another server? Are there maintenance plans running during that time that sets the state to single user, etc...Be One with the OptimizerTG
|
 |
|
mtyson79
Starting Member
3 Posts |
Posted - 2011-07-11 : 12:14:17
|
Hello all, we have the same error that developed this weeeknd and no changes were made. We are using SQL 2008R2 and SharePoint 2010 with a windows AD account. All app pools are started and account can log into servers. |
 |
|
|
|
|