DocumentExportBkg

The DocumentExportBkg background process implements the formatting of documents for export to the export tables. This background process reads the Infor Expense Management documents (Expense Reports, Payment Requests and Travel Plans) and formats their contents into the export tables.
Document Export Bkg
Class name DocumentExportBkg
Description A background process used to format the Expense Management document into their standard export format in the export staging tables.
Processing DocumentExportBkg processes the Expense Management documents. This retrieves the Expense Management documents and formats the data elements into Header, Line, and Complimentary tables.
Installation

DocumentExportBkg is a continuous, on-request start, single work item model process. This requires an entry into the alco_background_process table and needs to be associated with a user id. An entry in the alwf_activity_permission table associates the bkg user with the document queues (activities) which that are processed. A samplThis is the alco_background_process entry: 600021|DocumentExportBkg |1|3|15|m|3|122|1000|largesoft.documentExport|1|7001|localhost

The bkg_process_id (600021), server (localhost) and port number (7001) are samples and should be set to an appropriate value for the client installation.

Operations By default, the DocumentExportBkg is defined to be started only on On-Request. The DocumentExportBkg can be configured to start when the application server starts and run continuously until stopped by a command request or an application server shutdown.
Recovery/restart The DocumentExportBkg can be set up to be auto restarted by the background process monitor in case of failure.