I'm working with FMEServer.
I developed a small workbench that connects to s3, reads the content of some folder and downloads it into FME resource folder. The problem with downloading occurs only while first running. I get the following error:
FAILURE
java.lang.Exception: COM.safe.fmewebservices.FMEWebServiceException: COM.safe.fmeserver.api.FMEServerException: QSInvalidRequest
When I repeat a job, right after that, the job is done successfully.
In both cases, engines are turned on.
My workflow is as follows:
Any idea of solving this problem?