Select to view content in your preferred language

SOE capability checkbox disabled

669
2
Jump to solution
08-24-2023 10:28 AM
YoonsikChu
New Contributor

We set up a new ARCGIS Server 11.1 and registered a .NET SDK SOE.

But when I try to turn on the SOE capability from ArcGIS Server Manager, the checkbox for the SOE is disabled.

The same SOE works fine with another server which is ARCGIS Server 10.9 so it should be related to the server settings. Any ideas?

0 Kudos
1 Solution

Accepted Solutions
YoonsikChu
New Contributor

I found why it was disabled. The pool instance type of the service has to be dedicated instance pool. This option doesn't exist in old arcgis server (v10.9 and less).

 

View solution in original post

0 Kudos
2 Replies
YoonsikChu
New Contributor

I found why it was disabled. The pool instance type of the service has to be dedicated instance pool. This option doesn't exist in old arcgis server (v10.9 and less).

 

0 Kudos
bburnett44
Emerging Contributor

In Java SOEs, you have to explicitly enable support for services that run in shared instance pools. You do this by adding the 'supportsSharedInstances' to the ServerObjectExtProperties attribute.

Looks like the equivalent for dotnet is ServerObjectExtension attribute and it has the same property name

0 Kudos