000601: Cannot delete <value>. May be locked by another application.
Description
A lock commonly means that another application is accessing a database, restricting the ability to alter the database structure, such as by adding or removing fields. A common cause for a schema lock is displaying a dataset while trying to modify the dataset in another application.
Solution
If using multiple applications, check whether those applications are accessing the same data.