Hey everyone.
Our company rented server (Windows Server 2016) where we've got ArcGiS Server (Enterprise) + FME Server. And some FME jobs (workbenches) using FME SDE Readers. So reades takes some vector objects from SDE base and then make some transformations with them. And all works fine.
Week ago we are migrated to another server. So we are reinstall ArcGiS Enterprise (+ restore backups) and then reinstall FME server (+restore backups too). All jobs working fine except those, which are using FeatureReader "Esri Geodatabase (ArcSDE Geodb)". Is some reason when I'm tried to start jobs I've got an error
74 2022-1-12 18:57:56 | Creating reader for format: Esri Geodatabase (ArcSDE Geodb)
75 2022-1-12 18:57:56 | Trying to find a DYNAMIC plugin for reader named `GEODATABASE_SDE'
76 2022-1-12 18:57:56 | Loaded module 'GEODATABASE_SDE' from file 'C:\Program Files\FMEServer\Server\fme\GEODATABASE9.dll'
77 2022-1-12 18:57:56 | FME API version of module 'GEODATABASE_SDE' matches current internal version (3.8 20200115)
78 2022-1-12 18:57:56 | Performing query against GEODATABASE_SDE dataset `<Unused>'
79 2022-1-12 18:57:56 | Creating reader for format: Esri Geodatabase (ArcSDE Geodb)
80 2022-1-12 18:57:56 | Trying to find a DYNAMIC plugin for reader named `GEODATABASE_SDE'
81 2022-1-12 18:57:56 | FME API version of module 'GEODATABASE_SDE' matches current internal version (3.8 20200115)
82 2022-1-12 18:57:56 | Opening the Geodatabase reader
83 2022-1-12 18:57:57 | Unable to perform any licensing related tasks. This 64-bit version of FME requires 64-bit Background Geoprocessing, ArcGIS Pro or ArcGIS Server. Refer to this this article http://fme.ly/qua for more details
84 2022-1-12 18:57:57 | A fatal error has occurred. Check the logfile above for details
And then another bunch of errors
102 2022-1-12 18:57:57 | Creating reader for format: Esri Geodatabase (ArcSDE Geodb)
103 2022-1-12 18:57:57 | Trying to find a DYNAMIC plugin for reader named `GEODATABASE_SDE'
104 2022-1-12 18:57:57 | FME API version of module 'GEODATABASE_SDE' matches current internal version (3.8 20200115)
105 2022-1-12 18:57:57 | Performing query against GEODATABASE_SDE dataset `<Unused>'
106 2022-1-12 18:57:57 | Opening the Geodatabase reader
107 2022-1-12 18:57:57 | Unable to perform any licensing related tasks. This 64-bit version of FME requires 64-bit Background Geoprocessing, ArcGIS Pro or ArcGIS Server. Refer to this this article http://fme.ly/qua for more details
108 2022-1-12 18:57:57 | A fatal error has occurred. Check the logfile above for details
109 2022-1-12 18:57:57 | FeatureReader (QueryFactory): A fatal error has occurred. Check the logfile above for details
110 2022-1-12 18:57:57 | A fatal error has occurred. Check the logfile above for details
111 2022-1-12 18:57:57 | AttributeFilter_Filter (AttributeFilterFactory):
112 2022-1-12 18:57:57 | A fatal error has occurred. Check the logfile above for details
113 2022-1-12 18:57:57 | StringReplacer_2 (StringReplacerFactory):
114 2022-1-12 18:57:57 | AttributeKeeper (AttributeKeeperFactory): A fatal error has occurred. Check the logfile above for details
115 2022-1-12 18:57:57 | A fatal error has occurred. Check the logfile above for details
116 2022-1-12 18:57:57 | StringReplacer (StringReplacerFactory):
117 2022-1-12 18:57:57 | AttributeKeeper_2 (AttributeKeeperFactory): A fatal error has occurred. Check the logfile above for details
118 2022-1-12 18:57:57 | A fatal error has occurred. Check the logfile above for details
119 2022-1-12 18:57:57 | FeatureJoiner (FeatureJoinerFactory): A fatal error has occurred. Check the logfile above for details
120 2022-1-12 18:57:57 | FeatureJoiner (FeatureJoinerFactory): A fatal error has occurred. Check the logfile above for details
121 2022-1-12 18:57:57 | A fatal error has occurred. Check the logfile above for details
So, in some reason, FME Server didn't see ArcGIS Server license. As I understand correctly. How can I solve this error? May be there is configuration file for FME somewhere and I need to write arcgis server license inside it.
We are using FME Server 2020.2.5.1 Build 20828 - win64
Any help would be nice