Hello,
I have an unusual problem with a DTS package. I am running a DTS package with a win32 process task at the end (it calls a bat file which in turn executes Java programs).
The DTS works until it reaches the win32 process task, it immediately stops and shows "Not Run"; no error. If I then decide to execute the win32 process in a single step it works.
I've:
Tested and ran the bat file on cmd with no problems.
Had only a single echo in the bat file (same thing), no
java calls or anything else.
Ran the process task without any other dts element
there, same thing.
Any help appreciated,
Will
I have an unusual problem with a DTS package. I am running a DTS package with a win32 process task at the end (it calls a bat file which in turn executes Java programs).
The DTS works until it reaches the win32 process task, it immediately stops and shows "Not Run"; no error. If I then decide to execute the win32 process in a single step it works.
I've:
Tested and ran the bat file on cmd with no problems.
Had only a single echo in the bat file (same thing), no
java calls or anything else.
Ran the process task without any other dts element
there, same thing.
Any help appreciated,
Will