Running offline activities on databases with Domino V14

Last week I migrated a HCL Domino V11 server to V14 and tried to run the compact task to upgrade the databases to ODS55 but received the following error:HCL Notes: error 0x1F3After some investigations and a very helpful hint of the HCL Support I could modify my existing script because due to the structural change in HCL Domino V14 the NOTES.INI now is located in the Domino\Data directory and so you have to run an offline compact this way: – Stop the HCL Domino Server – Change to the Domino\Data directory – [dominoprogramdirectory]\ncompact.exe -ODS -# 4
This is a companion discussion topic for the original entry at https://brandlrainer.info/2024/02/19/running-offline-activities-on-databases-with-domino-v14/