Reader Directives
The suffixes shown are prefixed by the current <ReaderKeyword>
in a mapping file. By default, the <ReaderKeyword>
for the FME Server Configuration reader is FMESERVERCONFIGURATION
.
DATASET
Required/Optional
Required
This specifies the machine running an FME Server instance to read from as an URL. The expected format is http://<host>:<port>. The FME Server must support the REST Service.
Workbench Parameter
Source FME Server URL
Example
FMESERVERCONFIGURATION_DATASET “http://fmeserver.com:8080”
USERNAME
Required/Optional
Required
This specifies the username to use to authenticate with the FME Server. The user must have fmesuperuser privileges.
Workbench Parameter
Username
Example
FMESERVERCONFIGURATION_USERNAME “admin”
PASSWORD
Required/Optional
Required
This specifies the password to use to authenticate with the FME Server.
Workbench Parameter
Password
Example
FMESERVERCONFIGURATION_PASSWORD “secret”
VERIFY_SSL_CERTIFICATES
This directive specifies whether the reader should verify the FME Server SSL certificate(s).
Required/Optional
Optional
Values
Yes (default) | No
Workbench Parameter
Verify SSL Certificates
Mapping File Syntax
FMESERVERCONFIGURATION_VERIFY_SSL_CERTIFICATES “Yes”