FME Server Parameters

FME Server parameters reference FME Server system settings when a workspace is run from FME Server. These parameters may be useful when testing or debugging a workspace that is going to be run from FME Server.

FME Server parameters are listed in the table below:

Parameter Description
FME_DATA_REPOSITORY Name of the folder used by FME Server for temporarily uploading data.
FME_SECURITY_ROLES

Role of the FME Server user who runs the workspace. For example, fmeadmin and fmeauthor are two common roles.

FME_SECURITY_USER

FME Server user that runs the workspace.

FME_ENGINE

Name of the FME Engine that runs the workspace.

FME_JOB_ID

FME Server job identifier of the job that invokes the workspace.

FME_TOPIC

FME Server Notification Service topic that invokes the workspace.

FME_TOPIC_MESSAGE Location of the FME  Server Notification Service message. This parameter is set only in workspaces that are run from an FME workspace subscriber. For more information, see FME Workspace Subscriber in the FME Server documentation.
FME_SERVER_HOST

FME Server host name used to invoke this workspace.

FME_SERVER_PORT

FME Server port on which the workspace is invoked.

FME_SERVER_WEB_URL

Web Application Server root URL that invokes the workspace.

FME_SERVER_REQUEST_HEADERS

FME Server Web Services request header information, which includes the client IP of requests used to invoke the workspace.

FME_SERVER_REQUEST_URI

FME Server Web Services URI used to invoke the workspace. This parameter is set only in workspaces that are run by the FME Server Job Submitter, Data Streaming, or Data Download services.

FME_SERVER_REQUEST_METHOD HTTP request method used to invoke the workspace. This parameter is set only in workspaces that are run by the FME Server Data Streaming service.
FME_SHAREDRESOURCE_TEMP FME Server Resources folder for storing temporary files created by FME Server.
FME_SHAREDRESOURCE_DATA FME Server Resources folder for storing data files that can be shared between workspaces.
FME_SERVER_DEST_DIR File path where the FME Server Data Download and Data Streaming services write output data.
FME_SERVER_REQUEST_PARAMETERS FME Server Web Services request query parameters. Includes query parameters passed as part of the URL, as well as query parameters sent through a POST request body of content type "application/x-www-form-urlencoded" and "multipart/form-data".

See Also