Skip to main content
Solved

Support for Esri Geodatabase (ArcSDE Geodb) on FME Server running on Linux (with ArcGIS Server)

  • March 22, 2023
  • 3 replies
  • 146 views

krlem
Contributor
Forum|alt.badge.img+4

I have a distributed FME Server deployment (core + n Engines). One of the Engine hosts has been dedicated to run jobs that require to write/read to/from Esri Geodatabase (SDE). In order to enable that I deployed ArcGIS Server on that machine (it is licensed and running).

Unfortunately when running a job that tries to read from SDE (Oracle) I got the following error:

60	Creating reader for format: Esri Geodatabase (ArcSDE Geodb)
61 Trying to find a DYNAMIC plugin for reader named `GEODATABASE_SDE'
62 Could not load module '/opt/fme-engine-2022/plugins/..\geodatabase9.so' : '/opt/fme-engine-2022/plugins/..\geodatabase9.so: cannot open shared object file: No such file or directory'
63 Module '..\geodatabase9' is unavailable for use with this FME edition

Is this configuration (access to SDE GDB from Linux machine) supported? Should I try to use Windows based Engine machine with ArcGIS Server?

 

FME Server version: FME Server 2022.2.4, Build 22792 - linux-x64

ArcGIS Server: 11.0 Advanced

Best answer by nielsgerrits

I'm no expert but looking at the SDE format page I think your conclusion is correct.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

nielsgerrits
VIP
Forum|alt.badge.img+62
  • Best Answer
  • March 22, 2023

I'm no expert but looking at the SDE format page I think your conclusion is correct.


hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • March 22, 2023

I'm no expert but looking at the SDE format page I think your conclusion is correct.

Correct. SDE reading/writing is limited to windows only.


krlem
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • March 24, 2023

I'm no expert but looking at the SDE format page I think your conclusion is correct.

Confirmed - Windows based Engine works as expected.