Did you upload the file to the FME Flow resources?
Did you upload the file to the FME Flow resources?
Of course, the data is contained in the resources on the server.
Could it be a permissions issue? does the user/token you’re using to run the workspace have permission to read data from the data repository?
Are you able to share the specific error or a log file?
Could it be a permissions issue? does the user/token you’re using to run the workspace have permission to read data from the data repository?
Are you able to share the specific error or a log file?
I don't really understand what happened, but with the above, the workspace now runs without error - I just made a new publication. However, there is a new problem. I need to write the result of the passed workspace to the database - I have writers set up on the database that write locally in the FME workbench. The log tells me that the WS ran fine, but the data does not appear in the database. If I look at the ws detail on the server, I see paths to the source files only, nowhere do I see the parameters of writing to the database, the so called writers.
One more question on the side - if I have locally in FME workbench set paths to the server on the readers e.g. "$(FME_SHAREDRESOURCE_DATA)/TopSky/coord_nove_FRA.xlsx" , can FME workbench read the source files on this path? Because with these paths WS will not run due to unavailability of source files see attachment. Thank you