Jobnet execution results (Jobnet monitor information) are stored in the following tables in the system database.
・ imjob_monitor (Manages Jobnet execution status and execution results.)
・ imjob_monitor_parameter (Manage parameter information on the monitor.)
・ imjob_monitor_task (Manages detailed task information for each job on the monitor.)
[Important point]
・ Basically, please do not update the above table with SQL or the like.
It might not work properly due to inconsistency etc.
・ In the updated version of intra-mart Accel Platform 2014 Winter or later, the table created in the above system database cannot be referenced by TableMaintenance or ViewCreator according to the specification.
[Reference]
Jobnet monitor information can be obtained with the following API.
■im-BizAPI for script development
JobSchedulerManager object
http://www.intra-mart.jp/apidoc/iap/apilist-ssjs/doc/platform/JobSchedulerManager/index.html
// Acquisition of JobSchedulerManager
var manager = new JobSchedulerManager();
■im-BizAPI for JavaEE development
JobSchedulerManager class
https://api.intra-mart.jp/iap/javadoc/all-dev_apidocs/jp/co/intra_mart/foundation/job_scheduler/JobSchedulerManager.html
// Acquisition of JobSchedulerManager
JobSchedulerManager manager = JobSchedulerManagerFactory.getJobSchedulerManager();
-- Target ---------------------------------------------------------------------
iAP/Accel Platform/All Updates
-------------------------------------------------------------------------------
FAQID:1261