You are here: Transforming Data > Working with Transformer Parameters > FME Server Parameters

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. This parameter is set only in workspaces that are run from an FME Server workspace subscriber. For more information, see Workspace Subscriber in the FME Server documentation.
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. This parameter is set only in workspaces that are run by the FME Server Data Streaming service. For more information, see Data Streaming Service in the FME Server documentation.
FME_SHAREDRESOURCE_TEMP The name of the FME Server Resources folder for storing temporary files created by FME Server.
FME_SHAREDRESOURCE_DATA The name of the FME Server Resources 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