<?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: Use ArcGIS for Server license with ArcObject process in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52984#M1407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanls! My question was for 10.1 so that's why I could not find any examples for this version &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2012 08:12:05 GMT</pubDate>
    <dc:creator>MathieuVILLEMONT1</dc:creator>
    <dc:date>2012-12-20T08:12:05Z</dc:date>
    <item>
      <title>Use ArcGIS for Server license with ArcObject process</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52981#M1404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it still possible to use an ArcGIS for Server license in a ArcObject Java program?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes, how to do so?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What has been tried:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
EngineInitializer.initializeServer(esriProductCode.esriProductCodeServerStandardEdition);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
EngineInitializer.initLicensing(esriProductCode.esriProductCodeServerStandardEdition, "C:\\Program Files\\ArcGIS\\Server\\bin");
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The result:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;Exception in thread "main" AutomationException: 0x80040228 - The Product License has not been initialized. in 'Esri GeoDatabase'
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.esri.arcgis.datasourcesGDB.FileGDBWorkspaceFactory.openFromFile(Unknown Source)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at TestLicense.main(TestLicense.java:60)&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 14:18:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52981#M1404</guid>
      <dc:creator>MathieuVILLEMONT1</dc:creator>
      <dc:date>2012-12-18T14:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Use ArcGIS for Server license with ArcObject process</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52982#M1405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;Is it still possible to use an ArcGIS for Server license in a ArcObject Java program?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, but how you do it depends on your version of ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to find help in Java, you have to go back to the 9.3.1 Engine help, located here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.esri.com/help/9.3/ArcGISengine/java/concepts_start.htm"&gt;http://resources.esri.com/help/9.3/ArcGISengine/java/concepts_start.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under the section "Getting Started with ArcObjects", click on the Overview of Libraries and find the Server library, then click on the "Server" link on that page.&amp;nbsp; There are code samples there on how to make connections to ArcGIS Server, which should work up to version 10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI would rather you start using SOE's, because they are dropping this kind of connection to ArcGIS Server at 10.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck, have fun!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 14:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52982#M1405</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2012-12-19T14:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Use ArcGIS for Server license with ArcObject process</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52983#M1406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can also find help in version 10.&amp;nbsp; Sorry about that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/java_ao_adf/conceptualhelp/engine/index.html"&gt;http://help.arcgis.com/en/sdk/10.0/java_ao_adf/conceptualhelp/engine/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Developing desktop Applications&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Programming with ArcObjects Java&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ArcObjects package overviews&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Server&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or just click this:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/java_ao_adf/conceptualhelp/engine/0001/00010000049t000000.htm"&gt;http://help.arcgis.com/en/sdk/10.0/java_ao_adf/conceptualhelp/engine/0001/00010000049t000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 16:39:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52983#M1406</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2012-12-19T16:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use ArcGIS for Server license with ArcObject process</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52984#M1407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanls! My question was for 10.1 so that's why I could not find any examples for this version &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 08:12:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52984#M1407</guid>
      <dc:creator>MathieuVILLEMONT1</dc:creator>
      <dc:date>2012-12-20T08:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use ArcGIS for Server license with ArcObject process</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52985#M1408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ESRI, can you chime in here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've told this person that you can't make local DCOM connections to ArcGIS Server at version 10.1, because it says that in the 10.1 deprecation plan located here, on page 5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://downloads2.esri.com/support/TechArticles/ArcGIS10and101Deprecation_Plan.pdf"&gt;http://downloads2.esri.com/support/TechArticles/ArcGIS10and101Deprecation_Plan.pdf&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;�?� [Correction 8/18/2011] ArcGIS Server 10.1 will no longer support local connections (DCOM connections). ArcGIS Server 10.1 will be a web services (REST, SOAP, and OGC) server only.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And yet the ArcObjects 10.1 Javadocs contain code examples for connecting to ArcGIS Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/0001/000100000715000000.htm"&gt;http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/0001/000100000715000000.htm&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is "ServerInitializer" and "ServerConnection" not making a DCOM connection?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 12:14:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/use-arcgis-for-server-license-with-arcobject/m-p/52985#M1408</guid>
      <dc:creator>LeoDonahue</dc:creator>
      <dc:date>2012-12-20T12:14:28Z</dc:date>
    </item>
  </channel>
</rss>

