CWOBJ7754E

CANNOT_INVOKE_METHOD_CWOBJ7754=CWOBJ7754E: The {0} method on the {1} object cannot be invoked.

Explanation

The method must be a public member of the class, and the method must not accept any arguments.

User response

Ensure that a public method with the specified name is defined and the method does not accept any arguments.