Friday, 26 October 2018

Re-apply change package using PeopleSoft Update Manager

PeopleSoft Update Manager do not keep customization. To retain customization, Admin/Developer needs to re-apply customization after applying change package using PeopleSoft update Manager. However sometimes functionality may not work as expected after re-applying customization and you need to re-apply delivered change package to retain delivered objects.

PeopleSoft Update Manager do not create a change package for update ID which is already present in target database.

There is no delivered approach to re-apply change package using PeopleSoft Update Manager.

You need to remove the change package update ID information from PS_PTIASPLOGTGT table which allow PeopleSoft Update Manager to create a new change package with the update ID which was already installed.

PS_PTIASPLOGTGT is a copy of the Target environment's maintenance log that is stored in the Source in order to facilitate the PUM calculations and analysis.

You can query PS_PTIASPLOGTGT table in PUM (source) and identify rows related to Patch for your target database.

SELECT * FROM PS_PTIASPLOGTGT WHERE PTIASPRPTNO = <Patch ID> and dbname = <target DB>

Take the back up of table PS_PTIASPLOGTGT

Remove the entry of <Patch> from table PS_PTIASPLOGTGT

Login in PIA, Navigate to PeopleSoft update Manage Dashboard and define a new change package with the patch ID.

Thanks,
Ketan.

No comments:

Post a Comment