Is it possible in peoplesoft to schedule a query daily and transfer the result file (for example in xls) to a server or to a local drive ? In other words to extract the result out of the peoplesoft application itself? I don't mean to transfer it by mail...
Asked
Active
Viewed 2,537 times
1 Answers
3
Yes it is possible. You can create the query as a PSQUERY and then schedule the query.
See Scheduling Queries for more details
The summary is:
- Create a query in PSQUERY
- Schedule Query (Reporting Tools->Query->Schedule Query)
- Select your runcontrol
- Select your query (from #1) and enter parameters
- Press Run
- Change the type to File
- Change the Format if needed (XLS is an option)
- Enter the folder path in the output destination
- Select a recurrence
- Press OK
The output destination is from the point of view of the Process scheduler so c:\temp\ would put the files on the local drive of the process scheduler, not your PC. If the process scheduler has the correct permissions (and it's running on windows) you can put a UNC in here or in linux, you can mount the location you need and save it there.

Darryls99
- 921
- 6
- 11