Question
HotFix Manager and pr_data_products table in 7.2.2
Hi,
When we have our application in 6.2 SP2, we have applied the fix mentioned in the below link.
https://pdn.pega.com/support-articles/hotfix-not-working-production
After upgrading to 7.2.2, we have installed few hot fixes and those hotfixes are not visible in Hotfix Manger Landing Page.
After further investigation, we found that because of mentioned fix applied in 6.2 SP2, there is a database rule Data-Admin-Products-Installed-Hfix having our old schema(6.2 SP2) hardcoded there. Because of this installed hotfixes in Pega 7.2.2 are stored in pr_data_products table in old schema.
Now we have deleted the database rule Data-Admin-Products-Installed-Hfix as we have another database rule Data-Admin-Products-Installed- mapped to pr_data_products table in 7.2.2.
Can we move the data from the pr_data_products table in old schema(6.2 SP2) to same table in the new RULE schema (7.2.2)? Will the solution will suffice?
Please let us know if there is any other impact we need to take care?
Regards,
Gangadhar
***Edited by Moderator: Marissa to update categories***
There shouldn't be any need to move the data. The hot fixes from your 6.2sp2 system are not relevant to your 7.2. I would not have removed the Data-Admin-Products-Installed-Hfix rule but instead just removed the hard coded reference. Then it would use the default PegaRULES schema.