Pre-Requisites
- Make sure you have login privileges to the SQL server and SQL. (Refer to the Client connection page for this information.)
Step-by-Step Guide
- Installation: Scheduler is typically installed in C:\Program Files (x86)\Cultura\Scheduler
- The ScheduleConnection XML file configures the Server and Database where ERP resides (Agrisoft).
- In ERP database the ImportExportConnections table defines the Scheduler database (External).
- In ERP database the Schedule table defines what jobs to run and when to run them.
- Task Manger is used to start and stop the Scheduler
- Right Click Start Bar to access the Task Manager
- On the Services tab you will
- Services
- Scheduler Log is located on Local Disk where scheduler is installed (see above)
- Scheduler Log shows each step of a job as it is executed
- Right Click Start Bar to access the Task Manager
- There are three tables in the External database used by the Scheduler (Agrisoft_Ext - see ImportExportConnections above).
- Jobs table (ImportExportJob) defines each job to be performed
- Steps table (ImportExportStep) defines the steps needed for each job
- Map table (ImportExportMap) is used to associate columns between two data sources (i.e. ERP and CFS)
- Jobs table (ImportExportJob) defines each job to be performed
- Notes