I am trying to submit a csv to a workspace in the cloud using javascript API
~below is the call to submit the job to the workspace.
FMEServer.submitSyncJob(repository,workspace,params,showResults)
The data gets uploaded but the workspace fails with this message:
CSV reader: Failed to open file
'C:\\fakepath\\1801116-012618RF(TGS_Export_v2).csv' for reading. Please
ensure that the file exists and you have sufficient privileges to read
it.
Is this a permissions issue, the csv is uploaded to the server so I am wondering why the file is not available for processing also the log file appears to show that the workspace continues but does not produce a result.