Installation guide
6
Completing the upgrade
and migration
To complete the migration, Clients need upgrading, and various other configurations must be
performed.
Configuring the Audit Record Repository database
connection
(Topic number: 32237)
1.
After installing or upgrading the database and adding an Audit Record Repository, you must update
certain entries in the database to ensure that auditing functions correctly.
To configure the Audit Record Repository database connection
1. On the IMPAX Database Server, open a command prompt or terminal window.
2.
Change to the C:\mvf\bin (AS300) or /usr/mvf/bin (AS3000, logged in as mvf user) directory.
3.
Type clui.
4. To check if the entry already exists in the database, type
select * from map_ini where ini_key='ARR_INSTALLED' and ini_section='MAP_EVENT'
5. If the entry exists, to update the entry, type
update map_ini set ini_value='T' where ini_key='ARR_INSTALLED' and
ini_section='MAP_EVENT'
or
If the key does not exist, to insert it, type
insert into map_ini (ini_section,ini_key,ini_value) values
('MAP_EVENT','ARR_INSTALLED','T')
AS300 Upgrade Guide—IMPAX 5.2 or 5.3 to IMPAX 6.5.3 51
Agfa Company Confidential—Subject to Non-Disclosure Obligation