Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CompCode: 2, Reason: 2277

Status
Not open for further replies.

sheila11

Programmer
Dec 27, 2000
251
US
Hi all,

I am new to MQSeries. I am trying to run a sample code in vb.net.
I get an error message: "CompCode: 2, Reason: 2277",
when I reach the line
mqQMgr = New MQQueueManager("M1", "Ch1", "190.18.22.181")

What does that mean?

TIA,
Sheila
 
It is most likely that you are using MQSeries version 5.2 and The .NET interfaces installed via the ma7p.msi apparently only works with version 5.3 even though the doc says it will work with 5.2.

Search Google groups for the "error 2277" MQSeries for a thread on this issue.

Walter Hoban
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top