Hi All,
I am trying to load data from XML , as it work fine for all the column except ID Column.It give error like below
[XML Read Inventory Location Details [1371]] Error: The value was too large to fit in the XML Read Inventory Location Details.Outputs[InventoryLocation].Columns[ID].
[XML Read Inventory Location Details [1371]] Error: The "XML Read Inventory Location Details" failed because error code 0xC02090F8 occurred, and the error row disposition on "XML Read Inventory Location Details.Outputs[InventoryLocation].Columns[ID]" at "XML Read Inventory Location Details.Outputs[InventoryLocation]" specifies failure on error. An error occurred on the specified object of the specified component.
When I investigated the xml source file for ID Column , I found that data coming like 9/28 Ct Pack Case and 60/5 oz Pouches which is not correct.
datatype of ID column in XSD File is mentioned as below
<xs:element minOccurs="0" name="ID" type="xs:unsignedInt" />
as I am not using this id column in my etl process, it gets failed at validation level only.
please help me to get it resolved from this issue as I am facing it from last 3 days.
Thanks in advance
Thankx & regards, Vipin jha MCP