IMPAX 6.5.1 Server Knowledge Base home > Network Gateway home
The MVF-SCP is set to automatically retry HIS verification for all studies that fail, regardless of the reason (for example, due to network errors). If required, you can configure the number and frequency of the retries. If no connection to the HIS exists when retrying one study, the other studies are skipped at that time. After the maximum number of retries is reached, the study must be manually fixed via the Administration Tools.
To set up automatic HIS verification retries
To check the number of automatic HIS verification retries, type
select * from map_ini where ini_section = 'MVF_SCP' and ini_key = 'HIS_VERIFY_MAX_ATTEMPTS'
To update the value for the number of retries, type
update map_ini set ini_value = 'x' where ini_section = 'MVF_SCP' and ini_key = 'HIS_VERIFY_MAX_ATTEMPTS'
where x is the number of times to retry HIS verification. The default is set to 5 times. To disable automatic HIS verification retries, set the ini_value to 0.
To check the frequency of the automatic HIS verification retries, type
select * from map_ini where ini_section = 'MVF_SCP' and ini_key = 'HIS_VERIFY_CHECK_INTERVAL'
To update the frequency value, type
update map_ini set ini_value = 'x' where ini_section = 'MVF_SCP' and ini_key = 'HIS_VERIFY_CHECK_INTERVAL'
where x is how often to attempt HIS verification in seconds. The default is set to 900 seconds (15 minutes).
Restart all mvf-scp processes.
See also
Verifying incoming studies against the HIS
Topic number: 9102 Applies to: IMPAX 6.5.1 Server Knowledge Base |