PeopleSoft: At Login page THE SYSTEM IS NOT AVAILABLE AT THIS TIME.
In appserv log, APPSRV_0617.LOG:
PeopleSoft ID and Password authentication failed. Invalid password for user PTWEBSERVER@pshrtstws601.
(1) Update password in PIA for PTWEBSERVER
PTWEBSERVER/People123
(2) update password in configuration.properties file with encrypted password for field WebPassword :-
:/usr/opt/app/psoft/pt858/hrtestib_cfg/webserv/hrtestib/piabin>./PSCipher.sh People123
Encrypted text: {V2.1}2ZQk7UFyUA/C/rPSKa4p9iOhnHnRj9ouNQ==
If you can't logon to PIA to change the password for the PTWEBSERVER account do the steps below. If you can logon you can change the password in security and then proceed to step 4.
1. Stop all PIA and application server domains.
The example below is using PTWEBSERVER as the password.
2. Login to Datamover in Bootstrap mode.
3. Execute:
UPDATE PSOPRDEFN SET OPERPSWD = ' ', PTOPERPSWDV2='<password>', ENCRYPTED=0, ACCTLOCK = 0 WHERE OPRID='PTWEBSERVER';
4. Go to a command prompt and cd to <PIA_HOME>/webserv/<DOMAIN-NAME>/piabin.
Using PSCipher:
Unix: PSCipher.sh PTWEBSERVER
Windows: PSCipher.bat PTWEBSERVER
5. Place this value in the <PIA_HOME>/webserv/<DOMAIN-NAME>/applications/peoplesoft/PORTAL.war/WEB-INF/psftdocs/<PIASITE>/configuration.properties file for the WebPassword value.
6. Restart the application server and PIA domains and test.
Comments
Post a Comment