Author |
Message
|
rehe |
Posted: Wed Aug 27, 2003 5:59 am Post subject: CWF Message |
|
|
Novice
Joined: 17 Jul 2003 Posts: 13
|
I am using an incoming CWF message to create an outgoing message. The Outgoing only uses some of the fields. The relevant field are mapped in a Compute node. Looking at the trace of compute out, the message parses O/k but creates an exception at the output node. The exception is caused by a field in the incoming message trying to map to a field in the outgoing message. The incoming field is not mapped and not required for the outgoing message. Why is this happening? |
|
Back to top |
|
 |
Empeterson |
Posted: Wed Aug 27, 2003 7:04 am Post subject: |
|
|
Centurion
Joined: 14 Apr 2003 Posts: 125 Location: Foxboro, MA
|
In your compute node, do you have the Copy Message Headers or the Copy Entire Message button checked? _________________ IBM Certified Specialist: MQSeries
IBM Certified Specalist: Websphere MQ Integrator |
|
Back to top |
|
 |
rehe |
Posted: Wed Aug 27, 2003 7:32 am Post subject: |
|
|
Novice
Joined: 17 Jul 2003 Posts: 13
|
Message header is checked |
|
Back to top |
|
 |
kirani |
Posted: Wed Aug 27, 2003 10:41 am Post subject: |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
Can we look at the ExceptionList? _________________ Kiran
IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries
|
|
Back to top |
|
 |
JT |
Posted: Wed Aug 27, 2003 10:50 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
What version of the software are you using ? |
|
Back to top |
|
 |
maxis |
Posted: Wed Aug 27, 2003 12:13 pm Post subject: |
|
|
Centurion
Joined: 25 Jun 2002 Posts: 144
|
put trace node after compute .. and check the tree.
1. make sure youre setting the right cwf name
2. all the necessary fields are mapped and of right length ( very much depends on what csd youre using ) |
|
Back to top |
|
 |
rehe |
Posted: Fri Aug 29, 2003 5:12 am Post subject: |
|
|
Novice
Joined: 17 Jul 2003 Posts: 13
|
Thanks but I resolved this. I checked 'Use as message body' in the Output message of the compute node and it resolved the problem |
|
Back to top |
|
 |
|