Skip to main content
Question

Extra forward slashes in FME SHAREDRESOURCE DATA path

  • November 30, 2017
  • 1 reply
  • 58 views

Forum|alt.badge.img

I am trying to automate an ESRI Enterprise Geodatabase Compress with FME Server. The problem I have run into is with using the Server Parameter FME_SHAREDRESOURCE_DATA I have stored my SDE connection files in a folder there. When the workspace replaces the variable with the path to my FME Data Resource it is including two extra slashes / between the FME Server folder and the resources folder like this ...FME Server///resources/data/ I know I can fix this by replacing that in the workspace or hard coding the path rather than using the variable, but I'm wondering if there is a way to fix this so I can use the system variable straight up?

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.

1 reply

Forum|alt.badge.img
  • Author
  • November 30, 2017

I solved my problem. I found that the paths recorded in the fmeEngineConfig.txt and fmeServerConfig.txt contained the extra spaces. I fixed the paths there, and re-started FME Server to fix this issue.