IMPAX 6.5.1 Server Knowledge Base home > Configuring IMPAX Server with Administration Tools > Configuring support for multiple IMPAX clusters
Change Context (cc) objects are a mechanism for managing attribute (such as patient name) or structural (such as split or merge) changes made to a study at an IMPAX spoke after it has been archived at Data Center.
The CC_JOB_PRIORITY setting determines the priority given to SEND and STORE jobs that are created when propagating cc object changes. The default value is HIGH and is inserted if a map_ini entry does not yet exist. This default priority can be changed according to the needs of a site.
To configure the priority of cc object jobs
To change the priority, type
UPDATE map_ini SET ini_value='ini_value' WHERE ini_section="GENERAL" AND ini_key="CC_JOB_PRIORITY"
or
To add a new priority setting, type
INSERT INTO map_ini (ini_section, ini_key, ini_value) VALUES ('GENERAL', 'CC_JOB_PRIORITY','ini_value')
where ini_value is either LOW, NORMAL or HIGH.
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
Disabling support for cc conflict jobs
Verifying that IMPAX cc object synchronization is correctly configured
Topic number: 118727 Applies to: IMPAX 6.5.1 Server Knowledge Base |