IMPAX 6.5.1 Server Knowledge Base home > Configuring IMPAX Server with Administration Tools > Configuring support for multiple IMPAX clusters
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
Log into the Database Server.
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'
To refresh cached data, type
flush_mem_caches
To exit CLUI, type exit.
See also
Configuring an IMPAX spoke for Change Context (cc) object synchronization
Configuring the priority of cc object jobs
Verifying that IMPAX cc object synchronization is correctly configured
Topic number: 68215 Applies to: IMPAX 6.5.1 Server Knowledge Base |