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 Contains the name of the folder used by FME Server’s Web User Interface for temporarily uploading data.
FME_SECURITY_ROLES

Contains the role of the FME Server user who is running the workspace. For example, Administrator and Author are two common roles.

FME_SECURITY_USER

Contains the FME Server user name of the person who is running the workspace.

FME_ENGINE

Contains the name of the FME Server Engine running the workspace.

FME_JOB_ID

FME Server job identifier for the job that invokes this workspace.

FME_TOPIC

Name of the FME Server Notification Service topic used to invoke this workspace.

FME_TOPIC_MESSAGE The location of the FME  Server Notification Service message.
FME_SERVER_HOST

The FME Server host name used to invoke this workspace.

FME_SERVER_PORT

The FME Server port used to invoke this workspace.

FME_SERVER_WEB_URL

The FME Server Application Server root URL used to invoke this workspace.

FME_SERVER_REQUEST_HEADERS

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

FME_SERVER_REQUEST_URI

The FME Server Web Service URI used to invoke this workspace.

FME_SERVER_REQUEST_METHOD The HTTP request method used to invoke the workspace.
FME_SHARED_RESOURCE_TEMP The name of the FME Server Resource Management folder for storing temporary files created by FME Server.
FME_SHARED_RESOURCE_DATA The name of the FME Server Resource Management folder for storing data files that can be shared between workspaces.
FME_SERVER_DEST_DIR The file path where the FME Server Data Download and Data Streaming services write output data.
FME_SERVER_REQUEST_PARAMETERS The 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

System Parameters