000208 : Error creating output feature class.

Description

The output feature class cannot be created as named.

Solution

The name that has been specified is likely invalid. Correct the name and try again. All data formats have characters that are considered invalid and should not be used as feature class names. Rename the feature class using characters that are valid for the underlying database. In addition to spaces, the following list contains characters that should not be used in a geodatabase feature class name: `~@#$%^&*()-+|\,<>?{}.!'[]:; If working in a scripting language, the geoprocessor object has methods that allow you to validate table names and field names. You can use the ValidateTableName or ValidateFieldName functions to ensure that the name is valid. Learn more about validating table and field names.


11/18/2010