![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
DTS Gurus ! We have a SQL 2000 package which uses a data driven query which makes use of two stored procedures. GETNeededRecords() and ProcessNeededRecords() with transformations defined. Each record in the result set returned by the GETNeededRecords is used by the ProcessNeededRecords(). The Data Driven step has a log file which logs the error messages. Consistently the package fails reporting error the below listed error. There is not enough we could find online. Any help in this regard is appreciated. Command Error in Data Driven Query: Error Source: Microsoft OLE DB Provider for SQL Server Error Description:[DBNETLIB][ConnectionRead (recv()).] General network error. Check your network documentation. Error Help File: Error Help Context ID:0 If the package is running on the same server, I dont understand why there should be network error. |
#3
| |||
| |||
|
|
-----Original Message----- The error say to me that it cannot open one of the DTS connections. Basically it cannot see the server. You say the package is running on the server, but does this mean you are sat at the server logged onto the local console? If so just open and close each connection in the package to validate them. Running a package from Enterprise manager on a desktop is not running the package on the server, but locally on your PC. -- Darren Green http://www.sqldts.com "kk" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:2bec001c46903$80a93e10$a501280a (AT) phx (DOT) gbl... DTS Gurus ! We have a SQL 2000 package which uses a data driven query which makes use of two stored procedures. GETNeededRecords() and ProcessNeededRecords() with transformations defined. Each record in the result set returned by the GETNeededRecords is used by the ProcessNeededRecords(). The Data Driven step has a log file which logs the error messages. Consistently the package fails reporting error the below listed error. There is not enough we could find online. Any help in this regard is appreciated. Command Error in Data Driven Query: Error Source: Microsoft OLE DB Provider for SQL Server Error Description:[DBNETLIB][ConnectionRead (recv()).] General network error. Check your network documentation. Error Help File: Error Help Context ID:0 If the package is running on the same server, I dont understand why there should be network error. . |
#4
| |||
| |||
|
|
-----Original Message----- Subject: Re: Command Error in Data Driven Query - General |
|
-----Original Message----- The error say to me that it cannot open one of the DTS connections. Basically it cannot see the server. You say the package is running on the server, but does this mean you are sat at the server logged onto the local console? If so just open and close each connection in the package to validate them. Running a package from Enterprise manager on a desktop is not running the package on the server, but locally on your PC. -- Darren Green http://www.sqldts.com "kk" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:2bec001c46903$80a93e10$a501280a (AT) phx (DOT) gbl... DTS Gurus ! We have a SQL 2000 package which uses a data driven query which makes use of two stored procedures. GETNeededRecords() and ProcessNeededRecords() with transformations defined. Each record in the result set returned by the GETNeededRecords is used by the ProcessNeededRecords(). The Data Driven step has a log file which logs the error messages. Consistently the package fails reporting error the below listed error. There is not enough we could find online. Any help in this regard is appreciated. Command Error in Data Driven Query: Error Source: Microsoft OLE DB Provider for SQL Server Error Description:[DBNETLIB][ConnectionRead (recv()).] General network error. Check your network documentation. Error Help File: Error Help Context ID:0 If the package is running on the same server, I dont understand why there should be network error. . .. |
![]() |
| Thread Tools | |
| Display Modes | |
| |