PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

urgent help on PT8.57.06 upgrade

edited Aug 5, 2019 5:09AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 6 commentsAnswered

We just upgraded our tool from 8.55.21 to 8.57.06 and got the error below when passed Securauth and logged into PS:

Caught Exception: Java Exception: java.lang.Exception: Failed to decode ciphertext. Unable to retrieve decryption key. Invalid version.: during call of psft.pt8.pshttp.PSCipher.decodePassword.

The code is like this -

         &encryptedUserId = %Request.GetCookieValue("PSLOGIN");

        

         Local JavaObject &jobj = GetJavaClass("psft.pt8.pshttp.PSCipher");

         &decryptedUserId = &jobj.decodePassword(&encryptedUserId);       /*Exception happened in this line of decodePassword method*/

I am not a PSAdmin and wondering how can we figure out if this psft.pt8.pshttp.PSCipher is correct or not and has the correct version?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center