Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Lined server connection issue Expand / Collapse
Author
Message
Posted Wednesday, October 10, 2012 9:21 PM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

Group: General Forum Members
Last Login: Sunday, April 21, 2013 6:19 PM
Points: 18, Visits: 77
We have a SQL job that run against all servers and find the 'server total and free drive space'.  There are 7 steps in this job and steps 1, 2, 3 & 4 fails.The 1st step of this job is to verify connectivity to all servers.  This steps run for 6 mins and fails..... All the other step errors are failing due to similar connection issues, so, if I can figure out step 1 then I will be able to solve other steps.I did test connection for the linked servers and and it fails......so, I think the issues are related to these linked server connections. I also checked, server properties/connections/remote connections.....is checked and the timeout is set to 600 seconds.  So, I think that is fine.
Post #1371191
Posted Thursday, October 11, 2012 2:19 AM
SSC-Addicted

SSC-AddictedSSC-AddictedSSC-AddictedSSC-AddictedSSC-AddictedSSC-AddictedSSC-AddictedSSC-Addicted

Group: General Forum Members
Last Login: Yesterday @ 7:35 AM
Points: 408, Visits: 1,666
First you need to make sure if the linked servers are working fine and you are able to test them before you use them in your T-SQL queries.

Right click on a linked server and click on 'Test connection' then see what error it throws you. We will take it from there.

Chandan
Post #1371273
Posted Thursday, October 11, 2012 11:24 AM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

Group: General Forum Members
Last Login: Sunday, April 21, 2013 6:19 PM
Points: 18, Visits: 77
When I test the connection, giving me these errors

Login timeout expired
An error has occurred while establishing connection to the server
The error may be caused due to the fault that under the default settings SQL server does not allow remote connstep failedections.
For linked server x "communication link failure"
An error has occurred while connecting to SQL server2005
Step failed.

Thanks in advance
Post #1371693
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse