Question

FMEServerResourceConnector

  • 28 May 2019
  • 1 reply
  • 5 views

Badge +10

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


1 reply

Badge +10

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

Reply