Hi,
I'm trying to use a published parameter that is a combo of two other private published parameters in fme server.
e.g.
full_path=$(drive)$(path)
where
drive="D:/"
path="afolder"
i'd expect D:/afolder to be returned from $(full_path) as it is in workbench.
however i get the unresolved string '$(drive)$(path)' instead once i've published the workbench to server.
The full_path parameter is being used as an esri personal gdb dest_dataset parameter.
Can anyone explain why this may be? Are joined parameters like this supported in FME Server 2011? I thought they were.
Nick