IMPAX 6.5.1 Server Knowledge Base home > Configuring IMPAX Server with Administration Tools > Configuring support for multiple IMPAX clusters

Disabling support for cc conflict jobs

Issues can arise due to the creation of cc conflict jobs (related to the processing of Change Context or cc objects). To prevent these issues, you must disable support for these jobs. (As of IMPAX 6.5, this support is disabled by default.)

To disable support for cc conflict jobs

  1. Log into the Database Server.

  2. Launch CLUI.

  3. To change the setting for the creation of cc conflict jobs, type

    UPDATE mvf_ts_config SET execution_time = 'NEVER' WHERE module_name = 'CREATE_CC_CONFLICT_JOB'

  4. To refresh cached data, type

    flush_mem_caches

  5. To exit CLUI, type exit.


See also


Topic number: 68215

Applies to: IMPAX 6.5.1 Server Knowledge Base