My Oracle Support Banner

E-AE: Setting the Primary State Record's AE_APPSTATUS To 1 of an AE Program Using PeopleCode Returns Success Instead of a Warning Status in PeopleTools 8.60 (Doc ID 2962322.1)

Last updated on FEBRUARY 20, 2024

Applies to:

PeopleSoft Enterprise PT PeopleTools - Version 8.59 to 8.59 [Release 8.4]
Information in this document applies to any platform.

Symptoms

After upgrading from PeopleTools (PT) 8.58.07 to PT 8.60.06, setting the primary state record's AE_APPSTATUS To 1 using PeopleCode returns Success instead of a Warning status. The application engine (AE) programs being run on Process Scheduler use psae executable.

Steps to replicate:
-------------------

1. Create an AET State Record for the AE program if it does not have any, and set it as primary State Record.
2. Add the field AE_APPSTATUS to the primary State Record.
3. In the AE program, create a PeopleCode Action, and use the code below to set and return the warning status back to Process Scheduler.

rem set to 1 to return warning, 0 to return success.

AET_RECORD.AE_APPSTATUS = 1;

4. Run the AE program, check the status in Process Monitor, and observe that the status is Success, not Warning.

Changes

 Upgraded to PT 8.60

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.