IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > PeopleSoft Enterprise > Troubleshooting and support

Support for setting values with PeopleTools 8.22

WebSphere Adapter for PeopleSoft Enterprise does not set some values with PeopleTools 8.22 .


Problem

WebSphere Adapter for PeopleSoft Enterprise fails when trying to set values for the EditHistoryItems and GetDummyRows properties.


Symptom

The adapter fails when trying to set values for the EditHistoryItems and GetDummyRows properties. An exception message similar to the following one appears in the trace file:

Caused by: 
com.ibm.j2ca.peoplesoft.exceptions.EISOperationFailedException: An error has occurred 
while setting the system properties on the EIS object. at com.ibm.j2ca.peoplesoft.PeopleSoftUtility.setSystemPropertiesOnEisObject
(PeopleSoftUtility.java:672) at com.ibm.j2ca.peoplesoft.commands.PeopleSoftRetrieveCommand.doRetrieve
(PeopleSoftRetrieveCommand.java:96) ... 56 more Caused by: com.ibm.j2ca.peoplesoft.exceptions.EISOperationFailedException:
The call to the method has failed and the value could not be set. at com.ibm.j2ca.peoplesoft.PeopleSoftUtility.set(PeopleSoftUtility.java:99)
at com.ibm.j2ca.peoplesoft.PeopleSoftUtility.setSystemPropertiesOnEisObject
(PeopleSoftUtility.java:662) ... 57 more Caused by: java.lang.NoSuchMethodException: PeopleSoft.Generated.
CompIntfc.WbiUserCompCi.setEditHistoryItems(boolean)at java.lang.Class.
throwNoSuchMethodException(Class.java:274)
at java.lang.Class.getMethod(Class.java:799)at
com.ibm.j2ca.peoplesoft.PeopleSoftUtility.set
(PeopleSoftUtility.java:74)


Cause

PeopleTools 8.22 does not support the EditHistoryItems and GetDummyRows properties.


Solution

To overcome this exception, do not use PeopleTools 8.22 for EditHistoryItems or GetDummyRows properties.

Troubleshooting and support