[ERR0607] Extract Server Error

Message:[ERR0607] Could not find layer with ID {ID}.
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: YES
Used during request: YES

Notes:

Examples for ERR0607:

Example 1: When the dataset cannot be found during service administration.
[Jan 15, 2004 4:29:07 PM][488 3136 INFO1] Begin request
[Jan 15, 2004 4:29:07 PM][488 3136 INFO3] REQUEST:
<ADDSERVICE name="shape">
<IMAGE url="http://mymachine/output" path="C:/ArcIMS/Output" type="JPG" pixelcount="1048576" />
<ZIP url="http://mymachine/output" path="C:/ArcIMS/Output" />
<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="-178.217598362365" miny="18.9247817993164" maxx="-66.9692710360024" maxy="71.4062353532712" name="Initial_Extent" />
<MAPUNITS units="decimal_degrees" />
</PROPERTIES>
<WORKSPACES>
<SHAPEWORKSPACE directory="\\mymachine\Data\ESRIDATA\USA" name="shp_ws-2"/>
</WORKSPACES>
<LAYER type="featureclass" name="states" id="0" visible="true">
<DATASET name="states" type="polygon" workspace="shp_ws-2" >
</DATASET>
<SIMPLERENDERER>
<SIMPLEPOLYGONSYMBOL fillcolor="227,127,27" filltransparency="1" boundarytransparency="1" boundarycaptype="round" />
</SIMPLERENDERER>
<EXTENSION type="extract">
<EXTRACTPARAMS clip="true">
</EXTRACTPARAMS>
</EXTENSION>
</LAYER>
<LAYER type="featureclass" name="CITIES" id="1" visible="true">
<DATASET name="CITIES_NEW" type="point" workspace="shp_ws-2" >
</DATASET>
<SIMPLERENDERER>
<SIMPLEMARKERSYMBOL type="" color="127,227,27" width="6" />
</SIMPLERENDERER>
</LAYER>
<LAYER type="featureclass" name="CITIES_add" id="10" visible="true">
<DATASET name="CITIES" type="point" workspace="shp_ws-22" >
</DATASET>
<SIMPLERENDERER>
<SIMPLEMARKERSYMBOL type="" color="127,227,27" width="6" />
</SIMPLERENDERER>
</LAYER>
</MAP>
</CONFIG>
</ADDSERVICE>

[Jan 15, 2004 4:29:07 PM][488 3136 INFO1] SERVICE: shape
[Jan 15, 2004 4:29:07 PM][488 3136 INFO3] Begin creating layer 0.
[Jan 15, 2004 4:29:07 PM][488 3136 INFO3] Layer 0 was created successfully.
[Jan 15, 2004 4:29:07 PM][488 3136 INFO3] Begin creating layer 1.
[Jan 15, 2004 4:29:07 PM][488 3136 ERROR] [ERR2004] Dataset "CITIES_NEW" cannot be created.  Dataset is missing, unknown type, or invalid.
[Jan 15, 2004 4:29:07 PM][488 3136 ERROR] [ERR0607] Could not find layer with ID 1.
[Jan 15, 2004 4:29:07 PM][488 3136 INFO3] Begin creating layer 10.
[Jan 15, 2004 4:29:07 PM][488 3136 ERROR] [ERR2008] Workspace "shp_ws-22" not found.
[Jan 15, 2004 4:29:07 PM][488 3136 ERROR] [ERR2007] Dataset "CITIES" cannot find workspace "shp_ws-22".  Check if the workspace name is correct.
[Jan 15, 2004 4:29:07 PM][488 3136 ERROR] [ERR0607] Could not find layer with ID 10.
[Jan 15, 2004 4:29:07 PM][488 3136 INFO2] AXL Parse Time: 0.125000s
[Jan 15, 2004 4:29:07 PM][488 3136 INFO3] RESPONSE:
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<OK />
</RESPONSE>
</ARCXML>

[Jan 15, 2004 4:29:07 PM][488 3136 INFO1] Total Request Time: 0.141000s
[Jan 15, 2004 4:29:07 PM][488 3136 INFO1] End Request

Example 2: When the fromlayer ID is incorrect during a request.
[Jan 15, 2004 3:43:48 PM][488 3136 INFO1] Begin request
[Jan 15, 2004 3:43:48 PM][488 3136 INFO3] REQUEST:
<GET_EXTRACT>
<PROPERTIES>
<ENVELOPE minx="-130" miny="30" maxx="-90" maxy="60" />
</PROPERTIES>
<LAYER type="featureclass" name="Countries" id="1234" visible="true">
<DATASET fromlayer="333" >
</DATASET>
<SIMPLERENDERER>
<SIMPLEPOLYGONSYMBOL fillcolor="255,255,153" />
</SIMPLERENDERER>
</LAYER>
</GET_EXTRACT>

[Jan 15, 2004 3:43:48 PM][488 3136 INFO1] SERVICE: extract
[Jan 15, 2004 3:43:48 PM][488 3136 INFO3] Begin creating layer 1234.
[Jan 15, 2004 3:43:48 PM][488 3136 ERROR] [ERR2003] Fromlayer="333" - this layer ID not found.
[Jan 15, 2004 3:43:48 PM][488 3136 ERROR] [ERR0607] Could not find layer with ID 1234.
[Jan 15, 2004 3:43:48 PM][488 3136 INFO2] AXL Parse Time: 0.000000s
[Jan 15, 2004 3:43:48 PM][488 3136 INFO2] Feature Layer: WORLD30
[Jan 15, 2004 3:43:48 PM][488 3136 INFO2]   Search Time: 0.015000s
[Jan 15, 2004 3:43:48 PM][488 3136 INFO2] Features Extracted: 3
[Jan 15, 2004 3:43:48 PM][488 3136 INFO2]   Retrieval Time: 0.016000s
[Jan 15, 2004 3:43:49 PM][488 3136 INFO3] RESPONSE:
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<EXTRACT>
<ENVELOPE minx="-130" miny="30" maxx="-90" maxy="60" />
<OUTPUT url="http://mymachine/output/extract_mymachine48831363.zip" />
</EXTRACT>
</RESPONSE>
</ARCXML>

[Jan 15, 2004 3:43:49 PM][488 3136 INFO1] Total Request Time: 0.334000s
[Jan 15, 2004 3:43:49 PM][488 3136 INFO1] End Request