Author |
Message |
Topic: catching an exception i don't want to catch |
mtaylor314
Replies: 3 Views: 4719
|
Forum: IBM MQ API Support Posted: Mon Oct 02, 2006 5:13 am Subject: catching an exception i don't want to catch |
The reason code is 2053 with the completion code of 2
{"Error in the application."}
CompCode: 2
CompletionCode: 2
Data: {System.Collections.ListDic ... |
Topic: catching an exception i don't want to catch |
mtaylor314
Replies: 3 Views: 4719
|
Forum: IBM MQ API Support Posted: Fri Sep 29, 2006 12:01 pm Subject: catching an exception i don't want to catch |
Can anybody figure out why I am getting an exception here
I am using vb.net 2005 and MQ v5.3
Imports System
Imports System.IO
Imports IBM.WMQ
Module Module1
Private Function GetLine ... |
Topic: VB.Net impossible to Put message(with .net framework 2.0) |
mtaylor314
Replies: 40 Views: 46523
|
Forum: IBM MQ API Support Posted: Fri Sep 29, 2006 10:21 am Subject: VB.Net impossible to Put message(with .net framework 2.0) |
I am also running .net 2.0 and having no issues. Once you include the reference to amqmdnet.dll any issues go away. Thank you |
Topic: simple sample code using vb.net |
mtaylor314
Replies: 7 Views: 6254
|
Forum: General IBM MQ Support Posted: Fri Sep 22, 2006 4:47 am Subject: simple sample code using vb.net |
thank you guys for all of your help, it was the queue manager needed started. Once I started that then it did what it was supposed to. |
Topic: simple sample code using vb.net |
mtaylor314
Replies: 7 Views: 6254
|
Forum: General IBM MQ Support Posted: Thu Sep 21, 2006 1:14 pm Subject: simple sample code using vb.net |
This is the sample code given with the v5.3 download for vb.net.
Imports System
Imports IBM.WMQ
Module module1
Sub Main(ByVal CmdArgs() As String)
Dim mqQMgr As MQQueueManag ... |
Topic: simple sample code using vb.net |
mtaylor314
Replies: 7 Views: 6254
|
Forum: General IBM MQ Support Posted: Thu Sep 21, 2006 12:32 pm Subject: simple sample code using vb.net |
thanks for that, I found those files and trying to compile. I am getting a error 2059. Any way of getting that figured out. IBM says it is Microsoft's fault. And Microsoft's help doesn't correct t ... |
Topic: simple sample code using vb.net |
mtaylor314
Replies: 7 Views: 6254
|
Forum: General IBM MQ Support Posted: Thu Sep 21, 2006 9:51 am Subject: simple sample code using vb.net |
I am running MQSeries v5.3 on XP. I will be in the near future writing a program (not simple) using vb.net. Does anybody know anywhere on the web I can view a sample code or does anybody have one I ... |
Topic: mq listener |
mtaylor314
Replies: 3 Views: 5109
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 20, 2006 10:21 am Subject: mq listener |
I am trying to find out why a listener would not start. i type in command - start listener(system.default.listener.tcp) and then it tells me that the request to start WebSphere MQ Listener has been a ... |
Topic: websphere eclipse platform |
mtaylor314
Replies: 2 Views: 4743
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 20, 2006 5:42 am Subject: websphere eclipse platform |
Please help. I am trying to install WebSphere MQ version 6.0 90 day trial. To install I am required to have WebSphere Eclipse Platform version 3.0.1 or later, which for whatever reason did not come ... |