Question
Accenture
SG
Last activity: 7 Aug 2023 10:34 EDT
Pega 8.6: Post upgrade existing SQL query results in pyCommitError
FAIL |
|
Step Status Info |
Problem saving instance of class : code: -907 SQLState: 27000 Message: An attempt was made to modify the target table, "ABC", of the MERGE statement by constraint or trigger "RESET_CASECOUNT_INSERT".. SQLCODE=-907, SQLSTATE=27000, DRIVER=4.26.14 |
Instead of INSERT and UPDATE statements in PRPC 6, Pega 8.6 is now generating MERGE statements which displays pyCommitError in many places in the system after upgrade.
The other article suggest to edit prconfig file. But how to maintain in DSS. Means what should be the configuration of DSS.
<env name="classmap/usemergestatement" value ="false" /> <env name="database/batchupdates" value="-1" />
Related article: https://community.pega.com/support/support-articles/post-upgrade-existing-sql-query-results-pycommiterror
|
|