<?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: Changing Service Datasource programmatically in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742110#M19743</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would these resources be helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: #4d4d4d;"&gt;Enabling dynamic layers on a map service in ArcGIS for Desktop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/latest/publish-services/linux/enabling-dynamic-layers-on-a-map-service-in-arcgis-for-desktop.htm"&gt;http://server.arcgis.com/en/server/latest/publish-services/linux/enabling-dynamic-layers-on-a-map-service-in-arcgis-for-desktop.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/layers_dynamic_reorder.html" title="https://developers.arcgis.com/javascript/jssamples/layers_dynamic_reorder.html"&gt;Reorder layers in map service | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/layers_dynamic_reorder.html" title="https://developers.arcgis.com/javascript/jssamples/layers_dynamic_reorder.html"&gt; &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Apr 2016 14:36:25 GMT</pubDate>
    <dc:creator>JamesGough1</dc:creator>
    <dc:date>2016-04-26T14:36:25Z</dc:date>
    <item>
      <title>Changing Service Datasource programmatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742105#M19738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;my Problem is that I want to create ArcGIS Services dynamic and therefore I need to change the data bindings of the mxd serving the service.&lt;/P&gt;&lt;P&gt;I'm able to create the service, to remove it and anything else, but i have no good idea how to change the bindings.&lt;/P&gt;&lt;P&gt;First I thought this could be done by the arcgis server rest api, but there is no method to change the data bindings of a service.&lt;/P&gt;&lt;P&gt;At the moment the only way I see ist to copy the template mxd for the service, publish it and when needed to do the following steps: stop the service, change the data binding of the service mxd with arcobjects and then restart the service.&lt;/P&gt;&lt;P&gt;So my questions is, is there a better way to change the binding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I don't want to change the binding and then publish the service, because this has to happen after a user action. So waiting to create a service is no option. I have to change the bindings on an already working service, to minimize the waiting time for users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards &lt;/P&gt;&lt;P&gt;Sebastian Bosbach&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 06:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742105#M19738</guid>
      <dc:creator>SebastianBosbach</dc:creator>
      <dc:date>2016-04-26T06:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Service Datasource programmatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742106#M19739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the source data be updated instead of binding to a completely different datasource?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 12:54:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742106#M19739</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2016-04-26T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Service Datasource programmatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742107#M19740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Unfortunateli &lt;/SPAN&gt;no.&lt;/P&gt;&lt;P&gt;The source database is so large, that I wan't to separate the needed data for a user session into temporary tables.&lt;/P&gt;&lt;P&gt;Because one of the problems at the moment, is that when many users are working and moving ares etc. they all writing in the same giant tables, which results in performance drops.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:10:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742107#M19740</guid>
      <dc:creator>SebastianBosbach</dc:creator>
      <dc:date>2016-04-26T13:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Service Datasource programmatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742108#M19741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you break the table up in multiple services with a definition query dedicated to each specific user by area to alleviate the performance problems?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:15:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742108#M19741</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2016-04-26T13:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Service Datasource programmatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742109#M19742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one solution I have in mind, but not my preferred.&lt;/P&gt;&lt;P&gt;If i split it in multiple static services I'm wasting resources. I would have to run let's say 20-50 services, even if just one user is working or if many users are working.&lt;/P&gt;&lt;P&gt;The other drawback, is that we would have to change 20-50 mxd files and services if something needs to be changed.&lt;/P&gt;&lt;P&gt;So I'm searching for a dynamic solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: I have done much on solutions with cloud infrastructure and wan't to design the solution in a way it's dynamic scalable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 13:26:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742109#M19742</guid>
      <dc:creator>SebastianBosbach</dc:creator>
      <dc:date>2016-04-26T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Service Datasource programmatically</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742110#M19743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would these resources be helpful?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Arial',sans-serif; color: #4d4d4d;"&gt;Enabling dynamic layers on a map service in ArcGIS for Desktop&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://server.arcgis.com/en/server/latest/publish-services/linux/enabling-dynamic-layers-on-a-map-service-in-arcgis-for-desktop.htm"&gt;http://server.arcgis.com/en/server/latest/publish-services/linux/enabling-dynamic-layers-on-a-map-service-in-arcgis-for-desktop.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/layers_dynamic_reorder.html" title="https://developers.arcgis.com/javascript/jssamples/layers_dynamic_reorder.html"&gt;Reorder layers in map service | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/layers_dynamic_reorder.html" title="https://developers.arcgis.com/javascript/jssamples/layers_dynamic_reorder.html"&gt; &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 14:36:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/changing-service-datasource-programmatically/m-p/742110#M19743</guid>
      <dc:creator>JamesGough1</dc:creator>
      <dc:date>2016-04-26T14:36:25Z</dc:date>
    </item>
  </channel>
</rss>

