December 30, 2008 at 9:58 pm
Hi All,
One of user is getting error while working the windows application.He is end user.Developers are reporting that it is database access problem.Even same error is getting long back also.
i've attatched the error.can any one please check and do the needful.
December 31, 2008 at 7:18 am
Are other users able to connect to this SQL Server? Usually this error means that you have not configured the SQL Server for remote connections or the user does not have access to login to the server.
What authentication method is the application using?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
January 1, 2009 at 9:27 pm
wish u a very happy new year to all
thanks for reply..
yes everyone is able to connect to server through application and onemore information While working on the application if user is idle for 10 or 15 min it'll notify error.we have almost 2500 users are accessing different databases on this server.
we are using windows authentication
thanks
kumar
January 2, 2009 at 8:06 am
What is the connection string being used to connect?
Are connections being left open by the application or is the application opening and closing the connection when it is done with it?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
January 4, 2009 at 11:16 pm
we are using below connection string for connecting databases
strConnString = "Data Source=12.4.4.17;Database=trace;Integrated Security=SSPI”
January 5, 2009 at 10:49 am
srimkumarp (12/30/2008)
Hi All,One of user is getting error while working the windows application.He is end user.Developers are reporting that it is database access problem.Even same error is getting long back also.
i've attatched the error.can any one please check and do the needful.
Looks like something is killing your connection to the server!
* Noel
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply