asp.net - Mq6 Compcode =2 CompletionCode=2 ReasonCode=2012 -
mq6 giving error message "application error" while initializing mqqueuemanager. in error details have found compcode =2 completioncode=2 reasoncode=2012 (mqrc_environment_error). how can resolve error.
mqqueuemanager = new mqqueuemanager(mqmanager, channel, ipaddress);
the description of error code have encountered, mqrc_environment_error (2012) contains number of possible reasons error being returned in managed .net environment (which assuming environment tags on question). repeat list here:-
- unmanaged channel exits
- secure sockets layer (ssl)
- xa transactions
- communications other tcp/ip
- channel compression
if using of these features when attempt connect queue manager receive return code.
Comments
Post a Comment