FAQ
Frequently Asked Questions
- The code is written entirely in Java to run on all platforms and processor architecture supported by HCL Domino.
- Once loaded, the add-in stays in the background waiting for server console commands.
- Only published HCL Domino object Java APIs are used.
- The open source JAddin Framework is used to interface between the HCL Domino Server and the DSAK Java class.
- Make sure you have typed the Load RunJava command with correct upper-/lowercase characters. All Java class names are case-sensitive (see Installation and Usage).
- DSAK first issues a Drop {database} command to try to free any database file locks from other server tasks.
- DSAK will check the database name against a list of database names, which will not be processed. This list is identical to the documented system database list of the DBMT command (https://help.hcltechsw.com/domino/12.0.2/admin/admn_maintaining_user_mail_files_using_the_dbmt_tool_t.html?hl=dbmt)
- DSAK checks the availability of a newer version during startup and writes a message to the server console if a new version is ready to download. This check is done with a standard HTTPS request to https://dsak.k43.ch (port 443).
Last modified 5d ago