Author |
Message
|
GoodBoy |
Posted: Wed Jan 03, 2007 12:38 pm Post subject: Date Field reading from XML file Error in V6 |
|
|
 Novice
Joined: 19 Jan 2004 Posts: 10
|
Hi,
My Environment is : Broker V6.
I am having an input XML to convert into TDS format.
Input XML is represented by MRM , with XML physical format. Input Messageset is created with XSD.
The Input XML has an Element indicating DateofBirth, defined in the XSD as Date Type and it is Nillable. ( format is CCYY-MM-DD with optional -hh:00 )
While reading the XML file with <DOB></DOB> like that wiht no values, no issues, but when I have some value for the DOB as <DOB>2006-10-12</DOB> it is not recognized in the flow :
It is fiving :
ImbRecoverableException caught from worker->parseNext.
My flow is simple as : MQInputNode --> ComputeNode -->MQOutputNode.
Please help??
GB |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 03, 2007 12:41 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Disable Strict Date Time checking. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
GoodBoy |
Posted: Wed Jan 03, 2007 1:00 pm Post subject: |
|
|
 Novice
Joined: 19 Jan 2004 Posts: 10
|
jefflowrey wrote: |
Disable Strict Date Time checking. |
Where can I do that ??
GB |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 03, 2007 1:13 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
In your message definition file for the XML. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
GoodBoy |
Posted: Wed Jan 03, 2007 2:01 pm Post subject: |
|
|
 Novice
Joined: 19 Jan 2004 Posts: 10
|
HI,
I have Disabled Strict Date Time checkign ( in Physical Properties of Inout MessageSet ) but no use, it continue to tthrow the same error
GoodBoy wrote: |
jefflowrey wrote: |
Disable Strict Date Time checking. |
Where can I do that ??
GB |
|
|
Back to top |
|
 |
kimbert |
Posted: Thu Jan 04, 2007 2:01 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Quote: |
ImbRecoverableException caught from worker->parseNext. |
Which platform are you using to develop your message flow? If you are on Windows, you will get much more information that that. If you are on a non-Windows platform, take a user trace. You will definitely get a much better error message. |
|
Back to top |
|
 |
|