Question
Does the ArcGIS Server support Custom Formats?
Answer
Yes, with these steps:
On client computer:
- Copy the source dataset into a shared folder.
- Start ArcCatalog, Add Interop connection.
- Make a new custom format which refers to the source dataset using UNC path (\\<computer>\<dataset>)
- In workspace, add an AttributeCreator or GeometryCoercer to make it easier to distinguish it from the normal format.
- Save the workspace. The fds file goes to <user>\FME\Formats
- Create a Data Interop connection using the custom format.
- Copy the fds file into a shared folder.
- Start ArcMap, and add the layer in Data Interop connection.
- Verify this layer is custom format by using identify tool.
- Save this map using Full path (File -> Document Properties -> Data source options)
- In ArcCatalog, make a folder connection to the shared folder in UNC path (\\<computer>\<path>)
- Publish the map from the folder connection. (You can't see it yet)
On ArcGIS Server:
- Set the server system environment variable (Variable: FME_SHARED_RESOURCE_DIR, Value: \\<computer>\<path>)
On client computer:
- Delete the published map service from ArcCatalog.
-
- Re-publish the map, then you are able to see it.