Configuring Entitlement Tracking in Domino 12  

By Dmytro Pastovenskyi | 11/3/23 2:31 AM | Infrastructure - Notes / Domino | Added by Roberto Boccadoro

In the realm of HCL Domino Server 12.0, the feature of "Entitlement Tracking" has become a vital component for organizations. While comprehensive information regarding Entitlement Tracking is available through HCL, I needed to know some practical management aspects, such as disabling the feature and adjusting intervals etc.

JSON Reader in LotusScript  

By Dmytro Pastovenskyi | 9/25/19 7:30 AM | Infrastructure - Notes / Domino | Added by John Oldenburger

For those who are still running Domino v9 (or below) here is a LotusScript library that can parse JSON into something useful. I implemented it some time ago and since that time almost had no issues with it. Since many customers that did not migrate to v10 (and probably won't do that in near future) it could be very useful to them.

Create Excel files with LotusScript without Excel installed  

By Dmytro Pastovenskyi | 9/24/19 7:27 AM | Infrastructure - Notes / Domino | Added by John Oldenburger

One of my customer asked me to find a solution to create Excel files using LotusScript on server without Excel on it (well who wants to do install Excel and other tools on Server). Took some time but I have made a proof of concept using Apache POI and it worked very very nice.

DSAPI for Domino  

By Dmytro Pastovenskyi | 1/5/16 2:11 AM | Infrastructure - Notes / Domino | Added by John Oldenburger

This post is about to make short summary about DSAPI filter. The Domino Web Server Application Programming Interface (DSAPI) is a C API that lets you write your own extensions to the Domino Web Server. DSAPI extensions, or filters, are notified whenever a particular event occurs during the processing of a request.