Hello,
I am trying to run a job that contains some cmdexec steps.
The job runs a DTS package to replicate DB's. Before this it runs a command to stop the application that is using the DB. After, it restarts the application.
I keep getting an error when the first step takes place (stops the application).
It is running as a cmdexec and the command is:
unicntrl stop sch
I have also tried running it through a batch file but I get the same results.
Error in output file is:
Error --> Windows NT Function Failed Function <CreateFile> Error <5> Line <1104>.
Function has been completed. Maximum return code was <8>
Anyone know what this error means?
I am trying to run a job that contains some cmdexec steps.
The job runs a DTS package to replicate DB's. Before this it runs a command to stop the application that is using the DB. After, it restarts the application.
I keep getting an error when the first step takes place (stops the application).
It is running as a cmdexec and the command is:
unicntrl stop sch
I have also tried running it through a batch file but I get the same results.
Error in output file is:
Error --> Windows NT Function Failed Function <CreateFile> Error <5> Line <1104>.
Function has been completed. Maximum return code was <8>
Anyone know what this error means?