Hi,
I'm getting the attached error when attempting to do an import from Dev to Test. I've stripped everything out, and have no changes ... only the existing Entity and then I Export -> Import and get this error.
I've also included the XML log file ... and as you can see it doesn't say which field is giving me grief. It refers to "s137" but I don't know what that means.
Does anyone have any advice? I've search this forum and others and tried all the solutions given.
thanks in advance,
Rodney
XML Log:
<Row ss:AutoFitHeight="0">
<Cell ss:StyleID="s137" name="Time">
<Data ss:Type="String">15:55:17.61</Data>
</Cell>
<Cell ss:StyleID="s137" name="ItemType">
<Data ss:Type="String" />
</Cell>
<Cell ss:StyleID="s137" name="Id">
<Data ss:Type="String" />
</Cell>
<Cell ss:StyleID="s137" name="Name">
<Data ss:Type="String">all</Data>
</Cell>
<Cell ss:StyleID="s137" name="LocalizedName">
<Data ss:Type="String" />
</Cell>
<Cell ss:StyleID="s137" name="OriginalName">
<Data ss:Type="String" />
</Cell>
<Cell ss:StyleID="s137" name="Description">
<Data ss:Type="String" />
</Cell>
<Cell ss:StyleID="s137" name="Status">
<Data ss:Type="String">Failure</Data>
</Cell>
<Cell ss:StyleID="s137" name="ErrorCode">
<Data ss:Type="String">0x80044150</Data>
</Cell>
<Cell ss:StyleID="s137" name="ErrorText">
<Data ss:Type="String">Target string size is too small to represent the XML instance</Data>
</Cell>
</Row>
*This post is locked for comments