laptop and a wrench

Bug

Setting the primary map resource to local datasource causes 'Data Not Available' error to be displayed for ArcGIS Server Internet resource.

Last Published: August 25, 2014 No Product Found
Bug ID Number NIM011508
SubmittedSeptember 7, 2007
Last ModifiedMarch 19, 2025
Applies toNo Product Found
Version found9.2
Program languageVB.Net
Version FixedN/A
StatusFixed

Additional Information

documented

Workaround

Set up http://services.arcgisonline.com/v92, I3_Imagery_Prime_World_2D as the primary map resource. As now the initial extent of the map will be the extent of the internet service, add the following lines of code to show the map at the local data’s extent initially.Protected Sub Page_PreRenderComplete(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRenderComplete Dim mf As ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.MapFunctionality = Map1.GetFunctionality(0) Map1.Extent = ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Converter.ToAdfEnvelope(mf.MapDescription.MapArea.Extent) End Sub

Steps to Reproduce

Bug ID: NIM011508

Software:

  • No Product Found

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options