Skip to main content

I have a publication that monitors a folder for new files that are created.

I also have a working workspace that takes any number of files from a network location and uploads them where I they need to go.

When trying to set up a subscription I get the following error

I have been able to run the workspace on its own however it fails when initiated by the topic.

I can see the SourceDataset_PATH parameter is missing from the log but.

Published Parameters

Parameter Value SourceDataset_PATH FME_TOPIC_MESSAGE$(FME_SHAREDRESOURCE_SYSTEM)temp/subscriptions/277a9c3190634de39102c05756666082.json FME_TOPICDatasetWatchstatusMessageParameter 'SourceDataset_PATH' must be given a value.

Any ideas?

is there a filter specified in the path and directory reader?


is there a filter specified in the path and directory reader?

There is only an asterisk(*) in the path filter, so I assume it is looking at all.

 

 


There is only an asterisk(*) in the path filter, so I assume it is looking at all.

 

 

In that case it probably not finding any datasets/files to return, hence the error....

 

 


There is only an asterisk(*) in the path filter, so I assume it is looking at all.

 

 

Could be a case of access rights to the location, can you access the location from the machine where FME Server is installed?

Reply