Author |
Message
|
vijay707 |
Posted: Mon Aug 30, 2004 5:18 pm Post subject: reading a flat file in to MRM for WBIMB |
|
|
Novice
Joined: 12 Feb 2004 Posts: 18
|
I created a simple MRM messageset with fields first_name and last_name in CWF format.Created a message flow with input node compute node and output node to read the data from a file.I am not able to read the data and traced the exception which is as follows.
0x01000000):ParserException = (
(0x03000000):File = 'F:\build\S000_P\src\cpi\pwf\cwf\cwfworker.cpp'
(0x03000000):Line = 415
(0x03000000):Function = 'CWFWorker::initializeParse'
(0x03000000):Type = ''
(0x03000000):Name = ''
(0x03000000):Label = ''
(0x03000000):Text = 'Message Id not in CWF File'
(0x03000000):Catalog = 'BIPv500'
(0x03000000):Severity = 3
(0x03000000):Number = 5180
(0x01000000):Insert = (
(0x03000000):Type = 2
(0x03000000):Text = '0'
)
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = 'CWFWorker::initializeParse'
)
(0x01000000):Insert = (
(0x03000000):Type = 5
(0x03000000):Text = 'ENS2SPS002001'
)
)
)
)
)
Can anyone please help me out.  |
|
Back to top |
|
 |
kirani |
Posted: Mon Aug 30, 2004 8:56 pm Post subject: Re: reading a flat file in to MRM for WBIMB |
|
|
Jedi Knight
Joined: 05 Sep 2001 Posts: 3779 Location: Torrance, CA, USA
|
The error tells you exactly what the problem is.
vijaykaransingh wrote: |
(0x03000000):Text = 'Message Id not in CWF File'
|
Make sure your MRM message name is correct. _________________ 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 |
|
 |
contactop |
Posted: Tue Aug 31, 2004 5:50 am Post subject: |
|
|
Acolyte
Joined: 26 Jun 2003 Posts: 50
|
When u open the messageset def file, u need to tell it is a CWF format. |
|
Back to top |
|
 |
waugh |
Posted: Tue Aug 31, 2004 6:50 am Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
did you create a CWF physical format to your message set?
did you give the message set id, format, type, domain=mrm on input node ? |
|
Back to top |
|
 |
vijay707 |
Posted: Wed Sep 01, 2004 3:13 pm Post subject: reading flat file |
|
|
Novice
Joined: 12 Feb 2004 Posts: 18
|
I got it now as there was a error in the Message Name.
Thanks a lot. |
|
Back to top |
|
 |
|