Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
Why would you want to run AE from SQR?
You can use call system to run psae.exe
will u please explain me clearly how to use callsystem..
and
how to schedule sqr in process schedular.
take a look at peoplebooks for SQR Language Reference and Process Scheduler.
i gone through it ..but i unable to gee the things..
so will please provide the steps to do it
SQR is antiquated and should be relegated to only reports. Can't imagine why you'd want to call an AE pgm from an SQR, when you can just run the AE pgm on it's own.
Even I'm sure why you want to call an AE from an SQR. Nevertheless, this is the approach that need to be followed.
Write a batch file that has the command for executing the AE from command prompt.
Call this batch file using the call system command from within the SQR.
Hope that helps!