Installation guide

To ease the process, try the following:
Simple text editors such as Notepad or Wordpad do not handle large files very well. You will
get better results by using a dedicated Text or XML editor such as XMLpad or Ultraedit.
Use CLUI to parse the list. The following SQL commands can be run from CLUI to remove
duplicate wizards and to sort the wizards by name, making the list of wizards smaller and easier
to manage:
select distinct(macro_text) from mitra_finder_wizards order by macro_text
select macro_name, ':', count(*), ':', macro_text from mitra_finder_wizards group by
macro_text, macro_name order by macro_text, macro_name
You can save these queries to a file on the system, which can then be examined and sorted
using Microsoft Excel.
AS300 Preparing to Upgrade Guide—IMPAX 4.5, 5.2, 5.3,or WEB1000 to IMPAX 6.5.3 91
Agfa Company Confidential—Subject to Non-Disclosure Obligation