I have 2 dts packages, one dts package imports data from a sql server db and the other imports data from an ORACLE db.
Both dts packages can be executed from sql enterprise manager.
The problem is that when I schedule the packages with a job, the SQL Server import dts package works fine but the ORACLE dts package just hangs.
When I take out the ORACLE connection in that dts package the job executes.
So why is the ORACLE connection causing the job to hang but not a problem for the dts package to be executed through the sql enterprise manager?
Also when I execute the ORACLE dts import package from a command line it executes.
Makes no difference if I generate the command line or write it myself.
I Reun the job as SA
Any ideas?
Both dts packages can be executed from sql enterprise manager.
The problem is that when I schedule the packages with a job, the SQL Server import dts package works fine but the ORACLE dts package just hangs.
When I take out the ORACLE connection in that dts package the job executes.
So why is the ORACLE connection causing the job to hang but not a problem for the dts package to be executed through the sql enterprise manager?
Also when I execute the ORACLE dts import package from a command line it executes.
Makes no difference if I generate the command line or write it myself.
I Reun the job as SA
Any ideas?