Hello,
I have these quarantined items from Store and Forward System:
I have transaction group “ReportFBD_Suite1” , from I which report is generated. After export I see:
<cachedata sourceStore="SQL2" creationTime="Fri Jul 01 21:31:36 EEST 2022">
<data flavor="__datasourcedata__" subtype="record">
<record table="ReportFBD_Suite1">
<row>
<col name="INLET_TEMP_ACT" type="java.lang.Integer">24</col>
<col name="OUTLET_TEMP_ACT" type="java.lang.Integer">21</col>
<col name="FCD_OP_ACT" type="java.lang.Integer">3</col>
<col name="VFD_OP_ACT" type="java.lang.Integer">12</col>
<col name="AIR_VELOCITY" type="java.lang.Float">1</col>
<col name="BATCH" type="java.lang.String">124590K </col>
<col name="BED_TEMP_ACT" type="java.lang.Integer">0</col>
<col name="BLOWER_ON" type="java.lang.Boolean">true</col>
<col name="SPRAY_PUMP" type="java.lang.Boolean">false</col>
<col name="Status" type="java.lang.String">MACHINE STOPPED</col>
<col name="Time" type="java.sql.Timestamp">2022-06-21 14:33:15.343</col>
</row>
</record>```
Tag"Status" is string memory tag, obvious this tag causes the problem, but when exactly and for what reason it has to be convert from navchar to int type? How to fix that?