Skip to main content
Question

How to setup a folder that can be written to from FME Server

  • December 5, 2022
  • 3 replies
  • 124 views

tcronin
Contributor
Forum|alt.badge.img+4

I created a Service account called svc_fme, and it has write access to a folder. The service account is what is setup for running the FME Server components except DB. Thinking same logic as Esri Service access for FME Service. I have an ETL on FME Server that is not writing to the desired location. How do I set this up?

3 replies

stefanh
Contributor
Forum|alt.badge.img+8
  • Contributor
  • 38 replies
  • December 6, 2022

How are you writing to the the desired location? Are you using the mapped network drive or the UNC-path?

In my case only the UNC-path is working.

This might also be the solution in your case.

 


tcronin
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 19 replies
  • December 7, 2022

I probably have mapped drives as it seems to default to that. I set UNC but they seem to switch, so I can check that out. Thank you for the heads up.


tcronin
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • 19 replies
  • December 7, 2022

Thank you again, I believe its running as I expect. UNC seems to do the trick.