Question
Coforge DPA
GB
Last activity: 12 Aug 2021 10:57 EDT
Delete by keys operation for Dataset in fact table is not working properly
I have written an activity where DataSet-Execute method is used to delete the fact table record by pxFactID.
The SQL is forming incorrectly during run time.
example: I'm passing the value -1460889404930039992 and it is converting to -1962713272. I have seen this in the tracer from the below lines:
SQL DELETE FROM ihstore.PR_DATA_IH_FACT "UD" WHERE ( ( pxfactid = ? ) ) SQL Inserts <-1962713272>
with this, the deletion is not happening.
Can some one please help me with this, why it is behaving this way?
Pega version: 7.2.2