PROBLEM
In ArcGIS Pro, when attempting to add a new domain to a feature class stored in a file geodatabase, the process fails and returns the following error messages:
Error:
ERROR 000535: Workspace does not exist.
Failed to execute (UpdateSchema).

This problem occurs when the root folder containing the file geodatabase has the .gdb extension in its name. The example below shows the file geodatabase containing the feature class is located inside another folder with the .gdb extension:
C:\Test20251103\Project.gdb\MyProject.gdb

In the example above, ArcGIS Pro interprets the Project.gdb folder as a geodatabase. When the actual geodatabase (MyProject.gdb) resides inside the folder, the application fails to resolve the correct workspace path and returns error 000535.
To resolve the issue, rename the root folder to remove the .gdb extension from its name.
Note: For best practice, back up the geodatabase before renaming it.
File path with the original root folder name:
C:\Test20251103\Project.gdb\MyProject.gdb
File path with the edited root folder name:
C:\Test20251103\Project\MyProject.gdb
Note: Renaming the folder from the Catalog pane in ArcGIS Pro returns the error message "Rename Failed: Access to the path <path> is denied", as ArcGIS Pro treats any folder with the .gdb extension as a file geodatabase.![]()
Article ID: 000038952
Get help from ArcGIS experts
Start chatting now