Article Content
Article Number | 000033760 |
Applies To | RSA Product Set: Archer RSA Version/Condition: 5.x through 6.2 P3 |
Issue | In certain scenarios where a Data Feed is configure as follows:
|
Cause | To view and edit the Data Feed schema, you can export the Data Feed configuration to a DFX file, and open the file in the application Notepad++. The source fields should be contained within the xs:choice tag as in the simplified example below Each field is defined with an xs:element name= listing. <xs:choice maxOccurs="unbounded"> <xs:element name="Case_Name" type="xs:string" nillable="true" c:Name="Case_Name" /> <xs:element name="UW_Acceptance_Status" nillable="true" c:Name="UW_Acceptance_Status"> </xs:choice> In this error situation, the manually added fields are placed after the closing xs:choice tag, as below: </xs:choice> <xs:element name="NewSourceName" type="xs:string" nillable="true" c:Name="New_Customer_GRP_Creation" c:Calculation="=STATIC("No")" dfm:SimpleFieldType="StaticText" /> <xs:element name="NewSourceName1" type="xs:string" nillable="true" c:Name="FeedId" c:Calculation="=STATIC("01")" dfm:SimpleFieldType="StaticText" /> |
Resolution | This has been logged as a defect with ID ARCHER-25015 (DFM InvalidCastException with custom transform related to <xs:choice> node). |
Workaround | To correct the error,
|