I am runnig the SalesForce dataloader jar with Java. The command I use is:
{USERVAR(GLShareRoot)}\AppProcess\BIS\SalesForce\DataLoader\Java\bin\java.exe
with the arguments of:
-cp {USERVAR(GLShareRoot)}\AppProcess\BIS\SalesForce\DataLoader\dataloader-26.0.0-uber.jar -Dsalesforce.config.dir={USERVAR(GLShareRoot)}\AppProcess\BIS\SalesForce\DataLoader\conf com.salesforce.dataloader.process.ProcessRunner process.name=csvActivitiesExtractProcess
I see the ERROR in the output file but I believe that Java.exe is exiting normally. I would like to stop the job at this point and have Visual Cron report the error.