Product Information > JADE Error Messages and System Messages > 2 through 1299 - JADE Object Manager Errors > 1047 - Invalid lock type

1047   Invalid lock type

Cause

This error occurs if the lockType parameter in a lock request issued by a lock method is not Exclusive_Lock (3), Update_Lock (4), Reserve_Lock (2), or Share_Lock (1).

Action

Change your application code to pass a valid lockType parameter.