DTS Package remotely in batch file
- From: "tiv" <jmattivi@xxxxxxxxx>
- Date: 16 Nov 2006 09:51:26 -0800
Hello all,
I know others have posted for this topic (and i've read them all....),
but haven't read a surefire answer. So please bare with me....
I am trying to execute a DTS package in SQL 2000 on a server from a
remote client without SQL tools installed. I'm trying to get this to
run without the tools installed and from giving the user access to run
the package on the server. I've copied and registered the appropriate
dll's and rll's.
Batch file on client:
@ECHO OFF
"C:\WINDOWS\system\Resources\dtsrun.exe" /S "servername" /U "user" /P
"pw" /N "my package" /L
ECHO The execution of the DTS package has succeeded.
pause
Error generated by the DTS package:
DTSRun: Loading...
DTSRun: Executing...
DTSRun OnStart: DTSStep_DTSActiveScriptTask_1
DTSRun OnStart: DTSStep_DTSCreateProcessTask_1
DTSRun OnError: DTSStep_DTSActiveScriptTask_1, Error = -2147220421
(8004043B)
Error string: The task reported failure on execution.
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 1100
Error Detail Records:
Error: -2147220421 (8004043B); Provider Error: 0 (0)
Error string: The task reported failure on execution.
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 1100
DTSRun OnFinish: DTSStep_DTSActiveScriptTask_1
DTSRun OnError: DTSStep_DTSCreateProcessTask_1, Error = -2147024875
(80070015)
Error string: The device is not ready.
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 1100
Error Detail Records:
Error: -2147024875 (80070015); Provider Error: 0 (0)
Error string: The device is not ready.
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 1100
Error: -2147024875 (80070015); Provider Error: 0 (0)
Error string: The device is not ready.
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts80.hlp
Help context: 4900
DTSRun OnFinish: DTSStep_DTSCreateProcessTask_1
DTSRun: Package execution complete.
The execution of the DTS package has succeeded.
Press any key to continue . . .
It seems that the DTS package is being kicked off, but every step in
the package is failing....
Please let me know if you need more info.
Thanks in advance!!!!
J
.
- Follow-Ups:
- Re: DTS Package remotely in batch file
- From: Allan Mitchell
- Re: DTS Package remotely in batch file
- Prev by Date: Re: Q:Recomendation SSIS package location
- Next by Date: Re: Import a BAS module to MSDE?
- Previous by thread: Import a BAS module to MSDE?
- Next by thread: Re: DTS Package remotely in batch file
- Index(es):
Relevant Pages
|