[ERR2004] General Error

Message:[ERR2004] Dataset "{dataset name}" cannot be created. Dataset is missing, unknown type, or invalid.
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 ERR2004:

Example 1: During service administration.
[Jan 15, 2004 1:21:38 PM][1316 3836 INFO1] Begin Request
[Jan 15, 2004 1:21:38 PM][1316 3836 INFO3] REQUEST: <ADDSERVICE name="world">
<IMAGE url="http://mymachine/output" path="C:/ArcIMS/Output" type="JPG" pixelcount="1048576" />
<CONFIG>
<ENVIRONMENT>
<LOCALE language="en" country="US" />
<UIFONT name="SansSerif" color="0,0,0" size="12" style="regular" />
<SEPARATORS cs=" " ts=";"/>
<SCREEN dpi="96"/>
</ENVIRONMENT>
<MAP>
<PROPERTIES>
<ENVELOPE minx="-180" miny="-90" maxx="180" maxy="83.5960388" name="Initial_Extent" />
<MAPUNITS units="decimal_degrees" />
</PROPERTIES>
<WORKSPACES>
<SDEWORKSPACE database="" encrypted="true" geoindexdir="C:\DOCUME~1\sara2433\LOCALS~1\Temp\" instance="port:5151" name="sde_ws-0" password="OCOBLVWKFCAEHC" server="sdeserver" user="bolivia"/>
</WORKSPACES>
<LAYER type="featureclass" name="SDEUSER.WORLD" id="0" visible="true">
<DATASET name="SDEUSER.WORLD1" type="polygon" workspace="sde_ws-0" >
</DATASET>
<SIMPLERENDERER>
<SIMPLEPOLYGONSYMBOL fillcolor="127,227,127" filltransparency="1" boundarytransparency="1" boundarycaptype="round" />
</SIMPLERENDERER>
</LAYER>
</MAP>
</CONFIG>
</ADDSERVICE>

[Jan 15, 2004 1:21:38 PM][1316 3836 INFO1] ADDSERVICE: world
[Jan 15, 2004 1:21:38 PM][1316 3836 INFO3] Begin creating layer 0.
[Jan 15, 2004 1:21:38 PM][1316 3836 ERROR] [ERR2407] (SDE error code -10 ) SE_table_describe : Network I/O error
[Jan 15, 2004 1:21:38 PM][1316 3836 ERROR] [ERR2004] Dataset "SDEUSER.WORLD1" cannot be created.  Dataset is missing, unknown type, or invalid.
[Jan 15, 2004 1:21:38 PM][1316 3836 ERROR] [ERR0930] Check your map file's layers and data source connections. ArcIMS service world cannot be created.
[Jan 15, 2004 1:21:38 PM][1316 3836 ERROR] RESPONSE: <?xml version="1.0"  encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<ERROR machine="MYMACHINE" processid="1316" threadid="3836">[ERR0930] Check your map file's layers and data source connections. ArcIMS service world cannot be created.</ERROR>
</RESPONSE>
</ARCXML>

[Jan 15, 2004 1:21:38 PM][1316 3836 INFO1] End Request

Example 2: Using a dynamic layer
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO1] Begin Request
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO3] REQUEST: <GET_IMAGE>
<PROPERTIES>
<ENVELOPE minx="-180" miny="-90" maxx="180" maxy="90" />
<IMAGESIZE width="800" height="600"/>
</PROPERTIES>
<LAYER type="featureclass" name="CITIES" id="2" visible="true">
<DATASET name="xxCITIES" type="point" workspace="shp_ws-0" >
</DATASET>
<SIMPLERENDERER>
<SIMPLEMARKERSYMBOL type="square" width="5" />
</SIMPLERENDERER>
</LAYER>
</GET_IMAGE>

[Jan 15, 2004 5:05:44 PM][3528 1592 INFO1] GET_IMAGE: world
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO3] Begin creating layer 2.
[Jan 15, 2004 5:05:44 PM][3528 1592 ERROR] [ERR2004] Dataset "xxCITIES" cannot be created.  Dataset is missing, unknown type, or invalid.
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO2] AXL Parse Time: 0.015000s
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO2] RENDERER SETUP: 0.000000s
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO2] FEATURE LAYER: Countries
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO2] DATA SEARCH TIME: 0.000000s
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO2] SR FEATURES PROCESSED: 165
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO2] DATA RETRIEVAL TIME: 0.094000s
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO2] LABEL ENGINE TIME: 0.000000s
[Jan 15, 2004 5:05:44 PM][3528 1592 INFO2] TOTAL PROCESSING TIME: 0.282000s
[Jan 15, 2004 5:05:45 PM][3528 1592 INFO2] OUTPUT TIME: 0.093000s
[Jan 15, 2004 5:05:45 PM][3528 1592 INFO3] RESPONSE: <?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<IMAGE>
<ENVELOPE minx="-180" miny="-135" maxx="180" maxy="135" />
<OUTPUT url="http://mymachine/output/world_MYMACHINE352815920.png" />
</IMAGE>
</RESPONSE>
</ARCXML>

[Jan 15, 2004 5:05:45 PM][3528 1592 INFO1] Total Request Time: 0.406000s
[Jan 15, 2004 5:05:45 PM][3528 1592 INFO1] End Request