Command Line script just keeps running on RM Server
Using RM 5.3 and RM Server, I am trying to run a command line script using the Execute Program Operator.
In the process, with the first operator I change the directory which seems to work.
I then have a 2nd Execute Program Operator with the following syntax:
cmd /c start tableau refreshextract --config-file "C:\Users\905657\Documents\config.txt"
This script works if I type it directly into the command line, but when executed using RM, the process just runs and runs, never completing.
I have tried the same command in RM without the "start" at the beginning and when I do that it immediately fails.
'I'm a newbie at this- any help would be greatly appreciated.
In the process, with the first operator I change the directory which seems to work.
I then have a 2nd Execute Program Operator with the following syntax:
cmd /c start tableau refreshextract --config-file "C:\Users\905657\Documents\config.txt"
This script works if I type it directly into the command line, but when executed using RM, the process just runs and runs, never completing.
I have tried the same command in RM without the "start" at the beginning and when I do that it immediately fails.
'I'm a newbie at this- any help would be greatly appreciated.