using peoplecode i want run the applicatoion engline.that AE will generate the excel file.i run through two tier.its working fine.but using peoplecode it will not generate the excel file.i have written code this.
&procRqst = CreateProcessRequest();
&procRqst.ProcessType = "Application Engine";
&procRqst.ProcessName = "VCR_AE";
&procRqst.RunControlID = "run23564";
&procRqst.processinstance = "3";
&procRqst.Schedule();
can any one tel why application engine is not execued.
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 |
Did you check process monitor and see if the AE is run or not?
I sure it's something to do with they way you are pointing to the path you want the file to be created at. Running AE through 2 tier will need a local file path and running it through process scheduler will require a path on the application server.
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog