<?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 publishing services without Arcgis for Desktop in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288581#M11027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have installed Arcgis for Server 10.1 and I want to publish some services on this server, but I don't have licenses of Arcgis for Desktop. I want to know can I publish a service without Arcgis for Desktop. I know the module Arcpy can build and publish a service, but I didn't find this module in my disc of Arcgis for Server, can I get this module without Arcgis for Desktop?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Apr 2013 14:19:06 GMT</pubDate>
    <dc:creator>wushuang</dc:creator>
    <dc:date>2013-04-25T14:19:06Z</dc:date>
    <item>
      <title>publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288581#M11027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have installed Arcgis for Server 10.1 and I want to publish some services on this server, but I don't have licenses of Arcgis for Desktop. I want to know can I publish a service without Arcgis for Desktop. I know the module Arcpy can build and publish a service, but I didn't find this module in my disc of Arcgis for Server, can I get this module without Arcgis for Desktop?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Apr 2013 14:19:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288581#M11027</guid>
      <dc:creator>wushuang</dc:creator>
      <dc:date>2013-04-25T14:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288582#M11028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Wu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; can I publish a service without Arcgis for Desktop. I know the module Arcpy can build and publish a service, but I didn't find this module in my disc of Arcgis for Server, can I get this module without Arcgis for Desktop? &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, you can publish existing maps with ArcPy if you only have ArcGIS for Server and don't have ArcGIS for Desktop. However, you cannot author new maps. FYI there is a code sample here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/#/CreateMapSDDraft/00s30000006q000000/"&gt;CreateMapSDDraft (arcpy.mapping)&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 16:34:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288582#M11028</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2013-05-01T16:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288583#M11029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very mush, but I have another problem for this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found Arcpy in ~/server/tools and I use the example &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Publish a map service from a map document (MXD)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Example_Publish_a_map_service_from_a_map_document_MXD/0155000005r7000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Example_Publish_a_map_service_from_a_map_document_MXD/0155000005r7000000/&lt;/A&gt;&lt;SPAN&gt;) to publish my service. I have created a connection file with the example &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;CreateGISServerConnectionFile&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/CreateGISServerConnectionFile/00s300000079000000/" rel="nofollow noopener noreferrer" target="_blank"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/CreateGISServerConnectionFile/00s300000079000000/&lt;/A&gt;&lt;SPAN&gt;)&amp;nbsp; and I run the script like this : /opt/arcgis/server/tools/python publishMXD.py.&amp;nbsp; I have got a error :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;wine: Unhandled page fault at address 0x7faf6e7d44b8 (thread 0062), starting debugger...
Unhandled exception: page fault in 64-bit code (0x00007faf6e7d44b8).
Register dump:
 rip:00007faf6e7d44b8 rsp:000000000032e0d8 rbp:000000000409d808 eflags:00010202 (&amp;nbsp; R- --&amp;nbsp; I&amp;nbsp;&amp;nbsp; - - - ) ....&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I look for this error in Internet but i have got nothing, and I use the same code on Windows, it susses. I'm using Linux SUSE enterprise in a virtual machine.&amp;nbsp; Did you know what's the problem, may I have some configuration error in my Linux.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:56:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288583#M11029</guid>
      <dc:creator>wushuang</dc:creator>
      <dc:date>2021-12-11T13:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288584#M11030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What line of your script is it failing on?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 15:05:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288584#M11030</guid>
      <dc:creator>JeffMoulds</dc:creator>
      <dc:date>2013-05-09T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288585#M11031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;arcpy.mapping.CreateMapSDDraft(mapDoc, sddraft, service, 'ARCGIS_SERVER', con, True, None, summary, tags)&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This line, it is failing on when i add a communication file ( variable con ) .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 06:43:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288585#M11031</guid>
      <dc:creator>wushuang</dc:creator>
      <dc:date>2013-05-13T06:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288586#M11032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have changed the line by this one and it work... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;arcpy.mapping.CreateMapSDDraft(mapDoc, sddraft, service, 'ARCGIS_SERVER')&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have no ideal what's the problem... I have a question, we still use a module wine to similar a environment windows on Arcgis for Server 10.1 ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 12:48:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288586#M11032</guid>
      <dc:creator>wushuang</dc:creator>
      <dc:date>2013-05-14T12:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288587#M11033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are some issues with supplying a connection file into CreateMapSdDraft on ArcGIS Server on Linux. I suspect that you are hitting one of these issues. As a workaround, you can supply the connection file when you upload the service:&lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;arcpy.UploadServiceDefinition_server(sd, con)&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;And yes, ArcGIS Server 10.1 on Linux uses WINE technology.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 17:08:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288587#M11033</guid>
      <dc:creator>JeffMoulds</dc:creator>
      <dc:date>2013-05-14T17:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288588#M11034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So, we still lose some performance on Arcgis for Server 10.1 (Linux) ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 12:47:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288588#M11034</guid>
      <dc:creator>wushuang</dc:creator>
      <dc:date>2013-05-15T12:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288589#M11035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Wu,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe what Jeff meant was that if you supply the connection file info when you upload the service, you should be fine. There was no implied performance issue with Server 10.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 21:03:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288589#M11035</guid>
      <dc:creator>DerekLaw</dc:creator>
      <dc:date>2013-05-15T21:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: publishing services without Arcgis for Desktop</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288590#M11036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that helps very much! Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 06:20:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/publishing-services-without-arcgis-for-desktop/m-p/288590#M11036</guid>
      <dc:creator>wushuang</dc:creator>
      <dc:date>2013-05-16T06:20:03Z</dc:date>
    </item>
  </channel>
</rss>

