|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Exception Transforming from CWF to HL7 |
« View previous topic :: View next topic » |
Author |
Message
|
vickie_ews |
Posted: Thu Sep 30, 2004 12:21 pm Post subject: Exception Transforming from CWF to HL7 |
|
|
Novice
Joined: 04 Sep 2002 Posts: 18
|
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 Exception List **********************
(
(0x1000000)RecoverableException = (
(0x3000000)File = '/build/S210_P/src/DataFlowEngine/ImbTraceNode.cpp'
(0x3000000)Line = 329
(0x3000000)Function = 'ImbTraceNode::evaluate'
(0x3000000)Type = 'ComIbmTraceNode'
(0x3000000)Name = '627e7750-ff00-0000-0080-a5c2e4f2c918'
(0x3000000)Label = 'TF_NC_REGPLUS_ADT_CPP.Trace5'
(0x3000000)Text = 'Caught exception and rethrowing'
(0x3000000)Catalog = 'WMQIv210'
(0x3000000)Severity = 3
(0x3000000)Number = 2230
(0x1000000)ParserException = (
(0x3000000)File = 'arser1.c'
(0x3000000)Line = 287
(0x3000000)Function = 'arseData'
(0x3000000)Type = ''
(0x3000000)Name = ''
(0x3000000)Label = ''
(0x3000000)Text = 'irst segment must be MSH'
(0x3000000)Catalog = 'MQSIV2_HL7'
(0x3000000)Severity = 0
(0x3000000)Number = 1
)
)
)
************* End Exception List ********************
Here's a segment of ESQL where I set the MSH:
***************** BEGIN ESQL SNIPPET ***********
-- SET HL7 MSH Segment
SET OutputRoot.HL7.MSH.f1.c1 = '|';
SET OutputRoot.HL7.MSH.f2.c1 = '^~\&';
SET OutputRoot.HL7.MSH.f3.c1 = 'REG02';
************* END ESQL SNIPPET *****************
If you have any suggestions, please advise.
- vw |
|
Back to top |
|
 |
kimbert |
Posted: Fri Oct 01, 2004 12:51 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Judging by the text in the error
Quote: |
irst segment must be MSH |
it looks as if you are using a special parser dedicated to HL7 processing. Since you are transforming to HL7, the HL7 writer must be complaining about the contents of the tree.
Maybe you can give some more details about the setup you're using. |
|
Back to top |
|
 |
vickie_ews |
Posted: Fri Oct 01, 2004 8:11 am Post subject: CWF to HL7 Put msg successful |
|
|
Novice
Joined: 04 Sep 2002 Posts: 18
|
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).
In the Compute Node, I set the the Advanced tab, Compute Mode to Message. Also, I removed a RCD (to HL7) which was after the Transform (Compute Node). This corrected the problem. ('joy of joys' because the next option was BLOB'ing . . . yikes!)
With these changes, the CWF message transformed into HL7 quite smoothly.
Thank you for the prompt response.
much appreciated, -vw |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|