Create Jobstep failed due to tcp provider error

  • Hi I am getting this type of error when I try to create a job step. I created this on the sql server box itself and I also try to create the job step through remotely. Either way, I am getting the same strange error:

    'Create failed for Jobstep 'Query sys'

    An exception occured while executing a Transact-sql statement or batch.

    (Microsoft.SQLServer.ConnectionInfo)

    A transport-level error has occurred when sending the request to the server. (provider: TCP provider, error: 0 - An establishe connection was aborted by the software in your host machine.) (Microsoft SQL Server, Error: 10053)

    It is SQL Serve 2005 x64 Edition with SP2 on Windows Serveer 2003 R2.

    I believe it is clustered.

  • Have you checked the Error Logs (Sql Server and Windows)? If it is clustered (you should know this), is it an Active-Active or Active-Passive cluster?

  • It is Active- Passive. Do you have any idea why I 'm getting that type of error message. And on top of that, the steps on the jobs get deleted automatically once I get that error.

    So the Job will have empty steps.

  • I have only seen this error when connecting to remote SQL Servers and there have been network issues. If you are getting this error when on the SQL Server console I would wonder if there is some kind of issue with the shared disk array for the cluster.

    You really need to look at the SQL Error logs and the Windows Event log to see if you are getting any other errors.

    Another idea is to run Profiler when you are creating/modifying the job to see what's happening.

  • Thanks for suggestions. I would definetely pass those information to the network team to let them look at the clustering configurations. I also have used the sql profiler to track the problem, but nothing came up that seems to be causeing it.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply