<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Getting ServerObjectManager from IServerObjectHelper in ArcGIS Enterprise Extensibility Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842446#M164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harish for your support but I am getting null in following location:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMapServer mapServer = pSOH.ServerObject as IMapServer;&lt;BR /&gt;IMapServerObjects mapServerObjs = mapServer as IMapServerObjects; --Here I am getting mapServerObjs as Null&lt;BR /&gt;IMap map = mapServerObjs.get_Map(mapServer.DefaultMapName); -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using IMapServer3 even though, I am getting null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2020 13:54:17 GMT</pubDate>
    <dc:creator>AmitabhaSarkar</dc:creator>
    <dc:date>2020-09-14T13:54:17Z</dc:date>
    <item>
      <title>Getting ServerObjectManager from IServerObjectHelper</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842443#M161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please let me know how can I get ServerObjectManager from IServerObjectHelper as I need to create a ServerContext using C#. I am using ArcGIS Server 10.8.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:02:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842443#M161</guid>
      <dc:creator>AmitabhaSarkar</dc:creator>
      <dc:date>2020-09-02T13:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ServerObjectManager from IServerObjectHelper</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842444#M162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;You would use that just like you use other interfaces in C#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;primarily the interface definition already has a method get or set ServerObject – as you will find here-&amp;gt; &lt;A href="https://enterprise.arcgis.com/en/sdk/latest/windows/IServerObjectHelper_ServerObject.html"&gt;https://enterprise.arcgis.com/en/sdk/latest/windows/IServerObjectHelper_ServerObject.html&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;If you are looking for examples this may help you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;A href="https://programmersought.com/article/4663114551/"&gt;https://programmersought.com/article/4663114551/&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: #1f497d;"&gt;If you have any additional questions please feel free to &lt;A href="https://bit.ly/3hpvNGw"&gt;contact us&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2020 09:18:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842444#M162</guid>
      <dc:creator>HarishPalaniappan</dc:creator>
      <dc:date>2020-09-11T09:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ServerObjectManager from IServerObjectHelper</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842445#M163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you make a soe why do you need create a servercontext ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2020 13:44:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842445#M163</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2020-09-14T13:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ServerObjectManager from IServerObjectHelper</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842446#M164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Harish for your support but I am getting null in following location:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMapServer mapServer = pSOH.ServerObject as IMapServer;&lt;BR /&gt;IMapServerObjects mapServerObjs = mapServer as IMapServerObjects; --Here I am getting mapServerObjs as Null&lt;BR /&gt;IMap map = mapServerObjs.get_Map(mapServer.DefaultMapName); -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using IMapServer3 even though, I am getting null.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2020 13:54:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842446#M164</guid>
      <dc:creator>AmitabhaSarkar</dc:creator>
      <dc:date>2020-09-14T13:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ServerObjectManager from IServerObjectHelper</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842447#M165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Domenico, Thanks very much for showing interests.&lt;/P&gt;&lt;P&gt;We have been using ArcGIS 10.0 since last few years. For creating a map layer image - we are using a custom code calling from a web-handler through a proxy. This code generates an image (gif) of a desired map layer so that we can show it from our application. To do so - we did followings:&lt;/P&gt;&lt;P&gt;- Establish a connection to ArcGis Server using GISServerConnection.&lt;/P&gt;&lt;P&gt;- Create Server Object Manager object.&lt;/P&gt;&lt;P&gt;- Create Server Context&lt;/P&gt;&lt;P&gt;- Using this server context we were doing required operation.&lt;/P&gt;&lt;P&gt;Now we are migrating the ArcGIS Server from 10.0 to 10.8.1. With 10.8.1 I am getting error in following statement.&lt;/P&gt;&lt;P&gt;IGISServerConnection connection = new GISServerConnectionClass();&lt;/P&gt;&lt;P&gt;connection.Connect("localhost:6443"); -- This statement generates Class not registered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is why I went for SOE development. Kindly suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2020 14:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842447#M165</guid>
      <dc:creator>AmitabhaSarkar</dc:creator>
      <dc:date>2020-09-14T14:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ServerObjectManager from IServerObjectHelper</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842448#M166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a soe (soap or rest) and you can call it via soap or rest . In soe you put custom code arcobjects&lt;/P&gt;&lt;P&gt;&lt;A href="https://enterprise.arcgis.com/en/sdk/latest/windows/652a31ce-4f02-43b5-bba9-9db26ce231af.html"&gt;https://enterprise.arcgis.com/en/sdk/latest/windows/652a31ce-4f02-43b5-bba9-9db26ce231af.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From 10.1 you cannot use dcom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2020 14:20:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842448#M166</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2020-09-14T14:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ServerObjectManager from IServerObjectHelper</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842449#M167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed the article forwarded by you. Unfortunately, I am getting error in creating connection with ArcGIS Server 10.8.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2020 14:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842449#M167</guid>
      <dc:creator>AmitabhaSarkar</dc:creator>
      <dc:date>2020-09-14T14:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Getting ServerObjectManager from IServerObjectHelper</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842450#M168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you dont' need do a connection arcgis server. SOE lives in a service arcgis server. You create a SOE and load in a service and then you call via https:// ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2020 14:37:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-extensibility-questions/getting-serverobjectmanager-from/m-p/842450#M168</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2020-09-14T14:37:49Z</dc:date>
    </item>
  </channel>
</rss>

