October 18, 2008 at 6:32 pm
I have a bcp out command running on Server A. The command runs against different Servers ( e.g. B, C, D ). It extracts Data from Tables on these Servers. This command runs as part of a cmd job daily. Sometimes, however, it fails with the following error :
SQLState = 08001, NativeError = 0
Error = [Microsoft][SQL Native Client]Unable to complete login process due to delay in opening server connection
When I tested this command, I did not get any error. We get this error randomly.
Any help is appreciated.
Thanks,
October 19, 2008 at 11:39 am
These can be hard to diagnose. The load on the server (either one) could be delaying the response to the connection attempt or the acknowledgement. In either case, you'd need to be monitoring the server to see if there is a reason for the delay. Don't forget about the network as well.
One other thing, you might be able to up the connection timeout for BCP as well.
October 20, 2008 at 10:36 am
This might sound a bit silly, but on which Server should I set up monitoring ? Server A... or Servers B, C , D ? At some other time, it could be some other server ( say Server E ) .
There are quite a number of jobs running on Server A at different times.
Thanks,
October 20, 2008 at 6:30 pm
One other thing I found is... all the Files are created on a SAN drive. Could this be a cause of the Problem ?
Thanks,
October 21, 2008 at 4:46 pm
What Parameters should I be checking ?
THanks,
December 15, 2008 at 8:45 am
Hi,
I am getting the same error but in trying to configure an odbc connection between a machine running sql server native client 10.0 and a machine running sql server 2005. The odd thing is that if i use an older cliente it works but not with this 10.0 one. Any idea of what can be going on?
The sql 2005 server is a cluster setup of 2 machines.
thanks.
December 15, 2008 at 8:59 am
I would think this error is occuring on the server which you are connecting to. Not from. I'd monitor that one, or check the network and make sure that you are not experiencing issues there.
January 7, 2009 at 5:57 pm
I get the same error message when a 3rd party application is trying to BCP some files in to our sql server. I have notified the application provider, but they are at loss. When I do the bcp command in the DOS prompt, I am able to extract data from sql server with out any problem, however when application tries to do it, I get the "Unable to complete.." msg.
Can any of you guys help?
[font="Arial"]Deepak Vasa[/font]
January 7, 2009 at 9:57 pm
Amit Chaudhary (10/18/2008)
I have a bcp out command running on Server A. The command runs against different Servers ( e.g. B, C, D ). It extracts Data from Tables on these Servers. This command runs as part of a cmd job daily. Sometimes, however, it fails with the following error :SQLState = 08001, NativeError = 0
Error = [Microsoft][SQL Native Client]Unable to complete login process due to delay in opening server connection
When I tested this command, I did not get any error. We get this error randomly.
Any help is appreciated.
Thanks,
User don't have access to access that machine
January 14, 2009 at 8:55 pm
My problem has been resolved. Recently our servers have moved to a different physical location and the IP address has also changed. The third party application on the client machine is using the SQL Server name and the DNS cache on the local (Windows XP) machine is resolving the server name to the old IP address. Flushing the DNS cache (ipconfig/flushdns) has fixed the problem.
cheers
[font="Arial"]Deepak Vasa[/font]
March 30, 2009 at 12:26 pm
I am getting the same error message when a Maintenance Plan attempts to do a full back up. This all should be happening locally on the server, which I thought would eliminate the network from the equation. Why might it take so long to establish a connection? What should I be watching?
Thanks.
Debbie
August 10, 2020 at 8:20 am
We are experiencing the same thing as Debbi
I am getting the same error message when a Maintenance Plan attempts to do a full back up. This all should be happening locally on the server, which I thought would eliminate the network from the equation. Why might it take so long to establish a connection? What should I be watching?
Thanks.
Debbie
We are experiencing the same issue. Did you get anywhere with this please.
Regards,
Waqar
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply