Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to send array of system commands thru tSystem component.
command strings are,
"cmd /c pushd \\\\10.0.100.58\\ConsoleLive\\BI Integration Data\\Backup\\RetailerTextData "
"cmd /c move *.csv importedforgisserver"
"cmd /c popd"
I am getting error as given below.
-------
Exception in component tSystem_1
java.io.IOException: Cannot run program "cmd /c pushd \\10.0.100.58\ConsoleLive\BI Integration Data\Backup\RetailerTextData": CreateProcess error=2, The system cannot find the file specified
-------
Pl. advice.
sankalp.verma wrote:
There s nothing specific to tSystem component here. Try these things:
- Running this command through command prompt.
- Running single command at a time
This will help you to pin point the error area.
sankalp.verma wrote:
In the past I have been able to use "\\\\" UNC paths to execute command using tSystem component. Can you try executing one command at a time?