Author |
Message |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Wed Jul 19, 2006 11:58 pm Subject: MQCONN: Reason Code = 2059,Message=Error in the appli solved |
Actually the problem is very simple one, but solution is very hard to find like me(new to concepts).
i am using amqxcs2.dll in my bin folder. so this is conflicting with original amqxcs2.dll instal ... |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Wed Jul 19, 2006 11:11 pm Subject: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
Thanks for your suggestions
now my program is working fine.
sorry for the inconvenience with my errors.
regards |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Wed Jul 19, 2006 1:48 am Subject: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
Hi all,
i have some doubts in web sphere v 6.0 configuration.
actually in my server my admin is created one queue Manager(NDPSMQ1) for testing to the application, and also he created local queue ... |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Wed Jul 19, 2006 12:29 am Subject: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
Hi Vitor,
Thanks for your replay.
Can you give some light on client bindings and server bindings.
first time i am working on MQ components.
here my secnario is i am working on server where websp ... |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Tue Jul 18, 2006 11:46 pm Subject: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
Imports IBM.WMQ
Imports System
Module Module2
Private qManager As String = "NDPSMQ1"
Private qMgr As MQQueueManager
Dim localque As String = "SMQ.NDPSMQ1.APCC01"
Dim remoteque As ... |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Tue Jul 18, 2006 11:39 pm Subject: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
C:\Documents and Settings\servicemq_admin>dspmq
QMNAME(NDPSMQ1) STATUS(Running)
C:\Documents and Settings\servicemq_admin>
I am getting error her ... |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Tue Jul 18, 2006 11:15 pm Subject: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
CompCode = 2, Reason Code = 2059,
ex.Message=Error in the application
i am not getting mesage=MQRC_Q_MGR_NOT_AVAILABLE
i am getting message=Error in the application |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Tue Jul 18, 2006 10:59 pm Subject: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
Hi Elvis,
this is my queue manager name:NDPSMQ1
i am passing correct one.
the server is up and running.
here i am not using client connection bcoz i am working on same server with my application.s ... |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Tue Jul 18, 2006 10:09 pm Subject: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
Hi Elvis,
"NDPSMQ1" queue manager is up and running.
recently they installed version 6 in test server.
is there any problem with my code?
is there any problem in instaletion?
please help to cor ... |
Topic: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
praveenkumbam123
Replies: 17 Views: 58355
|
Forum: IBM MQ API Support Posted: Tue Jul 18, 2006 9:08 pm Subject: MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in th |
I am getting an error "MQCONN: CompCode = 2, Reason Code = 2059,Message=Error in the application"while trying to open the MQ API.
Presently we are using version 6.0 using with vb.net.my application i ... |