Prerequisites

The Menu search definition (PTPORTALREGISTRY) must be deployed and indexed first before you can search for and select a content reference for configuration.

Event Mapping Configurations from PeopleTools 8.54 or 8.55

If you have directly migrated PeopleTools 8.54 or 8.55 event mapping configurations via an ADS project, these configurations have an instance ID of 0, which is invalid in the current release. You will receive an error message if you attempt to open and resave such configurations. To fix this issue, manually run the UPGPT859EVM Application Engine program, which is automatically run in a standard upgrade. After running the UPGPT859EVM program, review the log file to identify the new service IDs. With this information, you can run queries to determine which configurations have been updated.

For example, this log file indicates that one instance ID was updated to 998188404:

'UPGPT859EVM' Program Started (226,2) 
. 
Current Max Instance ID:998188403 (240,4272) 
Message Set Number: 240 
Message Number: 4272 
Message Reason: Current Max Instance ID:998188403 (240,4272) 
. 
Updated Row with Instance ID 0 to 998188404 (240,4291) 
Message Set Number: 240 
Message Number: 4291 
Message Reason: Updated Row with Instance ID 0 to 998188404 (240,4291) 
. 
Updated respective map fields rows if Any, of Table:PSPTCS_MAPFLDS. 
(240,4275) 
Message Set Number: 240 
Message Number: 4275 
Message Reason: Updated respective map fields rows if Any, of 
Table:PSPTCS_MAPFLDS. (240,4275) 
. 
Section: MAIN; Step: PTUPDINS; Updated 1 Rows of Tables:PSPTCSSRVCONF , 
PSPTCSSRVCONFLG. (240,4276) 
Message Set Number: 240 
Message Number: 4276 
Message Reason: Section: MAIN; Step: PTUPDINS; Updated 1 Rows of 
Tables:PSPTCSSRVCONF , PSPTCSSRVCONFLG. (240,4276) 
. 
'UPGPT859EVM' Program Completed (226,5) 
Application Engine program UPGPT859EVM ended normally 

Using this information, you could query PSPTCSSRVCONF, PSPTCSSRVCONFLG, and PSPTCS_MAPFLDS to determine which content reference (portal object ID) was affected. For example:

SELECT * FROM PSPTCSSRVCONF WHERE PORTAL_NAME='_PTCS_PTEVMAP' AND PTCS_INSTANCEID IN (998188404);