000464: Cannot get exclusive schema lock. Either being edited or in use by another application or service.

Description

More than one user may be viewing and editing the same data at the same time. This can include being used by services.

To complete the operation, the application must obtain an exclusive lock. This means that the application must be able to assume that the schema is fixed and is not changing at any time that you are working with its contents.

Solution

Ensure that you are the only one using the dataset and retry the operation.

Learn how to manage geodatabase locks