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.
Parameter | Description |
---|---|
FME_DATA_REPOSITORY | Name of the folder used by FME Server for temporarily uploading data. |
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_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_SERVER_DEST_DIR | File path where the FME Server Data Download and Data Streaming services write output data. |
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_REQUEST_HEADERS | FME Server Web Services request header information, which includes the client IP of requests used to invoke the workspace. |
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_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". |
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_RUNTIME_USER | User name of the FME Server account that authenticated with the FME Server workspace app to run the workspace. |
FME_SERVER_RUNTIME_USER_ID | Unique identifier of the FME Server user account that authenticated with the FME Server workspace app to run the workspace. |
FME_SERVER_WEB_URL | Web Application Server root URL that invokes the workspace. |
FME_SHAREDRESOURCE_BACKUP | FME Server Resources folder for storing FME Server backup files. |
FME_SHAREDRESOURCE_DASHBOARD | FME Server Resources folder for storing Dashboard reports. |
FME_SHAREDRESOURCE_DATA | FME Server Resources folder for storing data files that can be shared between workspaces. |
FME_SHAREDRESOURCE_ENGINE | FME Server Resources folder for storing FME Engine resources. |
FME_SHAREDRESOURCE_LOG | FME Server Resources folder for storing log files. |
FME_SHAREDRESOURCE_SYSTEM | FME Server Resources folder for storing connections to network resources. |
FME_SHAREDRESOURCE_TEMP | FME Server Resources folder for storing temporary files created by FME Server. |
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_TOPIC | FME Server Notification Service topic that invokes the workspace. |
See Also