Skip to main content
Question

FMEServerResourceConnector

  • May 28, 2019
  • 1 reply
  • 48 views

oliver.morris
Contributor
Forum|alt.badge.img+14

Hi, I would like to delete some files in the temporary resources folder using the FMEServerResourceConnector

Trying to populate the object id:

Object ID

The Object ID of a file or folder on FME Server to delete. If valid credentials have been provided as a web connection, you may browse to a location.

With:

$(FME_SHAREDRESOURCE_TEMP)/mapper/downloads/$(UUID)/data/xxx/@Value(filename_field).dat

However it doesnt delete the file, not reporting anything.

Any idea what I am doing wrong here?

Thank you

Oliver

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

oliver.morris
Contributor
Forum|alt.badge.img+14
  • Author
  • Contributor
  • May 30, 2019

Worked it out - to get round this you need to include filesys -soe change to:

FME_SHAREDRESOURCE_TEMP/filesys/

FME_SHAREDRESOURCE_TEMP/filesys/mapper/downloads/$(UUID)/data/xxx/@Value(filename_field).dat