Author |
Message
|
shunmugaraja |
Posted: Fri Aug 22, 2008 6:30 am Post subject: sender channel is not starting |
|
|
Newbie
Joined: 22 Aug 2008 Posts: 2
|
created channel as sender and respective receiver is also exist. when i try starting this channel it gives a msg
An MQOPEN call failed when the queue manager tried to open a Websphere MQ object (AMQ4065)
Can you plz help me to fix this |
|
Back to top |
|
 |
bruce2359 |
Posted: Fri Aug 22, 2008 7:02 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9472 Location: US: west coast, almost. Otherwise, enroute.
|
Quote: |
queue manager tried to open a Websphere MQ object |
Usually, the object in question is the transmission queue named in the sender channel definition. Does the transmision queue exist?
Did you perform an MQ PING from the non-started sender channel? Did it complete successfully? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
shunmugaraja |
Posted: Fri Aug 22, 2008 10:25 pm Post subject: Yes it is |
|
|
Newbie
Joined: 22 Aug 2008 Posts: 2
|
Transmission queue is existing and While pinging the responds was also successful
Still unable to fix it |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Aug 23, 2008 4:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
check the ipprocs on the xmitq. You might have a program that did not close that queue and has it still open in input mode. For the channel to start the ipprocs on the xmitq needs to show 0 as the channel agent opens it in exclusive mode.
As well check the logs. There should be some information there as to why the channel does not start.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
bruce2359 |
Posted: Sat Aug 23, 2008 5:57 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9472 Location: US: west coast, almost. Otherwise, enroute.
|
Post your transmission queue definition here.
Post your sender channel definition here. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
kevinf2349 |
Posted: Sat Aug 23, 2008 12:14 pm Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
...and while you are doing that, please port the othersides receiver channel definition too. That may prove helpful.
You aren't trying to write a message directly to the tranmission queue are you? |
|
Back to top |
|
 |
blovell |
Posted: Fri Oct 03, 2008 10:20 am Post subject: |
|
|
 Acolyte
Joined: 08 Feb 2006 Posts: 63 Location: Alpharetta, GA
|
Normally an application that is issuing an MQOPEN would not write data to the XMITQ. It should be pointed to the QREMOTE object name. Please post the QREMOTE DEF, and the XMITQ DEF. It is also possible that the XMITQ mentioned in your QREMOTE Def is not valid. _________________ Bradley M. Lovell |
|
Back to top |
|
 |
|