Author |
Message |
Topic: converting messageid from byte to string |
btdo
Replies: 3 Views: 4235
|
Forum: IBM MQ API Support Posted: Tue Jul 19, 2005 7:08 am Subject: solution |
I've found the solution. Thanks anyway
I used these two methods
Imports Microsoft.VisualBasic
Public Shared Function byte2String(ByVal input() As Byte) As String
Dim charHelper(23) ... |
Topic: converting messageid from byte to string |
btdo
Replies: 3 Views: 4235
|
Forum: IBM MQ API Support Posted: Tue Jul 19, 2005 6:53 am Subject: converting messageid from byte to string |
Hello
I'm trying to convert message id from byte to string. Then from the string I would convert back to byte and put it in the correlation id to get the response message
Here are my first two f ... |
Topic: reason code to string |
btdo
Replies: 7 Views: 7958
|
Forum: IBM MQ API Support Posted: Thu Jul 14, 2005 5:28 am Subject: reason code to string |
Hi
I've gone to the website "http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24000652&loc=en_US&cs=utf-8&lang=en" to download "mk0k", but this version only support vb 4.0 and ... |
Topic: reason code to string |
btdo
Replies: 7 Views: 7958
|
Forum: IBM MQ API Support Posted: Wed Jul 13, 2005 10:45 am Subject: reason code to string |
Hi
I'm writing a vb.net client application and I am just wondering if IBM have made available something that would translate reason code to a message string. For example reason code = 2217 would b ... |
Topic: router status |
btdo
Replies: 9 Views: 5532
|
Forum: IBM MQ API Support Posted: Thu Jul 07, 2005 9:22 am Subject: router |
My server is running on a Unisys system, and it's called MCP. Sorry, I am new to this so I am still learning all the terminologies.
Anyways, from the documentation, it defines router as
"The rou ... |
Topic: router status |
btdo
Replies: 9 Views: 5532
|
Forum: IBM MQ API Support Posted: Thu Jul 07, 2005 4:25 am Subject: router |
Yes. I am just wondering if there's a function (maybe MQINQUIRE) that let you detect the status of the router. |
Topic: router status |
btdo
Replies: 9 Views: 5532
|
Forum: IBM MQ API Support Posted: Wed Jul 06, 2005 10:42 am Subject: router status |
Hello
I am developing a client application that would put and get a message from a MCP server. My problem is whenever I type a message that do not match the expected transcode such as ECHO or TIME ... |
Topic: MQclient |
btdo
Replies: 4 Views: 4744
|
Forum: IBM MQ API Support Posted: Wed Jun 29, 2005 10:16 am Subject: MQClient session |
Hi
By using the message id and correlid, would I be required to write some code for user exit ?. Is there a way to get around this ? |
Topic: MQclient |
btdo
Replies: 4 Views: 4744
|
Forum: IBM MQ API Support Posted: Tue Jun 28, 2005 12:07 pm Subject: MQclient |
I am writing a client application in VB.net that would send a message to the server and the server then would send a message back. For example, if I put a message in a Output queue as "TIME", I would ... |
Topic: Client to Server Connection |
btdo
Replies: 7 Views: 5103
|
Forum: General IBM MQ Support Posted: Wed Jun 15, 2005 5:42 am Subject: Client to Server Connection |
Hi
I have also tried the software with the server instead of the mainframe and it gives me the reason code : 2059 (Queue Manager not available). Would you know how I can fix this for Server ? |
Topic: Client to Server Connection |
btdo
Replies: 7 Views: 5103
|
Forum: General IBM MQ Support Posted: Tue Jun 14, 2005 7:59 am Subject: Client to Server Connection |
Hi
Sorry about posting in the wrong forum. What is Client Attachment Facility ? |
Topic: Client to Server Connection |
btdo
Replies: 7 Views: 5103
|
Forum: General IBM MQ Support Posted: Tue Jun 14, 2005 7:23 am Subject: Client to Server Connection |
Hello
I have written a simple client application that would put message into a queue in the mainframe. I have tested the application on a machine with both the MQ client and MQ server environment ... |
Topic: CMQB.vb in Vb.net |
btdo
Replies: 13 Views: 9810
|
Forum: General Discussion Posted: Wed Jun 08, 2005 8:12 am Subject: MQseries in VB.net |
Oh, I got it now. Thanks for your help |
Topic: CMQB.vb in Vb.net |
btdo
Replies: 13 Views: 9810
|
Forum: General Discussion Posted: Tue Jun 07, 2005 11:51 am Subject: CMQB.vb in Vb.net |
Hi
I have already added the reference file "amqmdnet.dll" and that's when my program started to work. As for the pcfsamp.net file, I do not have it in that folder or any other folders, all the f ... |
Topic: CMQB.vb in Vb.net |
btdo
Replies: 13 Views: 9810
|
Forum: General Discussion Posted: Tue Jun 07, 2005 10:54 am Subject: MQseries in VB.net |
Yes I did. Right now I don't even have the CMQB file in my solution explorer, I'm not sure where to find it. |