| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
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!
Post new comment