PeopleSoft Adapter 6.0 | webMethods PeopleSoft Adapter Documentation | webMethods PeopleSoft Adapter Installation and User’s Documentation | Logging and Exception Handling | PeopleSoft Adapter Error Codes
 
PeopleSoft Adapter Error Codes
This section lists the PeopleSoft Adapter's Critical- and Error-level minor codes, including the text of each error, information about the cause of the errors, and possible responses to the errors.
Error Code
Description
1000
PeopleSoft Session Connection failed
Explanation:The adapter encountered a problem when trying to connect to the PeopleSoft system.
Action:Check to see if the PeopleSoft application server is down, if there are network problems, or if the WmPeopleSoftAdapter\code\jars directory contains the correct psjoa.jar file.
1001
PeopleSoft operation error
Explanation:This is a generic error that occurs if something goes wrong with a Get, Find, Update, Insert, or Delete Row service. The error will contain the specific exceptions or error from the PeopleSoft system.
Action:Check the PeopleSoft exception and error for details about the error.
1011
GET operation execution failed
Explanation:The Get service was unable to complete the operation because it encountered an error in the PeopleSoft system. The adapter error contains the specific PeopleSoft error.
Action:See the PeopleSoft error for details.
1012
FIND operation execution failed
Explanation:The Find service was unable to complete the operation because it encountered an error in the PeopleSoft system. The adapter error contains the specific PeopleSoft error. This error will contain the specific PeopleSoft exception and error.
Action:See the PeopleSoft error for details.
1013
INSERT operation execution failed
Explanation:The Insert service was unable to complete the operation because it encountered an error in the PeopleSoft system. The adapter error contains the specific PeopleSoft error. This error will contain the specific PeopleSoft exception and error.
Action:See the PeopleSoft error for details.
1014
UPDATE operation execution failed
Explanation:The Update service was unable to complete the operation because it encountered an error in the PeopleSoft system. The adapter error contains the specific PeopleSoft error. This error will contain the specific PeopleSoft exception and error.
Action:See the PeopleSoft error for details.
1015
Delete Row operation execution failed
Explanation:The Delete Row service was unable to complete the operation because it encountered an error in the PeopleSoft system. The adapter error contains the specific PeopleSoft error. This error will contain the specific PeopleSoft exception and error.
Action:See the PeopleSoft error for details.
1021
Problem connecting to PeopleSoft server - check logs
Explanation:The adapter encountered a problem trying to connect to the PeopleSoft system.
Action:Check to see if the PeopleSoft application server is down, if there are network problems, or if the WmPeopleSoftAdapter\code\jars directory contains the correct psjoa.jar file.
1022
Problem getting the CI Info of CI - check logs
Explanation:The component interface cannot be found, contains invalid properties, or is not included in the Permissions List for the user that is specified in the service's associated adapter connection. This error will contain the specific PeopleSoft exception and error.
Action:See the PeopleSoft error for details.
1050
PeopleSoft Application Server is not responding
Explanation:The adapter attempted to connect to the PeopleSoft system, but the PeopleSoft system did not respond.
Action:Check to see if the PeopleSoft application server is down, if there are network problems, or if the WmPeopleSoftAdapter\code\jars directory contains the correct psjoa.jar file.