You are here: Working with FME Desktop > Working with FME Server > Sharing Custom Formats, Transformers, Coordinate Systems

Sharing Custom Formats, Transformers, and Coordinate Systems on FME Server

Workspaces that are run from FME Server can use custom formats, custom transformers, and custom coordinate systems in the same way that FME Workbench does. There are three ways to upload these shared custom resources to FME Server:

  • Use the Resources page of the FME Server Web User Interface: This method makes custom formats, custom transformers, and custom coordinate systems available to all workspaces on FME Server. For more information, see Resources in the FME  Server documentation.
  • Publish to FME Server: Makes a custom format or custom transformer available to all workspaces in the same repository to which it is published.
  • Publish to FME Server with a Workspace: This method allows you to add resources when publishing a workspace. You can upload the resources to a repository or to a shared resource folder. If you upload to a shared resource folder, the resources are available to all other workspaces on FME Server. If you choose a repository, the resources are available to all other workspaces in the same repository to which the current workspace is published.

To publish custom resources to FME Server

  1. Open the custom format or custom transformer in FME Workbench:

    File > Open > Select custom format/transformer

  2. Publish the resource to FME Server as you would publish a workspace.

    The resource then becomes available to workspaces within the repository to which you published it.

To publish custom resources to FME Server when publishing a workspace

  1. Open the workspace you want to publish in FME Workbench.
  2. Start the Publish to FME Server wizard:
  3. File > Publish to FME  Server

  4. On the Publish Workspace dialog, click Select Files.
  5. On the Upload Files dialog, click Add Files.
  6. Select the resource file you want to include.
  7. On the Upload Files dialog, click Change Location.
  8. On the Change Upload Location dialog, specify an Upload Directory:
    • Upload to Repository: All resources published with the workspace will be available to any other workspaces that are run from the same repository to which it is published.
    • Upload to a shared resource folder: All resources published with the workspace will be available to all other workspaces run from FME Server, from any repository. Resources must be uploaded to the applicable subdirectory under Engine in order for workspaces to use them. For example, a custom format must be uploaded to the Engine > Formats folder.
    • Note: If custom coordinate system files are uploaded to any of the applicable Engine subdirectories, the FME Server Engines service must be restarted before they can be used in a workspace. These include the CoordinateSystemExceptions, CoordinateSystemGridOverrides, CoordinateSystems, and CsmapTransformationExceptions subdirectories.

  9. Complete the Publish to FME Server wizard as usual.

See Also