Passing map parameters in the startup URL for ArcIMS HTML Viewer will dishonor imsQueryURL and imsGeocodeURL set in ArcIMSParam.js file.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM045503
Submitted
May 21, 2009
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.3.1
Status
Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
Additional Information
No Public Explanation
Workaround
Change the aimsMap.js file from if (imsURL!="") { imsQueryURL= imsURL + "&CustomService=Query"; imsGeocodeURL = imsURL + "&CustomService=Geocode"; //canLoad=false; } to this/* if (imsURL!="") { imsQueryURL= imsURL + "&CustomService=Query"; imsGeocodeURL = imsURL + "&CustomService=Geocode"; //canLoad=false; } */