Author |
Message |
Topic: Initializing OutputRoot to Blanks or Null |
wbirookie
Replies: 15 Views: 9434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 30, 2009 9:08 am Subject: Propage Issue. |
I fixed the issue when I add subscript to PO[x]. All the data went in correctly in one message, Thanks for your help, I think I'm making program with my first program. My problem here was sending one ... |
Topic: Initializing OutputRoot to Blanks or Null |
wbirookie
Replies: 15 Views: 9434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 26, 2009 10:16 am Subject: XML Qoutput in Order... |
I am still hoping somebody can help me on my problem. I know its not really complicated and dont want to give up. Still waiting for some expert to give me some direction. Thank you. |
Topic: Initializing OutputRoot to Blanks or Null |
wbirookie
Replies: 15 Views: 9434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 21, 2009 12:03 pm Subject: XML Problem |
HI and thanks for your time. By the way I will send you my ESQL and the result of the process, and my expected result whick for 3 weeks now I am not able to accomplished. I have 3 Header records and I ... |
Topic: Initializing OutputRoot to Blanks or Null |
wbirookie
Replies: 15 Views: 9434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 21, 2009 10:24 am Subject: Error on Propagate Statement |
This is the error I am getting when I use propagate on my ESQL. The next message assigned to my OutputRoot was not getting processed. I create a trace and this is the error message I got. I am really ... |
Topic: Initializing OutputRoot to Blanks or Null |
wbirookie
Replies: 15 Views: 9434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2009 6:54 am Subject: Initializing OutputRoot to Blanks or Null |
Propage without not generate some error and stops after processing first record, and return false immediately exits the loop and processed only one record. I tried that too. Thanks for all your help. |
Topic: Initializing OutputRoot to Blanks or Null |
wbirookie
Replies: 15 Views: 9434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 19, 2009 10:14 pm Subject: Initializing OutputRoot to Blanks or Null |
Heres the scenario, the program read from header file and loop through the detail file put the data into output message and send to MQ, then loop back to the header until all data was read. The propag ... |
Topic: Initializing OutputRoot to Blanks or Null |
wbirookie
Replies: 15 Views: 9434
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 19, 2009 5:26 pm Subject: Initializing OutputRoot to Blanks or Null |
How to initialize OutputRoot to blanks or null, I have an ESQL that send muliple messages to Single MQ, The first message was good but when the program loops and assigned another message to the Que, t ... |
Topic: Message was not in order when sends to Websphere MQ |
wbirookie
Replies: 11 Views: 5272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 19, 2009 10:13 am Subject: Message was not in order when sends to Websphere MQ |
Hi, maybe I am asking too much but how will I set my outputroot. Just give me an idea. I am really new to this area. just like how I will assigned my Header to the OutputRoot. Whats the syntax.... Let ... |
Topic: Message was not in order when sends to Websphere MQ |
wbirookie
Replies: 11 Views: 5272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 18, 2009 9:56 pm Subject: Message was not in order when sends to Websphere MQ |
My goal here is to have an XML in the following order.
<Envelope>
<PO>
<ASBPartnerID>ECI </ASBPartnerID>
<POHeader>
<PONumber>10472 </PONumbe ... |
Topic: Message was not in order when sends to Websphere MQ |
wbirookie
Replies: 11 Views: 5272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 18, 2009 9:53 pm Subject: XML Schema. |
Below is the XML Schema, I have imported it to my Message Set Definition but its in Default Namespace, How I am going use this in my ESQL, I mean use in my Declare statement. Thanks again for all your ... |
Topic: Message was not in order when sends to Websphere MQ |
wbirookie
Replies: 11 Views: 5272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 18, 2009 10:25 am Subject: ESQL |
You're right my ESQL write the <Header> first and then <Detail>. This is true if I process one record. Heres my ESQL. Thanks for all your help.
CREATE COMPUTE MODULE OPNA_ILS_ASB_INVOICE ... |
Topic: Message was not in order when sends to Websphere MQ |
wbirookie
Replies: 11 Views: 5272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 17, 2009 2:28 pm Subject: Message was not in order when sends to Websphere MQ |
What is supposed to be the setup for SOAP Message, I am new to WBI so I know nothing about this setup. If you want I can send you the code. Thank you. |
Topic: Message was not in order when sends to Websphere MQ |
wbirookie
Replies: 11 Views: 5272
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 16, 2009 3:02 pm Subject: Message was not in order when sends to Websphere MQ |
I have an esql which send message to MQ but I open it the message was not in Order. If I send only one order, there is no problem but when I send multiple order , the sequence was not in order. Any he ... |