Error messages when opening new PeopleSoft Job objects
search cancel

Error messages when opening new PeopleSoft Job objects

book

Article ID: 90372

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Error messages when opening new PeopleSoft Job objects

Environment

Release: AOATAM99000-9.0-Automic-One Automation Tools-Application Manager
Component:

Resolution

Detailed Description and Symptoms

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.


Solution

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