PEGA 7.4 Update RULES schema failure with DB error
We are upgrading PEGA from 5.5 to 7.4 using split schema.
DBA created the RULES and DATA schemas. During the upgrade RULES schema process, we are getting -204 error while executing the following queries.
select count(*) as "count" from RULES.pr_log where pxObjClass = 'Log-SecurityAudit'
select count(*) as "count" from RULES.pr_data where pxObjClass = 'Data-Project-Task'
These tables are not created in RULES schema as they are DATA schema tables. My question is why Upgrade process is looking for a DATA schema table and how we can rectify this?
Please provide inputs on this issue.