Author |
Message
|
genius_in_making |
Posted: Sat Mar 25, 2006 3:22 am Post subject: Urgent !!! Message in Peoplesoft Adapter Fault Queue !!! |
|
|
 Novice
Joined: 23 Feb 2006 Posts: 14
|
Hi,
through our message broker we are interacting with peoplesoft using peoplesoft adapters. But the messages intended for peoplesoft are landing in peoplesoft fault queue ( as adapter is not able to put the messages to peoplesoft)
kindly tell me the resolution in this situation!! |
|
Back to top |
|
 |
wschutz |
Posted: Sat Mar 25, 2006 3:46 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
i don't know *anything* about the PS adapter, but I have to believe there is a log file that gives some clue as to why the messages couldn't be sent. Or perhaps the message itself contains some header with error information? _________________ -wayne |
|
Back to top |
|
 |
genius_in_making |
Posted: Sat Mar 25, 2006 5:37 am Post subject: Urgent !!! Message in Peoplesoft Adapter Fault Queue !!! |
|
|
 Novice
Joined: 23 Feb 2006 Posts: 14
|
I've checked the logs !
Error :
The replyToQueue is not valid or available, the message is sent to fault queue. Exception: javax.jms.InvalidDestinationException: MQJMS2008: failed to open MQ queue Q.PEO.BRK.SND.RLY.01. Message ID: ID:414d5120542e434f4e2e504f522e303144221e3320004d03]
I've checked the values in configurator properties files and the value for replyToQueue is vaild.  |
|
Back to top |
|
 |
vennela |
Posted: Sat Mar 25, 2006 2:54 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Queues are case sensitive
I am pretty sure the queue is not defined |
|
Back to top |
|
 |
EddieA |
Posted: Sat Mar 25, 2006 5:22 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
I've checked the values in configurator properties files and the value for replyToQueue is vaild |
Of course it will match what's in the message. Where do you think the adapter got the name from.
Does the queue exist on the QM you are connected to.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
genius_in_making |
Posted: Sun Mar 26, 2006 8:52 pm Post subject: |
|
|
 Novice
Joined: 23 Feb 2006 Posts: 14
|
Quote: |
Does the queue exist on the QM you are connected to. |
Yes the queue exist on the Qm we are connected to. |
|
Back to top |
|
 |
Kram |
Posted: Mon Mar 27, 2006 8:13 am Post subject: |
|
|
Voyager
Joined: 02 Mar 2006 Posts: 87
|
ru using clustering?
Check if the Q is in the cluster.. _________________ Regards,
Ram |
|
Back to top |
|
 |
RocknRambo |
Posted: Wed Mar 29, 2006 6:59 pm Post subject: |
|
|
Partisan
Joined: 24 Sep 2003 Posts: 355
|
As its complaining abt ReplyToQueue..
Did u try without replyto..
Just send it RequestQueue
-RR |
|
Back to top |
|
 |
|