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!

MQSeries with PowerBuilder

Status
Not open for further replies.

Luchin

IS-IT--Management
Dec 27, 2001
1
PE
Hello everybody,

I'm trying to conecct by Power Builder using fuctions in the library MQIC32.DLL.
Like MQCONN, MQOPEN, MQPUT, MQGET, MQCLOSE and MQDISC.
When I use MQOPEN fuction, I have this error in the server:

12/26/01 17:08:14
AMQ9208: Error on receive from host LCASTRO (172.25.11.56).

EXPLANATION:
An error occurred receiving data from LCASTRO (172.25.11.56) over TCP/IP.
This may be due to a communications failure.

ACTION:
The return code from the TCP/IP (recv) call was 10054 (X'2746'). Record these
values and tell the systems administrator.

But when I recover the error code on client this show me "2044".

Please If you know what I will need to solve this problem, tell me.

Thanks for all and Happy New Year...

Luis Castro
 
Luchin,

This is the description of the client error 2044:

Object descriptor structure not valid.

On the MQOPEN or MQPUT1 call, the object descriptor
MQOD is not valid. Either the StrucId mnemonic
eye-catcher is not valid, or the Version is not
recognized.

Corrective action: Correct the definition of the
object descriptor. Ensure that required input fields
are set correctly.

Hope it helps. Regards.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top