this question has been asked previously in the old forum but I couldn't find any answer.
I have a workspace that writes an Excel file. The destination dataset uses the value of a published parameter to set the output filename.
e.g.
DEST_DATASET = $(PROSPECT).xls
When running the workspace on the desktop the replacement works as expected. e.g. the output filename becomes "my_prospect.xls".
When the workspace is published up to FME Server (2013 sp2) as a data download service the workspace runs but the XLS file returned inside the .zip file is called "$(PROSPECT).xls". ie. no parameter substitution is occuring.
Does anyone know how to do this?
thanks,
Nic