You are here: Administrator's Guide > Other Common Tasks > Configuring the FME Engine > Configuring Grid Transformation Definitions
Configuring Grid Transformation Definitions
You can modify grid transformation definitions and use them for explicit transformations in workspaces run from FME Server. You must make the desired changes in FME Workbench, then manually copy the applicable grid override file to FME Server.
- In FME Workbench, click Tools > FME Options > Coordinate Systems, and edit the applicable grid transformation.
- Configure a shared resources directory for FME Server (if not already done). For more information, see Sharing FME Engine Resources.
- Locate the applicable grid override file from the FME Desktop machine:
- Copy the override file to the
CoordinateSystemGridOverrides
subdirectory of the shared resources folder. - Open the grid override file in a text editor. You will see a relative path to the
.\GridData
folder. Change the relative path to a fully qualified path to the<FMEServerDir>\Server\fme\Reproject\GridData
folder. - Restart FME Server.
Windows:
<user>\My Documents\FME\CoordinateSystemGridOverrides\<grid_override_file>.txt
Linux:
> ~/.fme/CoordinateSystemGridOverrides
Note: If any part of the path contains spaces, enclose the entire path in quotation marks (""). If paths containing spaces are not enclosed in quotation marks, the FME Server Engines service may fail to restart.