About the Infor Framework TaskMan Service

Infor Framework TaskMan service, which is different from the Windows Task Manager, is a Windows service that:

  • Polls the application database
  • Executes SQL stored procedures
  • Launches applications
  • Processes and generates reports
  • Runs IDO methods

Polling the application database

TaskMan polls the application database to identify new tasks to run. TaskMan uses the polling interval defined on the Intranets form. On startup, TaskMan connects to the application database.

When a task that is waiting to be run is found, the task information is queried and the appropriate process is performed. This task information includes the executable file, type of task parameters, and user name.

Executing SQL stored procedures

For a SQL stored procedure, the TaskMan launches a database process thread. The database process then connects to the application database. It logs in as the user who submitted the task. The stored procedure is then executed using the process connection.

Launching applications

TaskMan launches a system process to execute any valid Windows application such as EDI (EDIImporter.EXE) and the Scheduler (AIM_BATS.EXE), which enables the application to carry out its processing. The application is executed under the user account used by the TaskMan service.