<?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: Problem combining services i 10.1 in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/problem-combining-services-i-10-1/m-p/389728#M15084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using the web adaptor?&amp;nbsp; I ask because is there any chance you could be using the incorrect URL in the v10.1 environment.&amp;nbsp; I believe you need to include the port in your URL if you are not using the web adaptor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;v10.1&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://gis:6080/arcgis/rest/"&gt;http://gis:6080/arcgis/rest/&lt;/A&gt;&lt;SPAN&gt; - gis would just be the new server name&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;v10.0&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://gis/arcgis/rest/"&gt;http://gis/arcgis/rest/&lt;/A&gt;&lt;SPAN&gt; - gis would just be the old server name&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Oct 2013 16:24:48 GMT</pubDate>
    <dc:creator>MichaelVolz</dc:creator>
    <dc:date>2013-10-07T16:24:48Z</dc:date>
    <item>
      <title>Problem combining services i 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/problem-combining-services-i-10-1/m-p/389727#M15083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are trying to migrate to ArcGis 10.1 from 10.0. Our application uses multiple cached map-services. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have a background layer cached from 1:250000,100000,50000,25000,10000,5000,2500,1500,800,400,200 to1:100&amp;nbsp; and a foreground layer cached from 1:25000,10000,5000,2500,1500,800,400,200 to 1:100. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In 10.0 there was no problem creating two services and combining them in a web application is there a difference in 10.1 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Simply combining these services in 10.1 in an application doesnt seem to retrieve any tiles, we are using the Web Application Manager to create the application (In FireBug we get "Failure loading tile" and "There is an error during the draw (1.) Unspecified error" in the AGS-log.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The services themself seem fine, viewing them in ArcGis Server manager displays the tiles correctly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Am also slightly confused why the two new fields in the caching tab on the service, Minimum Scale and Maximum Scale refer to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody with similar problems ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//guha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 16:07:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/problem-combining-services-i-10-1/m-p/389727#M15083</guid>
      <dc:creator>GuhaChandrasekaran</dc:creator>
      <dc:date>2013-10-07T16:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem combining services i 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/problem-combining-services-i-10-1/m-p/389728#M15084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using the web adaptor?&amp;nbsp; I ask because is there any chance you could be using the incorrect URL in the v10.1 environment.&amp;nbsp; I believe you need to include the port in your URL if you are not using the web adaptor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;v10.1&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://gis:6080/arcgis/rest/"&gt;http://gis:6080/arcgis/rest/&lt;/A&gt;&lt;SPAN&gt; - gis would just be the new server name&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;v10.0&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://gis/arcgis/rest/"&gt;http://gis/arcgis/rest/&lt;/A&gt;&lt;SPAN&gt; - gis would just be the old server name&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 16:24:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/problem-combining-services-i-10-1/m-p/389728#M15084</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-10-07T16:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem combining services i 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/problem-combining-services-i-10-1/m-p/389729#M15085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the input,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No we are not using the webadaptor so we are using the port in our urls.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have multiple cache-directories on our server, thinking that there maybe was an issue with that I removed one. After that I started getting a more consistent behaviour.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After creating an application using one cached service with ArcGis Web App Manager it works fine and I can see that the tiles are being fetched with a proper url like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;http://server:6080/arcgis/rest/directories/arcgiscache/Service/Layers/_alllayers/L02/R000001fa/C0000033d.png&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;But adding another layer to the app spoiled it I see that tiles are being fetched with incorrect url like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;http://server:6080/arcgis/Layers/_alllayers/L07/R0000420c/C00006bf0.png&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However after fiddling around with the layers it seems that when creating a web application if you have more then one cached service the top service url or possibly all the services urls get messed up. The workaround I found was to add an extra dummy&amp;nbsp; layer at the top and set it invisible. After the app is created its seems its ok to then go back and edit the app and remove the top layer, pretty bizarre !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone able to reproduce this ? Or is there something screwed up in our configuration ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//guha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/problem-combining-services-i-10-1/m-p/389729#M15085</guid>
      <dc:creator>GuhaChandrasekaran</dc:creator>
      <dc:date>2013-10-08T11:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem combining services i 10.1</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/problem-combining-services-i-10-1/m-p/389730#M15086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would start an incident with ESRI to see if this is a bug with their software.&amp;nbsp; I only have cached mapservices in 1 directory at the moment so I can not reproduce your scenario.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 12:12:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/problem-combining-services-i-10-1/m-p/389730#M15086</guid>
      <dc:creator>MichaelVolz</dc:creator>
      <dc:date>2013-10-08T12:12:46Z</dc:date>
    </item>
  </channel>
</rss>

