Category: Upgrade

  • Forcing end user browsers to clear cache

    I recently had an opportunity to pull an old trick out of my bag of goodies during a recent PeopleTools 8.54 upgrade I was assisting on.  The Question: How can we force all the users of PeopleSoft to clear their browser cache without needing to ask the users to do it manually?  The scenario was…

  • New Encryption Algorithm Impacts PeopleTools Connectivity

    I stumbled onto this little piece of info while researching an unrelated connectivity problem.  Oracle changed an encryption algorithm they use (for at least Access Id/Password) a few months back.  This change went in with PeopleTools 8.52.24, 8.53.17, and 8.54.04.  Most places I’ve been have always kept their PeopleTools clients at the same level as…

  • Remastered 9.2 Application media

    Some of you may have noticed this already but I recently saw that some of the PeopleSoft 9.2 Application media had been remastered. HCM 9.2 was updated on E-delivery at the end of October.  It includes patches from Update Image 9.  Image 9 was also released as a certified Upgrade Demo Image. FSCM 9.2 was…

  • 8.54 PreRelease Notes Available

    The PeopleSoft Technology Blog has announced the availability of the PreRelease notes for 8.54: Some observations as I skimmed the document are: Oracle Linux 6, Win 2012, and Win 2012 R2 support added, Win 2008 (R1 not R2) dropped Client OS Windows 8.1 added, Windows 7 (32 bit) dropped WebLogic 12.1.2 added, 10.3.6 dropped Oracle…

  • PeopleSoft 9.2 HCM/FSCM GA date set to March 22, 2013

    Just saw this announcement: Oracle today announced that PeopleSoft Human Capital Management 9.2, PeopleSoft Financials 9.2 and Supply Chain Management 9.2 will be generally available Friday, March 22. Full Oracle Press Release

  • Return of the “ptcommonobj is undefined”

    I previously wrote a post about getting the error “ptcommonobj is undefined” in the web browser and having modal windows, search look-ups, and other things not working in PeopleSoft. Well not so long ago this struck me again. This time though no PeopleTools upgrades had occurred and there was no proxy or caching devices between…

  • PeopleTools 8.52 Upgrade

    Here are my notes on a recent PeopleTools 8.52.07 Upgrade from 8.51.03 on Finance 9.1 This was on Linux ====== PREP WORK====== Download Tools media unzip all media chmod 755 tuxedo10gR3_64_Linux_01_x86.bin & jrockit-jdk1.6.0_20-R28.1.0-4.0.1-linux-x64.bin * tuxedo for 8.52 is same version as 8.51 * jrockit for 8.52 is older than version I used for 8.51 *…

  • The PeopleSoft ReleaseAdaptor

    The PeopleSoft ReleaseAdaptor is used to manipulate delivered projects to meet the requirements needed to apply them to your current environment.  Usually this is run as a step in Change Assistant.  The ReleaseAdaptor consists of files including: %PS_HOME%\bin\client\winx86\releaseadaptor.bat %PS_HOME%\bin\client\winx86\project_filters.xml %PS_HOME%\bin\client\winx86\adaptdms.bat %PS_HOME%\bin\client\winx86\transform_programs.xml %PS_HOME%\bin\client\winx86\ProjectFilter.bat %PS_HOME%\bin\client\winx86\ProjectInspector.bat %PS_HOME%\class\projectadaptor.jar The project_filters.xml file contains information about all object types in PeopleSoft…

  • ptCommonObj is not defined after Tools upgrade

    I was upgrading an 8.51.03 environment to 8.52.07 recently and ran into this problem, no buttons or tabs would work and any time you tried they would generate a JavaScript error indicating “ptCommonObj is not defined”.  There were other objects not defined, but I failed to note them all in this case. Oracle has the…