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

Configuring the priority of cc object jobs

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

  1. Launch CLUI.

  2. 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.

  3. To refresh cached data, type

    flush_mem_caches

  4. To exit CLUI, type exit.


Required permissions


See also


Topic number: 118727

Applies to: IMPAX 6.5.1 Server Knowledge Base