PeopleTools: To get exact version of Tools
select TOOLSREL from sysadm.PSSTATUS;
If you are a regular PIA user, then the quickest way probably is in a PIA session via Ctrl-J key combination:
- Sign-in into a PIA client session in a web browser.
- Navigate to any non-search PIA page (does not matter which, Tools or application).
- Press key combination Ctrl-J (press key Ctrl and while keeping it pressed, press key for letter J)
- If any browser pop-up window opens (like Downloads History in Firefox), just discard (close) it.
- On the PIA information page that opens, locate and copy your exact Tools version, like:
Or if you use App Designer or Data Mover utility more often than PIA, do this:
- Login into your PeopleSoft Windows Workstation
- Launch the Application Designer or Data Mover utility.
- See what exact PeopleTools version it displays on the Signon dialog, like
Or if you have access to the application server box, via file peopletools.properties, property productversion:
- Login into the application server box.
- In its file system, navigate to path that corresponds to {PS_HOME}
- Open file peopletools.properties
- See the value of property productversion (usually at the bottom), like:productversion=8.55.03
Or on the PIA web server box, via file config_prop, property ps.discovery.toolsRelease :
- Login into the PIA web server box.
- In its file system, navigate to path {PS_HOME}/webserv/{SITE}/applications/peoplesoft/PORTAL.war/WEB-INF/psftdocs/{SITE}/webprof/
- View content of file config_prop.
- Locate property ps.discovery.toolsRelease
- See its value (next string), the sequence would be like:<void method="put">
<string>ps.discovery.toolsRelease</string>
<string>8.55.03</string>
</void>
- Or if by some reason you cannot check the above, but have access to app server log:
- Login into the application server box.
- In its file system, navigate to path {PS_HOME}/appserv/{SITE}/LOGS
- View content of any log file, for example APPSRV_mmdd.LOG, search for word PeopleTools
- There usually will be a line likePSAPPSRV.nnnn [.................................] (0) PeopleTools Release 8.54.12 (Linux) starting. ...
- Or as just another option, use PSADMIN utility:
- Login into your app server or batch (process scheduler) server box.
- Navigate in its file system to where the PSADMIN utility is located.
- Run this command
psadmin -v - Copy the exact version from its output, it would usually look like:Version 8.54.19
Comments
Post a Comment