Apologies if this has been asked before, I have tried searching Google/FMEPedia for it, with no luck.
I'm having trouble getting the "request" string in our emails sent from FME Server 2012. Our previous FME Server 2010 emails - used the variable %request% - however I'm having no luck using }
Below is what I have for our current "success" template:
<fmeblock>Your FME translation (job ID {id}) has succeeded. Click on the link below to download the result: {urlPrefix}{ResultRootDir}/{@getFileName(@zip(OutputLocation))} </fmeblock><fmeblock>INFO: FME Request Parameters : This download file will only be available for 7 days, then it will be deleted. </fmeblock> <fmeblock>Time Started: {timeStarted} Time Finished: {timeFinished}</fmeblock>
Which results in this:
Your FME translation (job ID 306) has succeeded. Click on the link below to download the result:
http://ERRDWAS89:8080/fmedatadownload/results/FME_2B5C0113_135543773925_15784.zip
INFO: FME Request Parameters
NOTE: This download file will only be available for 7 days, then it will be deleted.
Time Started: Fri-14-Dec-2012 08:28:59 AM
Time Finished: Fri-14-Dec-2012 08:29:09 AM
All variables work except for the } one - I tried without the @ but I just get _undefined_ written under the request parameters section.
Can someone provide a link to the full available list of parameters & how to use them for the Email Content Template - all I could find from FMEPedia is the reference manual which barely covers this topic, and does not use the request in their examples.
Please help.