Author |
Message |
Topic: Exception Transforming from CWF to HL7 |
vickie_ews
Replies: 2 Views: 2467
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 01, 2004 8:11 am Subject: CWF to HL7 Put msg successful |
Yesterday, the Compute node, Advanced tab, Compute Mode was set to Local Environment. So the input msg propagating the CWF msg along with the HL7 copy (thereby preventing the RCD parse into HL7).
... |
Topic: Exception Transforming from CWF to HL7 |
vickie_ews
Replies: 2 Views: 2467
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 30, 2004 12:21 pm Subject: Exception Transforming from CWF to HL7 |
Though I have successfully parsed a message from HL7 to CWF format, my attempts to perform a CWF to HL7 transformation have not been successful. I keep getting this Exception:
********** Begin ... |
Topic: MRM-XML mapping difficulty with Occurs & with XML tag na |
vickie_ews
Replies: 3 Views: 3151
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 04, 2003 5:32 pm Subject: Successful ESQL for MRM-XML using OCCURS and XML Tag Names |
yippee-skippy!
Tony D., thanks for your suggestions - which worked well. By way of example, attached is the ESQL code for reference:
****************** ESQL ****************************
... |
Topic: MRM-XML mapping difficulty with Occurs & with XML tag na |
vickie_ews
Replies: 3 Views: 3151
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 03, 2003 4:05 pm Subject: MRM-XML mapping difficulty with Occurs & with XML tag na |
I've attached samples. I have an OCCURS that seems to be nesting 4 times instead of 2. Also the XML tags following the name convention in MRM rather than what is set in the ESQL Output. See samples ... |
Topic: RCD not parsing MRM message |
vickie_ews
Replies: 5 Views: 4059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 24, 2003 4:58 pm Subject: RCD Not Parsing - Node Properties |
The QL.ABC Input Node properties are:
Message Domain: BLOB
Message Set
Message Type
Message Format
Topic
The RCD node properties are:
Message Domain: MRM
Message Set: DQJNS7808A001
Mes ... |
Topic: RCD not parsing MRM message |
vickie_ews
Replies: 5 Views: 4059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 24, 2003 10:35 am Subject: 2. RCD still not parsing MRM |
Okay, I checked the CWF box on the RCD. Still no success. Here are today's trace's reports. What does "RM Descriptor not found" refer to?
*********************TRY TRACE REPORT ************** ... |
Topic: RCD not parsing MRM message |
vickie_ews
Replies: 5 Views: 4059
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 23, 2003 6:00 pm Subject: RCD not parsing MRM message |
My apologies for this lengthy message, but help! I've hit a wall here. I don't understand why the Reset Content Descriptor (RCD) is not parsing to the MRM message set.
If you check the trace re ... |
Topic: No element data type options for new message set |
vickie_ews
Replies: 3 Views: 2178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 12, 2002 1:04 pm Subject: No element data type options for new message set |
when you create the new message set, did you Add, Physical Format, and then choose and format (CWF, Tag/Delimited, or XML depending on your application)?
when using 2.10 to build message sets, add ... |
Topic: No element data type options for new message set |
vickie_ews
Replies: 3 Views: 2178
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 10, 2002 2:20 pm Subject: 2. No element data type options for new message set |
Do you mean that Element is not expandable (using the '+Element' symbol which is usually displayed after you have complete a message set build)? If so, I have experienced a similar issue with WQSI 2. ... |
Topic: Fatal Error importing Cobol copybook to message set |
vickie_ews
Replies: 1 Views: 1895
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 19, 2002 6:01 pm Subject: Fatal Error importing Cobol copybook to message set |
I'm building multiple message sets by importing Cobol copybooks. On occassion, a copybook will generate this error in the WMQI log:
***********LIKE THIS ***************
Importing COBOL copyboo ... |
Topic: ESQL code to set label name (for MRM) using BLOB |
vickie_ews
Replies: 0 Views: 3211
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 30, 2002 1:20 pm Subject: ESQL code to set label name (for MRM) using BLOB |
Thanks all for your suggestions. Lung, you were right -- using the HEX takes some practice.
May share how we resolved the route 2 label issue using BLOB (for incoming Cobol string)? In this c ... |
Topic: ESQL code for using XML tag to determine label name |
vickie_ews
Replies: 0 Views: 1686
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 30, 2002 12:48 pm Subject: ESQL code for using XML tag to determine label name |
Thanks for all the replies. May I share how we solved this issue?
A fieldname is identified based on the XML upper level tag. A variable (LABELVAR) is assigned to the fieldname and declared ' ... |
Topic: XML tag name to determine label name? |
vickie_ews
Replies: 5 Views: 4589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 09, 2002 3:38 pm Subject: help w/routing logic for labelnode |
I need help understainding how to code the logic in ESQL for routing to the appropriate label node.
A successful test routed to this label node using this ESQL code:
SET OutputRoot = InputRoot;
... |
Topic: use of label node for MRM (CWF) messages |
vickie_ews
Replies: 3 Views: 2873
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2002 1:50 pm Subject: 2. label name for MRM (CWF) |
Yes, you interpreted correctly. Specifically though, the subflow will have a Compute Node to transform the COBOL to XML. Can the Message Set Properties be assigned only in of the subflow Compute No ... |
Topic: use of label node for MRM (CWF) messages |
vickie_ews
Replies: 3 Views: 2873
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 08, 2002 7:52 am Subject: use of label node for MRM (CWF) messages |
For messages from a COBOL application, we transform to XML, and send to a client. We will be receiving multiple COBOL messages and want to use route-2-label node to send to the appropriate flow for t ... |