[WRN0935] Image Server Warning

Message:[WRN0935] Invalid RASTER_RANGE: 'lower' is equal or more than 'upper'.
Message type: Warning message. A message is written in the Spatial Server log file only. No message is sent to the Application Server and the client.
Used during service administration: YES
Used during request: NO

Notes:

Examples for WRN0935:

[Jan 15, 2004 11:25:06 AM][2888 1288 INFO1] Begin Request
[Jan 15, 2004 11:25:06 AM][2888 1288 INFO3] REQUEST: <ADDSERVICE name="raster_renderer">
<IMAGE url="http://mymachine/output" path="C:/ArcIMS/Output" type="JPG" pixelcount="1048576" />
<CONFIG>
<ENVIRONMENT>
<LOCALE language="en" country="US" />
<UIFONT name="dialog" color="0,0,0" size="12" style="regular" />
<SEPARATORS cs=" " ts=";"/>
<SCREEN dpi="96"/>
</ENVIRONMENT>
<MAP>
<PROPERTIES>
<ENVELOPE minx="-125.5" miny="17.2618268456375" maxx="-65.9356" maxy="56.8381731543624" name="Initial_Extent" />
<MAPUNITS units="decimal_degrees" />
</PROPERTIES>
<WORKSPACES>
<IMAGEWORKSPACE directory="C:\Data" name="jai_ws-0"/>
</WORKSPACES>
<LAYER type="image" name="WORLD_IMG.gif" id="0" visible="true">
<DATASET name="WORLD_IMG.gif" type="image" workspace="jai_ws-0" >
</DATASET>
<RASTER_RENDERER>
<RASTER_RANGE lower="101" upper="1" color="200,40,10" transparency="0.5" label="Urban" equality="lower"/
<RASTER_RANGE lower="101" upper="255" color="255,255,10" transparency="1" label="Rural" equality="lower"/
<RASTER_OTHER transparency="0" label="Other" />
</RASTER_RENDERER>
</LAYER>
</MAP>
</CONFIG>
</ADDSERVICE>

[Jan 15, 2004 11:25:06 AM][2888 1288 INFO1] ADDSERVICE: raster_renderer
[Jan 15, 2004 11:25:06 AM][2888 1288 INFO3] Begin creating layer 0.
[Jan 15, 2004 11:25:06 AM][2888 1288 WARNING] [WRN0935] Invalid RASTER_RANGE: 'lower' is equal or more than 'upper'.
[Jan 15, 2004 11:25:06 AM][2888 1288 INFO3] Layer 0 was created successfully.
[Jan 15, 2004 11:25:06 AM][2888 1288 INFO2] AXL Parse Time: 0.094000s
[Jan 15, 2004 11:25:07 AM][2888 1288 INFO3] RESPONSE: <?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<OK />
</RESPONSE>
</ARCXML>

[Jan 15, 2004 11:25:07 AM][2888 1288 INFO1] Total Request Time: 0.125000s
[Jan 15, 2004 11:25:07 AM][2888 1288 INFO1] End Request