Andy McKenna
New Member
I've got 2 processes in a single profile in TPC9 that were working fine a few months ago. Now process #2 is not putting any data in the records it is sending (output attached)
<rec>
<updatefields>
<fld f_idx="0">11422</fld>
</updatefields>
</rec>
It's only putting the Id field in there. Process #1 is set up exactly the same way, ODBC to Tracerplus session, UpdateExistingAppendIfNotFound, and it works:
<rec>
<updatefields>
<fld f_idx="3">13003</fld>
</updatefields>
<fld f_idx="0">600951 </fld>
<fld f_idx="2">$2527105$H</fld>
<fld f_idx="3">13003</fld>
<fld f_idx="4">1.00</fld>
<fld f_idx="10">0.00</fld>
</rec>
Any ideas?
<rec>
<updatefields>
<fld f_idx="0">11422</fld>
</updatefields>
</rec>
It's only putting the Id field in there. Process #1 is set up exactly the same way, ODBC to Tracerplus session, UpdateExistingAppendIfNotFound, and it works:
<rec>
<updatefields>
<fld f_idx="3">13003</fld>
</updatefields>
<fld f_idx="0">600951 </fld>
<fld f_idx="2">$2527105$H</fld>
<fld f_idx="3">13003</fld>
<fld f_idx="4">1.00</fld>
<fld f_idx="10">0.00</fld>
</rec>
Any ideas?
Attachments
-
2.9 KB Views: 2