![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have created a DTS package that basically copies tables from a Oracle server to MS SQL server. When I run the package manually using the Enterprise Manager, it runs file. But the when I schedule the package to run at a later time, it gives errors listed below. Step Error Source: Microsoft OLE DB Provider for ODBC Drivers Step Error Description:[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed Step Error code: 80004005 I also see the following error in the system log Application popup: Microsoft ODBC for Oracle : The Oracle(tm) client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater) client software installation. You will be unable to use this driver until these components have been installed. The version of MDAC that is installed is 2.71.9030.9 The Oracle client version is 8.1 Note that I only get the above errors for scheduled packages. When run manually, it runs fine without any errors. Please let me know if you have a fix for the above. Thanks. |
#3
| |||
| |||
|
|
DTS is a client appliction so it runs where the button is pushed. If you have SQL Server tools + Oracle driver on your desktop and you exxecute a package on ServerX in msdb then the package is running on your box not the server. Permissions, paths and software are relative to the executing box http://support.microsoft.com/?kbid=269074 -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.Konesans.com "khajoor" <rjalisatgi (AT) yahoo (DOT) com> wrote I have created a DTS package that basically copies tables from a Oracle server to MS SQL server. When I run the package manually using the Enterprise Manager, it runs file. But the when I schedule the package to run at a later time, it gives errors listed below. Step Error Source: Microsoft OLE DB Provider for ODBC Drivers Step Error Description:[Microsoft][ODBC Driver Manager] Driver's SQLAllocHandle on SQL_HANDLE_ENV failed Step Error code: 80004005 I also see the following error in the system log Application popup: Microsoft ODBC for Oracle : The Oracle(tm) client and networking components were not found. These components are supplied by Oracle Corporation and are part of the Oracle Version 7.3 (or greater) client software installation. You will be unable to use this driver until these components have been installed. The version of MDAC that is installed is 2.71.9030.9 The Oracle client version is 8.1 Note that I only get the above errors for scheduled packages. When run manually, it runs fine without any errors. Please let me know if you have a fix for the above. Thanks. |
![]() |
| Thread Tools | |
| Display Modes | |
| |