![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi Everybody, I am having problems in DTS packages that runs nightly. It is always the same Error at the same 'Execute SQL Task'. The ohter Tasks in the same DTS packages works fine with the same OLE connection. "[DBNETLIB][ConnectionRead (recv()).]General network error. Check your network documentation.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly." But if I execute the task manually, it works. We have SQL server 2005 on WK2003 Any help will be appreciated. Thanks, gollo007 |
#3
| |||
| |||
|
|
Please give more details: You are running 2005, so is this an SSIS package rather than a DTS package? Are you running a DTS package from SSIS? What is the Execute SQL Task doing? Hope this helps. Charles Kangai, MCT, MCDBA Author of Learning Tree's 4-day course: "SQL Server 2005 Integration Services" http://www.learningtree.com/courses/134.htm Author of Learning Tree's 4-day course: "SQL Server Reporting Services" http://www.learningtree.com/courses/523.htm email alias: charles email domain: kangai.demon.co.uk "gollo007" wrote: Hi Everybody, I am having problems in DTS packages that runs nightly. It is always the same Error at the same 'Execute SQL Task'. The ohter Tasks in the same DTS packages works fine with the same OLE connection. "[DBNETLIB][ConnectionRead (recv()).]General network error. Check your network documentation.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly." But if I execute the task manually, it works. We have SQL server 2005 on WK2003 Any help will be appreciated. Thanks, gollo007 |
#4
| |||
| |||
|
|
Hi, we are using SISS package (no DTS package sorry). In the task we have a SQL that update columns. If I start the task manually, the task run 45 minutes. Thanks, gollo007 Charles Kangai schrieb: Please give more details: You are running 2005, so is this an SSIS package rather than a DTS package? Are you running a DTS package from SSIS? What is the Execute SQL Task doing? Hope this helps. Charles Kangai, MCT, MCDBA Author of Learning Tree's 4-day course: "SQL Server 2005 Integration Services" http://www.learningtree.com/courses/134.htm Author of Learning Tree's 4-day course: "SQL Server Reporting Services" http://www.learningtree.com/courses/523.htm email alias: charles email domain: kangai.demon.co.uk "gollo007" wrote: Hi Everybody, I am having problems in DTS packages that runs nightly. It is always the same Error at the same 'Execute SQL Task'. The ohter Tasks in the same DTS packages works fine with the same OLE connection. "[DBNETLIB][ConnectionRead (recv()).]General network error. Check your network documentation.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly." But if I execute the task manually, it works. We have SQL server 2005 on WK2003 Any help will be appreciated. Thanks, gollo007 |
#5
| |||
| |||
|
|
It could be a security issue. That is usually the main reason why a job that runs successfully interactively then fails to run when scheduled. Try using the Run As feature to get round this. To do this, see the following Books Online topic: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/69d3958c-6abc-41ae-8428-312917867c9a.htm Hope this helps. Charles Kangai, MCT, MCDBA Author of Learning Tree's 4-day course: "SQL Server 2005 Integration Services" http://www.learningtree.com/courses/134.htm Author of Learning Tree's 4-day course: "SQL Server Reporting Services" http://www.learningtree.com/courses/523.htm email alias: charles email domain: kangai.demon.co.uk "gollo007" wrote: Hi, we are using SISS package (no DTS package sorry). In the task we have a SQL that update columns. If I start the task manually, the task run 45 minutes. Thanks, gollo007 Charles Kangai schrieb: Please give more details: You are running 2005, so is this an SSIS package rather than a DTS package? Are you running a DTS package from SSIS? What is the Execute SQL Task doing? Hope this helps. Charles Kangai, MCT, MCDBA Author of Learning Tree's 4-day course: "SQL Server 2005 Integration Services" http://www.learningtree.com/courses/134.htm Author of Learning Tree's 4-day course: "SQL Server Reporting Services" http://www.learningtree.com/courses/523.htm email alias: charles email domain: kangai.demon.co.uk "gollo007" wrote: Hi Everybody, I am having problems in DTS packages that runs nightly. It is always the same Error at the same 'Execute SQL Task'. The ohter Tasks in the same DTS packages works fine with the same OLE connection. "[DBNETLIB][ConnectionRead (recv()).]General network error. Check your network documentation.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly." But if I execute the task manually, it works. We have SQL server 2005 on WK2003 Any help will be appreciated. Thanks, gollo007 |
#6
| |||
| |||
|
|
It could be a security issue. That is usually the main reason why a job that runs successfully interactively then fails to run when scheduled. Try using the Run As feature to get round this. To do this, see the following Books Online topic: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/extran9/html/69d3958c-6abc-41ae-8428-312917867c9a.htm Hope this helps. Charles Kangai, MCT, MCDBA Author of Learning Tree's 4-day course: "SQL Server 2005 Integration Services" http://www.learningtree.com/courses/134.htm Author of Learning Tree's 4-day course: "SQL Server Reporting Services" http://www.learningtree.com/courses/523.htm email alias: charles email domain: kangai.demon.co.uk "gollo007" wrote: Hi, we are using SISS package (no DTS package sorry). In the task we have a SQL that update columns. If I start the task manually, the task run 45 minutes. Thanks, gollo007 Charles Kangai schrieb: Please give more details: You are running 2005, so is this an SSIS package rather than a DTS package? Are you running a DTS package from SSIS? What is the Execute SQL Task doing? Hope this helps. Charles Kangai, MCT, MCDBA Author of Learning Tree's 4-day course: "SQL Server 2005 Integration Services" http://www.learningtree.com/courses/134.htm Author of Learning Tree's 4-day course: "SQL Server Reporting Services" http://www.learningtree.com/courses/523.htm email alias: charles email domain: kangai.demon.co.uk "gollo007" wrote: Hi Everybody, I am having problems in DTS packages that runs nightly. It is always the same Error at the same 'Execute SQL Task'. The ohter Tasks in the same DTS packages works fine with the same OLE connection. "[DBNETLIB][ConnectionRead (recv()).]General network error. Check your network documentation.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly." But if I execute the task manually, it works. We have SQL server 2005 on WK2003 Any help will be appreciated. Thanks, gollo007 |
#7
| |||
| |||
|
|
gollo007<oliver_kost (AT) web (DOT) de> 09/27 5:48 AM |
#8
| |||
| |||
|
|
Have you had any luck figuring this out, I seem to be seeing the same error? gollo007<oliver_kost (AT) web (DOT) de> 09/27 5:48 AM Hi Everybody, I am having problems in DTS packages that runs nightly. It is always the same Error at the same 'Execute SQL Task'. The ohter Tasks in the same DTS packages works fine with the same OLE connection. "[DBNETLIB][ConnectionRead (recv()).]General network error. Check your network documentation.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly." But if I execute the task manually, it works. We have SQL server 2005 on WK2003 Any help will be appreciated. Thanks, gollo007 |
![]() |
| Thread Tools | |
| Display Modes | |
| |