4001 (0FA1) (RC4001): MQRCCF_OBJECT_ALREADY_EXISTS


Explanation

Object already exists.

An attempt was made to create an object, but the object already existed and the Replace parameter was not specified as MQRP_YES.


Programmer response

Specify Replace as MQRP_YES, or use a different name for the object to be created.