Author |
Message |
Topic: BIP6065W Error |
karsusi
Replies: 5 Views: 3643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 11, 2010 9:55 am Subject: BIP6065W Error |
Hi kimbert,
Thanks for your reply.
I am trying to find out why the FileInput node is propagating to its failure terminal.
Regards,
Karthik. |
Topic: BIP6065W Error |
karsusi
Replies: 5 Views: 3643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 11, 2010 8:15 am Subject: BIP6065W Error |
Dear Nathan,
Thanks for your reply. Here is the user trace from the beginning.
USERTRACE
The FileInput node opens the file to read input records.
UserTrace BIP6063I: A parser of type ''Prop ... |
Topic: BIP6065W Error |
karsusi
Replies: 5 Views: 3643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 11, 2010 6:47 am Subject: BIP6065W Error |
Dear All,
I am getting an strange error while parsing an input message. This issue is happening intermittently in unix and the same is working fine in windowns. Below are some lines taken from user ... |
Topic: Query On MQInput Node |
karsusi
Replies: 3 Views: 2226
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 05, 2010 2:22 am Subject: Used MessageId |
Thanks for the reply shaman.
I need some unique id to find out the message. I have taken messagid as we couldnot able to take filename in the mqinput node as you said. |
Topic: Query On MQInput Node |
karsusi
Replies: 3 Views: 2226
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 04, 2010 5:21 am Subject: Query On MQInput Node |
Hi,
I am reading an input using MQInput node where I want to know the file name of the input message that has been posted on the queue. But I could not find the file name in the message header proper ... |
Topic: using ASBITSTREAM |
karsusi
Replies: 6 Views: 18862
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 31, 2009 5:26 am Subject: using ASBITSTREAM |
Thanks shaman for the reply.
I achieved this by using BITSTREAM function. Earlier , I have used ASBITSTREAM to cast the parsed message to blob. But it is thrown an error since it is required proper ... |
Topic: using ASBITSTREAM |
karsusi
Replies: 6 Views: 18862
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Dec 26, 2009 11:15 pm Subject: using ASBITSTREAM |
Hi,
I am using ASBITSTREAM to achieve RCD node's job. I want to get the message in BLOB format irrespective of any type message(xml,edifact etc.,).
I am using the below code. And when the message ... |