What is the MSCM synch scheduler?
The MSCM Synch Scheduler is run by the MSCM9_TASK table which is created in the MSCM schema by the installschedulertableprefix script. The table is populated when the MSCM Enterprise Application in WebSphere is started. Below are additional details for the MSCM9_TASK table:
Name | The name of the sync scheduler |
Row_Version | The number of times scheduler has completed since MSCM restarted in WebSphere |
Tasksuspended | 0 = scheduler is idle; 2 = scheduler running (Scheduler is running and currently processing or Scheduler is running but is waiting for other scheduler with the same thread to complete) |
Nextfiretime | The time of next run, in milliseconds since Jan 01, 1970; use database date functions to convert |