Skip to main content

Goodmorning! 

 

I have an FME Flow workspace app, and it won't run. It has worked for about a week, and after that it stopped working.

 

The problem is, according to the logs, the AttributeFileWriter. It just says, rejected, nothing more. We believe its the string we use to dynamically choose the output location of the photo's. See attached picture.

 

This is the string: 

$(FME_SHAREDRESOURCE_DATA)/@Value(Jaar)\@Value(IncidentNummer) @Value(Dag)-@Value(Maand)-@Value(Jaar) @Value(Plaatsnaam)\@Value(IncidentBijlageId).jpg

The strings works just fine in FME Form, but, not anymore on FME Flow. This string has worked before on Flow, but stopped working for some reason. We did look into it, but could not find a solution to this. Can anyone explain this? Thank you!

 

 

Do any of the attributes used to form the file location contain accents or special characters?


Thanks ​@ebygomm for your answer! No, they do not. I dont know if you consider this "-” a special character, that is the only one in use here. But that has worked before, so i did not place that on my list. I also used a logger to confirm the string, see picture below.