Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6044 - Same name as existing global constant

6044   Same name as existing global constant

Cause

This error occurs if you attempt to define a constant or type with the same name as an existing global constant.

Action

Rename the constant or type that you are attempting to define, or delete the existing global constant. (You cannot delete a system global constant.)