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

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -