FME Server Configuration Writer Parameters
Note: To use this format, you must be connected to an FME Server version 2013 or later.
Connection
The machine running an FME Server instance to write to, in the form of a URL.
The expected format is http://<host>:<port>. The FME Server must support the REST Service.
Specifies the username to authenticate with FME Server. The user must have fmesuperuser privileges.
The password to authenticate with the FME Server.
Ensure that the SSL (Secure Socket Layer) certificate was issued by a trusted party and is still valid.
Advanced
The writer mode to use to import the configuration package to the FME Server. This will control the behavior of the FME Server when importing the configuration package.
Insert: (default) Ensures that no data on the FME Server will be overwritten. Only data available in the imported configuration package and not available on the FME Server will be imported.
Update: Ensures that all the data in the configuration package will be imported to the FME Server. Data that exists in both the FME Server and the imported configuration package will be overwritten and new data will be added.