We had setup a FME Flow 2025.1 HA environment with 2 AWS Windows Servers and FSx shared folder as system share directory.
We can publish the workbench to FME Flow as workspace and submit it without issue. And we could confirm the published workspace under FSx shared repositories folder.
We can upload the python script to FME Flow resource folder and it could be called by the System Caller successfully. And we could confirm the uploaded python script file under FSx shared resources folder.
We can upload the SDE file to FME Flow resource folder and we could confirm the SDE file under FSx shared resources/data folder. But when we call it from the workspace, it had following error message:
- An error occurred while attempting to retrieve the connection parameters from the connection file '\\fs-011axxxxxxxxxx.fsx.ap-southeast-2.amazonaws.com\fsx\FMEFlow2025\Resources\data\SDE\DEV_SDE\CORP_DEV.sde'
When we copied this SDE file to FME Flow server local drive, “C:\FME\Data\CORP_DEV.sde” for example, it works without issue. So it looks like the account running the FME Flow service doesn’t have the privilege to access the SDE file in the AWS FSx shared folder. But as I detailed before, the published workspace and uploaded python script are all in the same AWS FSx shared folder, and they are all accessible and executable by the same account.
Could the experts in the community help me out this issue?
Thanks,
Henry from TfNSW