Domino ODS conversion with program document

Yesterday I had to upgrade mail databases to the latest ODS without using DBMT ( which does this challenge per default ), because DBMT has not to be used in the customers environment. Don´t ask me, why…

To speed up the conversion and to be sure, that the database can be compacted “copy-style”, I created multiple text files (ods_conversion_1.txt, ods_conversion_2.txt, .. .) with the following entries:

drop mail\maildb1.nsf
lo compact mail\maildb1.nsf -ODS
drop mail\maildb2.nsf
lo compact mail\maildb2.nsf -ODS

Afterwards I created program documents to run multiple conversion tasks simultaneously:

 

With this way all databases have been converted to ODS 52 and it could be planned very easy.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s