|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Parsing problem |
« View previous topic :: View next topic » |
Author |
Message
|
indu30111986 |
Posted: Wed Mar 28, 2012 2:01 am Post subject: Mandatory element has not been set and has no default value |
|
|
Novice
Joined: 15 Nov 2011 Posts: 22
|
8 14:58:07.200602 5416 UserTrace BIP5613I: ''PX'' was matched as the group indicator for ''/MvtMessage/MsgBody/PX'' at byte '109'.
2012-03-28 14:58:07.202365 5416 UserTrace BIP5609I: ''<CR><LF>'' has been matched as a delimiter for ''/MvtMessage/MsgBody'' at byte '112'.
2012-03-28 14:58:07.236814 5416 UserTrace BIP5607I: While scanning for the end of a field, the end of the bit stream was encountered at byte '116'.
2012-03-28 14:58:21.465610 5416 UserTrace BIP2231E: Error detected whilst processing a message in node 'FLI_msgflow.Input'.
The message broker detected an error whilst processing a message in node 'FLI_msgflow.Input'. The message has been augmented with an exception list and has been propagated to the node's failure terminal for further processing.
See the following messages for details of the error.
2012-03-28 14:58:21.465642 5416 RecoverableException BIP2230E: Error detected whilst processing a message in node 'FLI_msgflow.trans'.
The message broker detected an error whilst processing a message in node 'FLI_msgflow.trans'. An exception has been thrown to cut short the processing of the message.
See the following messages for details of the error.
2012-03-28 14:58:21.465665 5416 RecoverableException BIP2488E: ('.FLI_msgflow_trans.Main', '30.5') Error detected whilst executing the SQL statement ''PROPAGATE FINALIZE DEFAULT DELETE DEFAULT;''.
The message broker detected an error whilst executing the given statement. An exception has been thrown to cut short the SQL program.
See the following messages for details of the error.
2012-03-28 14:58:21.465688 5416 RecoverableException BIP2230E: Error detected whilst processing a message in node 'FLI_msgflow.Output'.
The message broker detected an error whilst processing a message in node 'FLI_msgflow.Output'. An exception has been thrown to cut short the processing of the message.
See the following messages for details of the error.
2012-03-28 14:58:21.465711 5416 ParserException BIP5286E: Writing errors have occurred.
Message set name: 'MVT_MsgSet'
Message format: 'TDS1'
Message type path: '/MvtMessage'
Review other error messages to find the cause of the errors.
2012-03-28 14:58:21.465747 5416 ParserException BIP5447S: Tagged/Delimited String Format (TDS) writing error while writing message ''/MvtMessage/MsgBody/SI''
See following errors for more details.
2012-03-28 14:58:21.465770 5416 ParserException BIP5452E: Mandatory Element '100^Code1' has no value or default value set.
Mandatory element ('100^Code1') has not been set and has no default value. A mandatory fixed length element must have a value set or a default value specified.
Set a value or specify a default value for this element.
2012-03-28 14:58:21.475538 5416 UserTrace BIP2638I: The MQ output node 'FLI_msgflow.Fail' attempted to write a message to queue ''FAIL'' connected to queue manager ''''. The MQCC was '0' and the MQRC was '0'.
2012-03-28 14:58:21.475601 5416 UserTrace BIP2622I: Message successfully output by output node 'FLI_msgflow.Fail' to queue ''FAIL'' on queue manager ''''.
2012-03-28 14:58:21.486330 5416 UserTrace BIP2540I: Node 'FLI_msgflow.Trace': Finished evaluating expression ''CURRENT_DATE'' at ('', '1.31'). The result was ''DATE '2012-03-28'''.
2012-03-28 14:58:21.486417 5416 UserTrace BIP2539I: Node 'FLI_msgflow.Trace': Evaluating expression ''EXTRACT(MONTH FROM CURRENT_DATE)'' at ('', '1.11'). This resolved to ''EXTRACT(MONTH FROM DATE '2012-03-28')''. The result was ''3''.
my message set is
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:complexType name="SRC_MSG">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="AllElementsDelimited" delimiter="<U+004D><U+0056><U+0054><CR><LF>" groupIndicator="" groupTerminator="" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="MsgHeader1" type="Header12"/>
<xsd:element name="MsgBody" type="Body"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AD1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<SP>" groupIndicator="<U+0041><U+0044>" groupTerminator="" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="1" name="OffBlock_AirborneTimes" type="OffBlock_AirBorne_Times"/>
<xsd:element minOccurs="0" name="ReturnToRamp" type="ReturnToRamp1"/>
<xsd:element minOccurs="0" name="EstimatedTakeOffInfo" type="EstimatedTakeOffInfo1"/>
<xsd:element minOccurs="0" name="EstimatedArrivalInfo" type="EstimatedArrivalInfo1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ED1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="FixedLength" delimiter="AAAAAA" groupIndicator="<U+0045><U+0044>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Date" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep justification="leftJustify" length="2" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="Time" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep justification="leftJustify" length="4" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AA1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<SP>" groupIndicator="<U+0041><U+0041>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="TouchDown_OnBlocks_Time" type="TouchDownTime_OnBlocksTime"/>
<xsd:element minOccurs="0" name="EstimatedOnblocks_Time" type="EstimatedOnBlockTime"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FR1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002F>" groupIndicator="<U+0046><U+0052>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="TouchDownTime" type="xsd:string"/>
<xsd:element minOccurs="0" name="OnBlocksTime" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EA1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="AAAAA" groupIndicator="<U+0045><U+0041>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Time" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="PX1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002F>" groupIndicator="<U+0050><U+0058>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Leg1" type="xsd:string"/>
<xsd:element minOccurs="0" name="Leg2" type="xsd:string"/>
<xsd:element minOccurs="0" name="Leg3" type="xsd:string"/>
<xsd:element minOccurs="0" name="Code1" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep justification="leftJustify" length="2" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DL1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002F>" groupIndicator="<U+0044><U+004C>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Element1" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep length="0" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Element2" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep length="0" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Element3" type="xsd:string"/>
<xsd:element minOccurs="0" name="Element4" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="RC1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<SP>" groupIndicator="<U+0052><U+0043>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Time" type="xsd:string"/>
<xsd:element name="AirportOfReclearance" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="NI1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="FixedLength" delimiter="AAAAA" groupIndicator="<U+004E><U+0049>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Date" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep justification="leftJustify" length="2" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="Time" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep justification="leftJustify" length="4" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="SI1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+000D><U+000A><U+0053><U+0049>" groupIndicator="" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="Comments" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep messageSetDefaultRep="TDS1" precision="-1"/>
<tdsInclRep messageSetDefaultRep="TDS1" repeatingElementDelimiter="<CR><LF>"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FlightInfo1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002E>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="AirlineDesignator_FlightNo_Date" type="AirlineDesignator_FlightNo_Date1"/>
<xsd:element name="AircraftRegistration" type="xsd:string"/>
<xsd:element name="AirportOfMovement" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AirlineDesignator_FlightNo1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="UseDataPattern" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="AirlineDesignator" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep dataPattern="[A-Z]+" justification="leftJustify" length="0" messageSetDefaultRep="TDS1" precision="-1"/>
<tdsInclRep dataPattern="[A-Z]+" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="FlightNo" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep dataPattern="[0-9]+" justification="leftJustify" length="0" messageSetDefaultRep="TDS1" precision="-1"/>
<tdsInclRep dataPattern="[0-9]+" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="AirlineDesignator_FlightNo_Date1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002F>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="AirlineDesignator_FlightNo" type="xsd:string"/>
<xsd:element minOccurs="1" name="Date" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="OffBlock_AirBorne_Times">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002F>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="OffBlockTime" type="xsd:string"/>
<xsd:element minOccurs="0" name="AirborneTime" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="ReturnToRamp1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002F>" groupIndicator="<U+0052><U+0052>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Time" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EstimatedTakeOffInfo1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="AAAA" groupIndicator="<U+0045><U+004F>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Time" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EstimatedArrivalInfo1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<SP>" groupIndicator="<U+0045><U+0041>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Time" type="xsd:string"/>
<xsd:element name="Destination" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EstimatedOnBlockTime">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="FixedLength" groupIndicator="<U+0045><U+0042>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Time" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep justification="leftJustify" length="4" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="MvtMessage" type="SRC_MSG">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<MRMessage messageDefinition="/0/MvtMessage;XSDElementDeclaration$MRObject"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:complexType name="TouchDownTime_OnBlocksTime">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002F>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="TouchDownTime" type="xsd:string"/>
<xsd:element minOccurs="0" name="OnBlockTime" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Header">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<CR><LF><U+002E>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="AddressLine" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep messageSetDefaultRep="TDS1" precision="-1"/>
<tdsInclRep messageSetDefaultRep="TDS1" repeatingElementDelimiter="<CR><LF>"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="OriginSection" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Body">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<CR><LF>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="1" name="FlightInfo" type="FlightInfo1"/>
<xsd:element minOccurs="0" name="AA" type="AA1"/>
<xsd:element minOccurs="0" name="AD" type="AD1"/>
<xsd:element minOccurs="0" name="FR" type="FR1"/>
<xsd:element minOccurs="0" name="EA" type="EA1"/>
<xsd:element minOccurs="0" name="ED" type="ED1"/>
<xsd:element minOccurs="0" name="NI" type="NI1"/>
<xsd:element minOccurs="0" name="DL" type="DL1"/>
<xsd:element minOccurs="0" name="PX" type="PX1"/>
<xsd:element minOccurs="0" name="RC" type="RC1"/>
<xsd:element minOccurs="0" name="EB" type="EB1"/>
<xsd:element minOccurs="0" name="FLD" type="FLD1"/>
<xsd:element minOccurs="0" name="EDL" type="EDL1"/>
<xsd:element minOccurs="0" name="DLA1" type="DLA1"/>
<xsd:element minOccurs="0" name="DLA2" type="DLA1"/>
<xsd:element maxOccurs="1" minOccurs="0" name="SI" type="SI1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EDL1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002F>" groupIndicator="<U+0045><U+0044><U+004C>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Element1" type="xsd:string"/>
<xsd:element minOccurs="0" name="Element2" type="xsd:string"/>
<xsd:element minOccurs="0" name="Element3" type="xsd:string"/>
<xsd:element minOccurs="0" name="Element4" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="FLD1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep groupIndicator="<U+0046><U+004C><U+0044>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Date" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep length="2" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="EB1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep groupIndicator="<U+0045><U+0042>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Time" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep length="4" messageSetDefaultRep="TDS1" precision="-1"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="DLA1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<MRComplexType composition="unorderedSet"/>
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<U+002F>" groupIndicator="<U+0044><U+004C><U+0041>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence maxOccurs="1" minOccurs="1">
<xsd:element minOccurs="0" name="DelayCode1" type="xsd:string"/>
<xsd:element minOccurs="0" name="DelayCode2" type="xsd:string"/>
<xsd:element minOccurs="0" name="DelayCode3" type="xsd:string"/>
<xsd:element minOccurs="0" name="DelayCode4" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Header11">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="AllElementsDelimited" delimiter="<CR><LF>" messageSetDefaultRep="TDS1" suppressAbsentElementDelimiters="EndOfType"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence maxOccurs="1" minOccurs="1">
<xsd:element minOccurs="0" name="Header" type="xsd:string"/>
<xsd:element name="MsgHeader" type="Header">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep messageSetDefaultRep="TDS1" precision="-1"/>
<tdsInclRep messageSetDefaultRep="TDS1" repeatingElementDelimiter=""/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Identifier" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep dataPattern="" justification="leftJustify" messageSetDefaultRep="TDS1" precision="-1"/>
<tdsInclRep dataPattern="" messageSetDefaultRep="TDS1" repeatingElementDelimiter=""/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Header12">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<CR><LF><U+002E>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" name="Header13" type="Header131">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep messageSetDefaultRep="TDS1" precision="-1"/>
<tdsInclRep messageSetDefaultRep="TDS1" repeatingElementDelimiter=""/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="Origin" type="Origin1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep messageSetDefaultRep="TDS1" precision="-1"/>
<tdsInclRep messageSetDefaultRep="TDS1" repeatingElementDelimiter=""/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Header131">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<CR><LF>" groupIndicator="" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="Address" type="xsd:string">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsElemRep messageSetDefaultRep="TDS1" precision="-1"/>
<tdsInclRep messageSetDefaultRep="TDS1" repeatingElementDelimiter="<CR><LF>"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Origin1">
<xsd:annotation>
<xsd:appinfo source="WMQI_APPINFO">
<tdsStructRep dataElementSeparation="VariableLengthElementsDelimited" delimiter="<CR><LF>" messageSetDefaultRep="TDS1"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="OriginLine" type="xsd:string"/>
<xsd:element maxOccurs="2" minOccurs="0" name="Identifier" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
i am not able to figure out the solution for past three and in the forum also i could get the correct solution.
Need urgent solution plsss help.Please tell if any other info is required. |
|
Back to top |
|
 |
