I have a pretty basic workbench with a HTTP Caller which processes the downloaded data to insert. When I open the Workbench it works perfectly. I preset all the input parameters so I do not need to pass them into the model.
However when I try and run the workspace from command line, specifically in Jenkins, I use the following command:
"C:\\Program Files\\FME\\fme.exe" "\\\\xxx\\xxxx\\MY_MODEL.fmw"Â
Â
I get the following error:
HTTPCaller_4_<Rejected>: Termination Message: 'HTTPCaller_4 output a <Rejected> feature. To continue translation when features are rejected, change 'Workspace Parameters' > Translation > 'Rejected Feature Handling' to 'Continue Translation''
Program Terminating
Â
Any idea what would cause the http caller to fail only when run from command line?
Â
Any help would be greatly appreciated!