Question

Error from Fme Server Notifier


Badge
Hello I am using FME Server Notifier in my workbench . The topic is subscribed to email .

 

 

But it is throwing below 

 

 

BODY @EvaluateExpression(STRING_ENCODED,<at>Value<openparen>_job_id<closeparen><lf><at>Value<openparen>_timeStarted<closeparen><lf><at>Value<openparen>_timeFinished<closeparen><lf>,FMEServerNotifier_2) OUTPUT OUTPUT FEATURE_TYPE FMEServerNotifier_2_OUTPUT OUTPUT REJECTED FEATURE_TYPE FMEServerNotifier_2_<REJECTED>' is incorrect.  The parameter to TOPIC must be a constant value, a value-of (&) attribute, or an FME function call

 

 

Below is my content for the notification

 

@Value(_job_id)

 

@Value(_timeStarted)

 

@Value(_timeFinished)

 

 

Any ideas why this might be happening ?

3 replies

Badge
What's the name of the topic? I wonder if it has special characters in it that are causing problems? That's my first guess.

 

 

Mark
Badge
Roll_Back_Load is my topic name 

 

 

Subscription  name is Roll Back Load
Badge
Hi Vikram

 

I looked into this a bit more and I believe it is an issue that is now fixed. The fix is in FME 2014-SP2 and (of course) FME 2015 beta. If you can upgrade to one of those versions then that should resolve the problem.

 

 

If you have further problems with this, please do contact our support team (http://www.safe.com/support) and mention PR#52539

 

 

Hope this helps

 

 

Regards

 

 

Mark

 

 

Mark Ireland

 

Product Evangelist

 

Safe Software Inc

Reply