-
Bug
-
Resolution: Can't Do
-
Major
-
None
-
9.1.3
-
None
-
None
Hi Team,
I have observed that in case of header true delimited flatfiles for FTP/SFTP, we are unable to execute update/delete query with where clause. We are able to execute simple queries(without where clause) on Header True files succesfully. Adding to the same, we are able to execute queries succesfully in case of Delimited Header false flat files and Fixed width Flat files.
Given below is the query along with error message.
Query -
UPDATE flatfileDeli.TRANSACTION_DTL_new SET TRANSACTION_DTL_new.product_type='sports' where TRANSACTION_DTL_new.acct_number='123';
Error Message -
TEIID30253 Source UPDATE or DELETE command "UPDATE flatfileDeli.TRANSACTION_DTL_new SET acct_number = ? WHERE flatfileDeli.TRANSACTION_DTL_new.product_type = ?" contains non-pushdown constructs and no compensating action can be taken as the table lacks a unique key or the source does not support equality predicates.
There's not enough information to move forward with this issue.
There is a similar forum topic that was opened. That dialog should be continued until it's determined if there is an issue needed and this can be reopened with more details.