MAS200Newbie
Programmer
Hi all. We have MAS 200 version 4.05.
We have a VI job that imports some pricing and I want to be able to run a batch file once the VI job is successful. When the batch file is run it updates a field in a table via a SQL 2000 DTS.
I've been trying to do this with the Perform button in the Configuration tab in the VI job, but I think I'm missing something.
I've tried the following:
Command = ~Update_Flag.exe
Perform On = Success
Command = C:\~Update_Flag.exe
Perform On = Success
Command = C:\Update_Flag.exe
Perform On = Success
Nothing seems to work. Any ideas?
Thank you in advance.
We have a VI job that imports some pricing and I want to be able to run a batch file once the VI job is successful. When the batch file is run it updates a field in a table via a SQL 2000 DTS.
I've been trying to do this with the Perform button in the Configuration tab in the VI job, but I think I'm missing something.
I've tried the following:
Command = ~Update_Flag.exe
Perform On = Success
Command = C:\~Update_Flag.exe
Perform On = Success
Command = C:\Update_Flag.exe
Perform On = Success
Nothing seems to work. Any ideas?
Thank you in advance.