Select to view content in your preferred language

ESRI GeoEvent 10.9.1 in a disconnected environment

165
1
10-10-2025 02:33 AM
wadsonmakari
Occasional Contributor

Hi all,

I have ESRI GeoEvent running in a closed environment and I have successfully configured and published a GeoEvent service that is pushing data to a Stream Service. I can browse to my stream service but I can't subscribe to the web socket url. When I inspect the network requests I can see requests to https://js.arcgis.com/4.14 which would fail for me as I am running in disconnected environment.

I thought I could get past this by downloading the ESRI javascript api 4.32 and hosting it on the same machine that is running ESRI GeoEvent and reference  the local api but this is not working either and it looks like version v4.14 is significantly from v4.32.

Can someone advise which version of the api I need to reference when running locally?

Regards,

0 Kudos
1 Reply
Priya_Das
Esri Contributor

Hi @wadsonmakari 

The version of the JS API you use should match the version of GeoEvent Server you are using. So with 10.9.1 you should only be using version 4.20 or version 3.37 depending on whether you are using a JS 4.x or legacy JS 3.x app.

https://enterprise.arcgis.com/en/geoevent/10.9.1/get-started/whats-new-in-geoevent-server.htm

 

0 Kudos