Scheduling the Batch Process
Run the following Oracle Utilities Work and Asset Cloud Service Batch Processes to create the extracts:
GL Extract for Oracle Utilities Work and Asset Management Batch Process
Schedule the W1-ERPGL batch process to create the GL extract file. Some of the batch parameters are already defaulted. Make sure these parameters are defined.
fileName: Name of the GL extract file. As a preference, add the batch code and batch number to make the file name unique. Also, add the batch thread number if this is run multi-threaded.
Example file name: GLEXTRACTFILE_{BC}_{BN}.csv.
In this example the system variables {BC} - Batch Code and {BN}- Batch Number are added to the file name.
Note: The beginning of the extract file name entered here, without any system variables, should be defined in the property name gl.extract.filename.prefix of the OUTL-BRT- WACS_ERPFIN_ConfigProps in Oracle Integration Cloud. In the example above, only the GLEXTRACTFILE part should be defined.
filePath: Give the path name to the object storage where the file will be stored.
Example Path: file-storage://OS-APP/Int-Export
Refer to the Object Storage Setup Guide 20C at:
https://docs.oracle.com/cd/F35460_01/index.htm
Note: When this batch process is scheduled to run automatically at a preset time, make sure to have coordinated this timing with the GL Extract Oracle Integration Cloud process schedule.