Pages

Custom Search

App Engine - No Success, All Processing Suspended

Problem:
PSAESRV started service request at 14.29.51 2018-08-14 All Processing Suspended: Restart OPRID=SSHIR, RUNID=SS, PI=9063507 (108,503) Solution:

DELETE FROM PS_AERUNCONTROL WHERE PROCESS_INSTANCE=6368

This will free up the SSHIR run control to be used again, with same OPRID & AE program.
If this program were in Production - we would NOT want to just clear out the run control! With No Success AE programs, the recommended behavior is to look at logs and/or trace files, figure out what the problem was and fix the problem. Then do a Restart of the same Process Instance. 

Invalid related display -- not after control or related to field outside scroll: The page definition has been set up incorrectly.

You are designing the page and all of a sudden you get this error:

Invalid related display -- not after control or related to field outside scroll: The page definition has been set up incorrectly.  

Solution: Make sure that the related-display field comes AFTER the display-control field. To find this out, click on the ""Order"" tab in Application Designer when viewing the page. 

You can click-hold-and-drag the field up or down to position it correctly, in terms of field order. This will NOT physically move the field on the page, but only change the order that the field is evaluated. 

If this doesn't work, you might have some corrupted cache. Log out of any-and-all PeopleTools executables (Appllication Designer, PSQuery, etc.) and clear your local cache, and then try again.