Skip to main content
Solved

Reading/writing files(e.g .xlsx) from /into local drive not working in FME Flow 2023.0 (b23332) but FME Form does read/write the same files from local drive.

  • August 18, 2023
  • 4 replies
  • 45 views

angwan
Contributor
Forum|alt.badge.img+7
Reading/writing files(e.g .xlsx) from /into local drive not working in FME Flow 2023.0 (b23332) but FME Form does read/write the same files from local drive.

Best answer by geomancer

FME Form runs on your computer, but FME Flow runs on the server. FME Flow does not have access to your local drive.

You can point FME Flow to a location on the server (somewhere under Resources). FME Flow has an internal user for running the workspaces. This internal user will usually not have access to your file system or to locations on the network of your organization.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

geomancer
Evangelist
Forum|alt.badge.img+60
  • Evangelist
  • Best Answer
  • August 18, 2023

FME Form runs on your computer, but FME Flow runs on the server. FME Flow does not have access to your local drive.

You can point FME Flow to a location on the server (somewhere under Resources). FME Flow has an internal user for running the workspaces. This internal user will usually not have access to your file system or to locations on the network of your organization.


david_r
Celebrity
  • August 18, 2023

Also, please include relevant messages from the log next time, it makes giving a reply much easier :-)


angwan
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • August 18, 2023

FME Form runs on your computer, but FME Flow runs on the server. FME Flow does not have access to your local drive.

You can point FME Flow to a location on the server (somewhere under Resources). FME Flow has an internal user for running the workspaces. This internal user will usually not have access to your file system or to locations on the network of your organization.

Thanks geomance😊. Note also that, user a/c that runs the FME Engines should provide read/write access to the FME Flow System share and the a/c has permission on the FME Flow Core & FME Flow Application Server. That way it works .


angwan
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • August 18, 2023

Also, please include relevant messages from the log next time, it makes giving a reply much easier :-)

Thanks David. Will remember to attach the logs. It works after fixing the connection as geomance suggested.