000208: Error creating output feature class.

Description

The output feature class cannot be created as named.

Solution

The name that has been specified may be invalid. Correct the name and run the tool again. All data formats have characters that are considered invalid and cannot 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 characters cannot be used in a geodatabase feature class name: `~@#$%^&*()-+|\,<>?{}.!'[]:;. If you're working in Python, ArcPy includes functions that allow you to validate table names and field names. You can use the ValidateTableName or ValidateFieldName function to ensure that the name is valid.