Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

CLSZM-00107

The program could not destroy a busy string object. A string object was still using it.

Cause

There are references to the object in other objects, and destroying it would cause inconsistencies.


Action

Delete the references first, or do a recursive destroy.