User installed v12.1 agent for PeopleSoft, and is seeing this error in the log:
01/01/2026 00:00:12.345-0500 1 PSPlugin.ps Internal ..... - Exception in processWob for AFM: 20260101 000012345+0500 AGENT_PS JavaAgent#tcpip@CAWA
PS_JOB/MY_APP.1/MAIN RUN PS MFUser(...) ProcessName(PS_TEST) ProcessType(Application Engine) RunCntlId(TEST_RNCTL) WOBRequestID(XXXXXXX)
01/01/2026 00:00:12.345-0500 1 PSPlugin.ps Internal Thread.CybWOBRunPsHandler.processWob[:222] - cybermation.plugins.ps.PsConfigException: Default PS target is not configured at cybermation.plugins.ps.PsFactory.a(PsFactory.java:214)
at cybermation.plugins.ps.PsFactory.createPsDbHandler(PsFactory.java:69)
at cybermation.plugins.ps.CybPsDBFactory.getPsDbHandler(CybPsDBFactory.java:51)
at cybermation.plugins.ps.CybWOBRunPsHandler.processWob(CybWOBRunPsHandler.java:97
)
at cybermation.plugins.library.base.CybRMIExternalPluginBaseManager.processWob(Cyb
RMIExternalPluginBaseManager.java:627)
at cybermation.plugins.library.base.CybRMIExternalPluginBaseManager.run(CybRMIExte
rnalPluginBaseManager.java:460)
at java.lang.Thread.run(Thread.java:825)...........
01/01/2026 00:00:12.345-0500 1 PSPlugin.ps Internal ....[:97] - Default PS target is not configured
Workload Automation Agent: 12.1 or above
The WA Agent version 12.1 or above can connect to several PeopleSoft Instances. A default profile is created when the plugin is applied under:
<ESPSystemAgent_directory>/config/peoplesoft
The target server in the job is not referencing correct properties file. The target server must match name of properties like. E.g. If target server is test, then properties file will be named as test.properties.
If using only one instance, then copy the default properties file parameters to agentparm.txt. E.g. This is an example, actual properties will be different
ps.db.typeName=ORACLE
ps.db.name=TEST
ps.db.typeNr=2
ps.db.url=jdbc:oracle:thin:@db.example.com:1521:TEST
jdbc.drivers=oracle.jdbc.driver.OracleDriver:com.microsoft.sqlserver.jdbc.SQLServerDriver:com.ibm.db2.jcc.DB2Driver:sun.jdbc.odbc.JdbcOdbcDriver:
ps.db.accessId=psoft
ps.db.accessPassword=<encrypted_pass>
ps.version=8.62
ps.reportRepositoryPath=/psreports
PS_HOME=/ps_home
For multiple instances, the target server name must be defined in the PS job and <target>.properties must exist under config/peoplesoft.