In the UserInterface, when attempting to open a PS object the above error messages are encountered due to OM not being able to access the PS forms on the "FORM" tab of a PS job object.
This problem occurs when the "UCXJPS84.jar" file has not been added (or added incorrectly) to the "classpath=" variable in the "UCDJ.ini" file in the UserInterface\bin directory.
The "compintfc.jar" file is provided by PeopleSoft; however, the file does not have to be copied to your UserInterface\bin directory. Automic includes the "compintfc.jar" file in the "UCXJPS84.jar" file.
Steps to correct this problem:
1) The latest "psjoa.jar" from the PeopleSoft/PeopleTools Application server and the "UCXJPS84.jar" supplied with the PS Agent need to be in the UserInterface\bin directory to access the PS forms on the "FORM" tab of a PS job object.
2) Please make the following entry in your "UCDJ.ini":
[ENVIRONMENT]
classpath=.;.\ucdj.jar;.\psjoa.jar;.\UCXJPS84.jar