The databases used in the original of this, i.e. 1100.db, are Sun (Solaris) databases. I transferred all databases to a Sun and used db_dump to create CSV files. Then I transferred them all back to Linux and used db_load from the CSV files. You must keep the names of all databases consistent with the original names because one of the PERL scripts, meta.pl I think (going on memory here) checks the value of the router O.S in the config file and compares for a like database file. The database files are nothing more than the *.rpt files found in Site Manager's lib folder I believe. Make sure you have all required *.pm's in PERL's @INC, or use perl -I /path to *.pm's to run things. It produces an ASCII report file just like Site Manager does. Good luck!!