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.