indu30111986 |
Posted: Wed Mar 28, 2012 2:02 am Post subject: |
|
|
Novice
Joined: 15 Nov 2011 Posts: 22
|
i am usinf WMB version 7.0 |
|
Back to top |
|
 |
kimbert |
Posted: Wed Mar 28, 2012 3:40 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Please do *all* of the following:
- create a new thread. This one is six years old.
- if you think this thread contains relevant information, then reference it from the new thread
- explain what you are trying to do in the new thread.
- use [ c o d e ] tags when posting formatted text. The information that you posted before is unreadable.
You want help from us, so please take some time to make it easy for us. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 28, 2012 4:41 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Split from this post dated 2006! _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Mar 28, 2012 4:46 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
indu30111986 wrote: |
Need urgent solution plsss help |
Because it's urgent (and so urgent you can't spare the time to type "please" out in full)...
kimbert wrote: |
Please do *all* of the following:
- create a new thread. This one is six years old.
- if you think this thread contains relevant information, then reference it from the new thread
- explain what you are trying to do in the new thread.
- use [ c o d e ] tags when posting formatted text. The information that you posted before is unreadable.
You want help from us, so please take some time to make it easy for us. |
... I've split the thread for you & included a reference. I agree that you need to explain a lot more about what you're attempting and what's happening. Also why
indu30111986 wrote: |
ParserException BIP5452E: Mandatory Element '100^Code1' has no value or default value set.
Mandatory element ('100^Code1') has not been set and has no default value. A mandatory fixed length element must have a value set or a default value specified.
Set a value or specify a default value for this element. |
doesn't appear to you to offer 2 very clear clues about what's going on & why in 3 days you've not used a user trace to pin it down.
(I'm charitably assuming "three" means days, rather than 3 hours or 3 minutes. Given the lack of preparation and information I could easily believe either lower value).
You also really need to use code tags. You've been asked before. Post that amount of eye bending material again I'll moderate the post on grounds on public safety.
And if your problem is that urgent raise a PMR!. We're not a support desk. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
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
|
|
|
|