Hello,
I am using FME Server 2016.1 and I need to reference a folder named "farms:. I have added that into the config file and it appears in my resources list, no problem. However, the issue I am having is that I cannot run any workspace when I select the file for processing. If the files are put in other resources like data/myfiles, there is no issue. Below is the configuration I have added into the fmeserverconfig.txt file:
SHAREDRESOURCE_TYPE_7=FILE
SHAREDRESOURCE_NAME_7=rivers
SHAREDRESOURCE_DISPLAYNAME_7=rivers
SHAREDRESOURCE_DESCRIPTION_7=This shared resource is for the rivers
SHAREDRESOURCE_ISMIGRATABLE_7=false
SHAREDRESOURCE_DIR_7=C:/ProgramData/Safe Software/FME Server///resources/data/water/rivers/
SHAREDRESOURCE_SECURITY_DEFAULT_ROLES_7=fmeadmin
The error I get on FME Server is:
statusMessage
Undefined macro `rivers' dereferenced in file `rivers\\shape2shape\\rivers2tab.fmw'
Note, when using the workspace in WB, it works perfectly. If I access to my data from the data folder in the resources, it works as well.
Any help would be much appreciated.
Thanks.