[ERR0526] ArcMap Server Error

Message:[ERR0526] HRESULT description: {message}
Message type: Log error 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: NO
Used during request: YES

Notes:

Examples for ERR0526:

Example 1: When FILTERCOORDSYS or FEATURECOORDSYS id value is incorrect.
[Jan 15, 2004 10:00:23 AM][972 2616 INFO1] Begin Request
[Jan 15, 2004 10:00:23 AM][972 2616 INFO3] Request : <GET_IMAGE>
<PROPERTIES>
<ENVELOPE minx="-180" miny="-90" maxx="180" maxy="90" />
<FEATURECOORDSYS id="3333333333" />
<IMAGESIZE width="800" height="600"/>
</PROPERTIES>
</GET_IMAGE>

[Jan 15, 2004 10:00:23 AM][972 2616 INFO1] GET_IMAGE: world
[Jan 15, 2004 10:00:23 AM][972 2616 ERROR] error = 0x80070057
[Jan 15, 2004 10:00:23 AM][972 2616 ERROR] [ERR0526] HRESULT description: The parameter is incorrect.

[Jan 15, 2004 10:00:24 AM][972 2616 INFO1] Total Request Time : 0.797000s
[Jan 15, 2004 10:00:24 AM][972 2616 INFO1] End Request

Example 2: When a raster image cannot be found.
[Jan 15, 2004 12:01:09 PM][3188 3604 INFO1] Begin Request
[Jan 15, 2004 12:01:09 PM][3188 3604 INFO3] Request : <GET_IMAGE>
<PROPERTIES>
<ENVELOPE minx="-180" miny="-90" maxx="180" maxy="90" />
<IMAGESIZE width="800" height="600"/>
</PROPERTIES>
<LAYER type="acetate" name="acetate" id="acetate">
<OBJECT units="pixel">
<POLYGON coords="10 10;400 10;400 20;10 20;10 10" >
<RASTERFILLSYMBOL url="" image="c:\arcims\website\thecolor.gif" transparency="0.5" antialiasing="false" overlap="true" />
</POLYGON>
</OBJECT>
</LAYER>
</GET_IMAGE>

[Jan 15, 2004 12:01:09 PM][3188 3604 INFO1] GET_IMAGE: world
[Jan 15, 2004 12:01:09 PM][3188 3604 ERROR] HRESULT error = 0x800c0005
[Jan 15, 2004 12:01:09 PM][3188 3604 ERROR] [ERR0526] HRESULT description:  Unknown error code
[Jan 15, 2004 12:01:09 PM][3188 3604 ERROR] [ERR0536] Cannot load picture from c:\arcims\website\thecolor.gif
[Jan 15, 2004 12:01:09 PM][3188 3604 INFO1] Total Request Time : 0.063000s
[Jan 15, 2004 12:01:09 PM][3188 3604 INFO1] End Request

Example 3: When the Output directory does not exist.
[Jan 15, 2004 5:01:19 PM][2184 2336 INFO1] Begin Request
[Jan 15, 2004 5:01:19 PM][2184 2336 INFO3] Request : <GET_IMAGE>
<PROPERTIES>
<ENVELOPE minx="-180" miny="-90" maxx="180" maxy="90" />
<IMAGESIZE width="800" height="600"/>
</PROPERTIES>
</GET_IMAGE>

[Jan 15, 2004 5:01:19 PM][2184 2336 INFO1] GET_IMAGE: world
[Jan 15, 2004 5:01:20 PM][2184 2336 ERROR] HRESULT error = 0x8004033a
[Jan 15, 2004 5:01:20 PM][2184 2336 ERROR] [ERR0526] HRESULT description:  Unknown error code
[Jan 15, 2004 5:01:20 PM][2184 2336 ERROR] [ERR0534] Output directory not found or not writable.
[Jan 15, 2004 5:01:20 PM][2184 2336 INFO1] Total Request Time : 1.218000s
[Jan 15, 2004 5:01:20 PM][2184 2336 INFO1] End Request

Example 4: When a PMF file does not have the correct permissions set in the Application tab of the Settings.
[Jan 12, 2006 10:16:12 AM][3772 2004 INFO1] Begin Request
[Jan 12, 2006 10:16:12 AM][3772 2004 INFO3] REQUEST: <ADDSERVICE name="world_pmf">
<IMAGE url="http://mymachine/output" path="C:/ArcIMS/Output" type="JPG" pixelcount="1048576" />
<CONFIG type="bin" ext="pmf">
</CONFIG>
</ADDSERVICE>

[Jan 12, 2006 10:16:12 AM][3772 2004 INFO1] ADDSERVICE: world_pmf
[Jan 12, 2006 10:16:12 AM][3772 2004 ERROR] HRESULT error = 0x80070005
[Jan 12, 2006 10:16:12 AM][3772 2004 ERROR] [ERR0526] HRESULT description: Access is denied.

[Jan 12, 2006 10:16:12 AM][3772 2004 ERROR] ArcMap Server on MYMACHINE:  Service world_pmf cannot be created.
[Jan 12, 2006 10:16:12 AM][3772 2004 INFO1] Total Request Time: 0.047000s
[Jan 12, 2006 10:16:12 AM][3772 2004 INFO1] End Request

Example 5: When LINESYMBOL is used in a POINT object in the acetate layer.
[Jan 15, 2004 2:34:37 PM][1000 2948 INFO1] Begin Request
[Jan 15, 2004 2:34:37 PM][1000 2948 INFO3] Request : <GET_IMAGE>
<PROPERTIES>
<ENVELOPE minx="-180" miny="-90" maxx="180" maxy="90" />
<IMAGESIZE width="800" height="600"/>
</PROPERTIES>
<LAYER type="acetate" name="acetate" id="acetate">
<OBJECT units="pixel">
<POINT coord="100 100">
<SIMPLELINESYMBOL color="0,0,0" transparency="1" width="8" type="solid" />
</POINT>
</OBJECT>
</LAYER>
</GET_IMAGE>

[Jan 15, 2004 2:34:37 PM][1000 2948 INFO1] GET_IMAGE: world
[Jan 15, 2004 2:34:37 PM][1000 2948 ERROR] error = 0x80004003
[Jan 15, 2004 2:34:37 PM][1000 2948 ERROR] [ERR0526] HRESULT description: Invalid pointer

[Jan 15, 2004 2:34:37 PM][1000 2948 INFO1] Total Request Time : 0.610000s
[Jan 15, 2004 2:34:37 PM][1000 2948 INFO1] End Request