In the PeopleSoft PIA page, some of the menu items might not get displayed due to it’s expire date – ’2010-12-31'. This issue can be tackled by following the below mentioned steps,
Run the below script to update the PORTAL_EXPIRE_DTupdate PSPRSMDEFN set PORTAL_EXPIRE_DT=’2099-12-31' WHERE PORTAL_EXPIRE_DT=’2010-12-31'
SELECT PORTAL_EXPIRE_DT from PSPRSMDEFN where PORTAL_EXPIRE_DT <> ’2099-12-31'
In the PIA page, goto PeopleTools–>Portal–>Portal Security Sync and enter the new Run Control ID and run the processAfter the sucessful run of the process,
Restart the process scheduler, the application server and the web serverClear the cache and the browser cacheAll the menu items in the PIA page will get displayed.
No comments:
Post a Comment