Skip to main content

Hi all,

I'm hoping to use FME to replicate from our internal ESRI SDE (i.e. the FMW running as scheduled task sitting on our internal server) to a geodatabase that sits on a cloud server. To connect to the folder for the geodatabase I need to enter a Username and Password. As the task scheduler runs when I'm logged off the server the credentials need to be stored with the FMW rather than just a mapped network drive on Windows. Has anyone had any experience connecting to remote folders via FME or storing username/passwords within the writer properties? Some guidance would be great. I'm fairly new to FME.

Thank you 🙂

I suspect that isn't possible. You should probably see with your IT services about running FME as a domain user that has direct access to the shared folder.


Instead of writing directly to the cloud server you could write locally and use something to copy/push the data to there. eg write with a FeatureWriter then use the HTTPCaller to upload the file using its authentication parameters. Not sure if you can use something like file://host/path in the HTTPCaller, but it's worth a try.

Basically the Geodatabase writer might not have authentication parameters, but other cloud based transformers do.

Otherwise I'd try what David suggested about running FME as a domain user.


thank you, will try your suggestion @Mark2AtSafe. Thanks also @david_r, unfortunatly in this instance, our network admin guys have advised that direct access to that folder is not possible as it is under a different domain.


Would setting up an SFTP server on the other end be a possible solution?


Reply