Author |
Message |
Topic: MQGET in VB6 |
Juca Peba
Replies: 13 Views: 9178
|
Forum: IBM MQ API Support Posted: Thu Jun 12, 2008 6:04 am Subject: MQGET in VB6 |
It isn't WAITING for a message... With WaitInterval = 5000, it should wait for only 5 seconds... And it's waiting FOREVER!!! |
Topic: MQGET in VB6 |
Juca Peba
Replies: 13 Views: 9178
|
Forum: IBM MQ API Support Posted: Wed Jun 11, 2008 12:59 pm Subject: MQGET in VB6 |
I found somebody who had the same problem in other forum (http://fixunix.com/websphere/212225-error-mqget-vb6.html) and he used the cmqb.bas from V5.2...
Has anybody the VB module CMQB.BAS from ver ... |
Topic: MQGET in VB6 |
Juca Peba
Replies: 13 Views: 9178
|
Forum: IBM MQ API Support Posted: Tue Jun 10, 2008 11:04 am Subject: MQGET in VB6 |
Even so, the VB application continues with the same error. |
Topic: MQGET in VB6 |
Juca Peba
Replies: 13 Views: 9178
|
Forum: IBM MQ API Support Posted: Fri Jun 06, 2008 2:47 pm Subject: MQGET in VB6 |
My code (it stops responding in the highlighted line):
Dim CompCode As Long
Dim ReasonCode As Long
Dim hConn As Long
Dim odQueue As MQOD
Dim hObjQueue As Long
D ... |
Topic: MQGET in VB6 |
Juca Peba
Replies: 13 Views: 9178
|
Forum: IBM MQ API Support Posted: Fri Jun 06, 2008 11:48 am Subject: MQGET in VB6 |
There's a log message:
TCP/IP (recv) return code 10054 (X'2746') - It's possible to be a communication failure.
But, this message appears only thereafter I close my VB application using the task ... |
Topic: MQGET in VB6 |
Juca Peba
Replies: 13 Views: 9178
|
Forum: IBM MQ API Support Posted: Fri Jun 06, 2008 10:57 am Subject: MQGET in VB6 |
My VB application stops responding... And there isn't a return code because my VB application gets stuck in the line of MQGET function call. |
Topic: MQGET in VB6 |
Juca Peba
Replies: 13 Views: 9178
|
Forum: IBM MQ API Support Posted: Thu Jun 05, 2008 6:38 pm Subject: MQGET in VB6 |
I have a problem with MQGET function in VB6...
I'm trying to get a message from a MQSeries 6.0 with a string buffer... But, when I call the function passing a string buffer of 2MB, the program stop ... |