Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

All of the layers in map document are in wgs84. I am getting an error message in the ArcGIS server log for one specific layer (see below). I ran the analyze tool from the Map Service Publishing option and it did not pick up any errors on this layer.

How to fix the issue? Does anyone know the reason for this error?

<Msg time='2012-12-13T13:51:13' type='ERROR' code='103800' target='Test.MapServer' machine='server1' user='?' process='5164' thread='7384'>Texas: Layer_RK:  The specified coordinate exceeds the valid coordinate range </Msg>
share|improve this question
It looks like there's a feature in "Texas: Layer_RK" that is way out of bounds. If it's possible, check the coordinates of the features for that layer? – Mintx Dec 17 '12 at 15:02
1  
In my experience with ArcMap, when I get that error, it is due to incorrect geometry, or features that are out in la la land. A quick check is to add your layer to ArcMap and zoom to the layer. If most of your features are grouped in a small area and there are outliers separate from the rest with ridiculous coordinates, those need to be fixed. – Baltok Dec 17 '12 at 22:43
@Mintx@Baltok the layer has only one feature.. – iamlaksh1 Dec 18 '12 at 4:02
One more point to add here when scale is less than 1:800000 ArcMap does not throws an error, but beyond 8,00000 it trowse One or more layers failed to draw: Texas:Layer_RK: The specified coordinate exceeds the valid coordinate range – iamlaksh1 Dec 18 '12 at 6:03
Are the layers in the map document in GCS WGS84 or in WGS84 Web Mercator? Also make sure the Extent in your data frame is valid. – Mintx Dec 18 '12 at 21:05
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.