Skip to main content
Question

How to store folder connection credential within writter properties

  • December 13, 2016
  • 4 replies
  • 65 views

Forum|alt.badge.img

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 :)

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

david_r
Celebrity
  • December 13, 2016

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.


mark2atsafe
Safer
Forum|alt.badge.img+59
  • Safer
  • December 13, 2016

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.


Forum|alt.badge.img

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.


david_r
Celebrity
  • December 15, 2016

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