PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Patch 32888225: PEOPLESOFT HCM UPDATE IMAGE 9.2.039 - NATIVE OS LINUX ERROR

I downloaded this patch to my Red Hat Linux Enterprise Linux Server release 7/8 (Maipo)

When I run the  ./psft-dpk-setup.sh script, I get this error:

I may be the first to get this error, but pretty sure I won't be the last.

This error is coming from line 1428 in script psft_environment_manager.py, which reads

' if distname.lower() not in [ 'redhat', 'oracle' ]:'

in order to get it to work, I changed the line to this:

if distname.lower() not in [ 'redhat', 'oracle', 'Rhel', 'rhel' ]:

-------------------

I hope this (a) helps someone else to get past the error and (b) Oracle support recognizes this as an opportunity to fix the script.

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