About the ERP Scheduler Service

The ERP Scheduler service is a server daemon that executes the import process. The service polls the integration database on a regular interval for the following types of records:
  • New records: For each new (that is, unprocessed) work order, process order, or material, the ERP Scheduler service calls the HTTP POST method of the ERP Import service to import the record.
  • Records that are already in the process of being imported: For each work order, process order, or material whose import process has started, but not completed, the ERP Scheduler service calls the HTTP GET method of the ERP Import service (by sending the ID of the record as a URI parameter) to receive the status update.

After the ERP Scheduler service receives a response from the ERP Import service regarding the status of the import, the ERP Scheduler service updates the error code, error message, and time stamp of the respective message in the integration database.