[ERR2506] Shapefile Related Error

Message:[ERR2506] DBF file is invalid (field {field name} duplicated) - {dbf file}.
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 ERR2506:

[Jan 15, 2004 3:47:10 PM][2888 2396 INFO1] Begin Request
[Jan 15, 2004 3:47:10 PM][2888 2396 INFO3] REQUEST: <ADDSERVICE name="country_new">
<IMAGE url="http://mymachine/output" path="C:/ArcIMS/Output" type="JPG" pixelcount="1048576" />
<CONFIG>
<ENVIRONMENT>
<LOCALE language="en" country="US" />
<UIFONT name="Arial" color="0,0,0" size="12" style="regular" />
<SEPARATORS cs=" " ts=";"/>
<SCREEN dpi="96"/>
</ENVIRONMENT>
<MAP dynamic="true">
<PROPERTIES>
<ENVELOPE minx="-180" miny="-90" maxx="180" maxy="90" name="Initial_Extent" />
<MAPUNITS units="decimal_degrees" />
</PROPERTIES>
<WORKSPACES>
<SHAPEWORKSPACE directory="C:\ESRIDATA\WORLD" name="shp_ws-0"/>
</WORKSPACES>
<LAYER type="featureclass" name="Countries" id="1" visible="true">
<DATASET name="country_new" type="polygon" workspace="shp_ws-0" >
</DATASET>
<COORDSYS id="4326" />
<SIMPLERENDERER>
<SIMPLEPOLYGONSYMBOL fillcolor="255,255,153" filltransparency="1" fillinterval="4" boundarycolor="0,0,0" boundarytransparency="1" boundarycaptype="round" />
</SIMPLERENDERER>
</LAYER>
</MAP>
</CONFIG>
</ADDSERVICE>

[Jan 15, 2004 3:47:10 PM][2888 2396 INFO1] ADDSERVICE: country_new
[Jan 15, 2004 3:47:10 PM][2888 2396 INFO3] Begin creating layer 1.
[Jan 15, 2004 3:47:10 PM][2888 2396 ERROR] [ERR2506] DBF file is invalid (field COUNTRY_NAM duplicated) - C:\ESRIDATA\WORLD\country_new.
[Jan 15, 2004 3:47:10 PM][2888 2396 ERROR] [ERR2004] Dataset "country_new" cannot be created.  Dataset is missing, unknown type, or invalid.
[Jan 15, 2004 3:47:10 PM][2888 2396 ERROR] [ERR0930] Check your map file's layers and data source connections. ArcIMS service country_new cannot be created.
[Jan 15, 2004 3:47:10 PM][2888 2396 ERROR] RESPONSE: <?xml version="1.0"  encoding="UTF-8"?>
<ARCXML version="1.1">
<RESPONSE>
<ERROR machine="MYMACHINE" processid="2888" threadid="2396">[ERR0930] Check your map file's layers and data source connections. ArcIMS service country_new cannot be created.</ERROR>
</RESPONSE>
</ARCXML>

[Jan 15, 2004 3:47:10 PM][2888 2396 INFO1] End Request