<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">

	<channel>
		<title>Collaboration Today - Recent</title>
		<description>News about IBM Collaboration Solutions</description>
		<link>http://collaborationtoday.info</link>
		<atom:link rel="self" type="application/rss+xml" href="http://collaborationtoday.info?format=rss&amp;count=50" />
		<lastBuildDate>Tue, 10 Mar 2026 05:22:29 -0500</lastBuildDate>
		<image>
			<url>http://collaborationtoday.info/favicon.png</url>
			<title>Collaboration Today - Recent</title>
			<link>http://collaborationtoday.info</link>
			<width>32</width>
			<height>32</height>
			<description>News about IBM Collaboration Solutions</description>
		</image>
		<item>
			<title>New HCL whitepaper on Sametime chat server on Windows</title>
			<link>https://www.robertoboccadoro.com/2026/03/10/new-hcl-whitepaper-on-sametime-chat-server-on-windows/</link>
			<guid>https://www.robertoboccadoro.com/2026/03/10/new-hcl-whitepaper-on-sametime-chat-server-on-windows/</guid>
			<pubDate>Tue, 10 Mar 2026 05:21:53 -0500</pubDate>
			<dc:creator>Roberto Boccadoro</dc:creator>
			<content:encoded>
				<![CDATA[HCL has just published a whitepaper that explains how to install Sametime 12.0.3 on Windows step-by-step, run it on the same computer as an existing Domino server, and customize the user interface.]]>
			</content:encoded>
		</item>

		<item>
			<title>Updating your HCL Leap – Mind the Content Security Policy </title>
			<link>https://blog.martdj.nl/2026/03/09/updating-your-hcl-leap-mind-the-content-security-policy/</link>
			<guid>https://blog.martdj.nl/2026/03/09/updating-your-hcl-leap-mind-the-content-security-policy/</guid>
			<pubDate>Tue, 10 Mar 2026 05:20:42 -0500</pubDate>
			<dc:creator>Martijn de Jong</dc:creator>
			<content:encoded>
				<![CDATA[We installed HCL Leap in 2024 as a replacement for the old community surveys. At that time, version 9.3.6 was the supported release. Later updates of HCL Connections gradually added support for newer Leap versions:

    Connections 8.0 CR9 → Leap 9.3.8
    Connections 8.0 CR12 → Leap 9.3.10
    Connections 8.0 CR14 (expected) → Leap 9.3.12

Since our installation worked fine, we initially saw no reason to upgrade. That changed about six months ago when we encountered a user-identity issue.]]>
			</content:encoded>
		</item>

		<item>
			<title>Check db2 HADR status with multiple instances</title>
			<link>https://blog.ramsit.com/check-db2-hadr-status-with-multiple-instances/</link>
			<guid>https://blog.ramsit.com/check-db2-hadr-status-with-multiple-instances/</guid>
			<pubDate>Mon, 9 Mar 2026 05:41:21 -0500</pubDate>
			<dc:creator>Wannes Rams</dc:creator>
			<content:encoded>
				<![CDATA[Check db2 HADR status with multiple instances


Those of you that have to deal with multiple db2 instances on 1 machine know that it is annoying to get a quick overview of the HADR status in 1 go. You need to switch accounts, run the commands, etc...

I created a script you can run as root that will give you an overview, I added some color coding for convenience as well]]>
			</content:encoded>
		</item>

		<item>
			<title>Howto deploy default Public Groups to (new) Sametime V12 users’ contactlist?</title>
			<link>https://www.angioni.nl/2026/03/02/howto-deploy-default-public-groups-to-new-sametime-v12-users-contactlist/</link>
			<guid>https://www.angioni.nl/2026/03/02/howto-deploy-default-public-groups-to-new-sametime-v12-users-contactlist/</guid>
			<pubDate>Thu, 5 Mar 2026 05:59:03 -0600</pubDate>
			<dc:creator>Remco Angioni</dc:creator>
			<content:encoded>
				<![CDATA[We need to have a procedure to give new users in the company a default set of Sametime groups to start chatting with their colleagues. Because the contactlist is still in the OLD binay:data:base64 format, you cannot simply add users' groups/contacts in a mongo-collection-way. You have to build the contactlist and decode it in BASE64 format. But there is also another way to do it. 
]]>
			</content:encoded>
		</item>

		<item>
			<title>Block Web Access to Code/Java Source Files</title>
			<link>https://frostillic.us/blog/posts/2026/2/19/block-web-access-to-code-java-source-files</link>
			<guid>https://frostillic.us/blog/posts/2026/2/19/block-web-access-to-code-java-source-files</guid>
			<pubDate>Thu, 19 Feb 2026 09:57:23 -0600</pubDate>
			<dc:creator>Jesse Gallagher</dc:creator>
			<content:encoded>
				<![CDATA[Last year, while developing Jakarta Modules, I realized that there's a path to accessing Java source files by path in normal NSF apps. This ended up being tracked as a Defect Article, but has unfortunately since been deferred to an unspecified future time. I think it's worth fixing before such a time, though, so I set about doing that.]]>
			</content:encoded>
		</item>

		<item>
			<title>More Dealing With The TinyMCE Switch</title>
			<link>https://frostillic.us/blog/posts/2026/2/17/more-dealing-with-the-tinymce-switch</link>
			<guid>https://frostillic.us/blog/posts/2026/2/17/more-dealing-with-the-tinymce-switch</guid>
			<pubDate>Tue, 17 Feb 2026 10:55:03 -0600</pubDate>
			<dc:creator>Jesse Gallagher</dc:creator>
			<content:encoded>
				<![CDATA[Earlier in the month, I wrote about some of my preliminary experiences dealing with the fallout of the switch from CKEditor to TinyMCE in Domino 14.5. In that post, I talked about some of the ways to deal with covering both, but I only casually mentioned one of the severe limitations in the TinyMCE Dijit implementation.

I wanted a way to configure this in a way that is reasonably global and reasonably light-touch, ideally in a way that would leave older customizations working on pre-14.5 servers. I've come up with a tack that I'm mostly happy with, though it still has some limitations.]]>
			</content:encoded>
		</item>

		<item>
			<title>Splitting the CKEditor/TinyMCE Difference in XPages on Domino 14.5</title>
			<link>https://frostillic.us/blog/posts/2026/2/4/splitting-the-ckeditor-tinymce-difference-in-xpages-on-domino-14-5</link>
			<guid>https://frostillic.us/blog/posts/2026/2/4/splitting-the-ckeditor-tinymce-difference-in-xpages-on-domino-14-5</guid>
			<pubDate>Thu, 5 Feb 2026 04:16:41 -0600</pubDate>
			<dc:creator>Jesse Gallagher</dc:creator>
			<content:encoded>
				<![CDATA[At the top of the update notes for Designer 14.5 is this bit:
Ckeditor 4 for Designer/Xpages has been replaced with TinyMCE 6.7. For more information on TinyMCE, see TinyMCE 6 Documentation

My guess is the reason for this change is that CKEditor 4 hit end-of-life in June 2023 and CKEditor 5 dropped the option to license as MPL, meaning the only way to use it in Domino would be to pay for a presumably-onerous enterprise license†. Fair enough.

However, you may notice that the documentation for this change is a little... thin. Specifically, the sentence above is the documentation. Considering that customizing CKEditor has been a popular and long-documented feature of XPages, it's possible you're sitting on some code that used to customize CKEditor to your needs but does not work in 14.5. Since CKEditor no longer ships with Domino, there's no opt-in switch, so we have to deal with it.

Well, I don't have all the answers for how to do this properly, but I did recently have a need to at least start digging into it, so I figured I'd share a preliminary tack to start making cross-version-compatible code.]]>
			</content:encoded>
		</item>

		<item>
			<title>Quick Tip: Stable ndext Classpaths In Designer 14+</title>
			<link>https://frostillic.us/blog/posts/2026/2/4/quick-tip-stable-ndext-classpaths-in-designer-14-</link>
			<guid>https://frostillic.us/blog/posts/2026/2/4/quick-tip-stable-ndext-classpaths-in-designer-14-</guid>
			<pubDate>Wed, 4 Feb 2026 11:13:18 -0600</pubDate>
			<dc:creator>Jesse Gallagher</dc:creator>
			<content:encoded>
				<![CDATA[When Notes 14 FP2 came out, I made a blog post detailing a change that HCL made to the JRE classpaths that Designer uses for compilation. Specifically, since jvm/lib/ext is not present in newer Java versions, people had found that they manually had to add JARs from ndext to the JRE to get the same sort of "local JAR" behavior from previous versions. HCL "fixed" this by making it so that Designer adds all of the JARs in ndext to the compiling JRE, which sort of fixed the problem. It had the unfortunate side effect, though, of adding the various contaminants present in the Notes JVM to the classpath, particularly Poi and (in that post's case) the ancient Servlet spec.]]>
			</content:encoded>
		</item>

		<item>
			<title>VSCode launch settings for DominoJNX and HCL Notes 14.5</title>
			<link>https://wissel.net/blog/2026/02/vscode-launch-settings-for-dominojnx-and-hcl-notes.html</link>
			<guid>https://wissel.net/blog/2026/02/vscode-launch-settings-for-dominojnx-and-hcl-notes.html</guid>
			<pubDate>Wed, 4 Feb 2026 11:12:10 -0600</pubDate>
			<dc:creator>Stephan Wissel</dc:creator>
			<content:encoded>
				<![CDATA[I'm not the only one who doesn't like Windows, which is a problem when you depend on Domino Designer. Luckily there is Java and DominoJNX. A decade ago I would use Eclipse on an Intel Mac (and Java8). Much has changed. Java is now 21, the Mac is based on Arm and my primary IDE is VSCode. Here is my setup.
]]>
			</content:encoded>
		</item>

		<item>
			<title>New Release: XPages Jakarta EE 3.6.0</title>
			<link>https://frostillic.us/blog/posts/2026/1/17/new-release-xpages-jakarta-ee-3-6-0</link>
			<guid>https://frostillic.us/blog/posts/2026/1/17/new-release-xpages-jakarta-ee-3-6-0</guid>
			<pubDate>Mon, 19 Jan 2026 08:39:48 -0600</pubDate>
			<dc:creator>Jesse Gallagher</dc:creator>
			<content:encoded>
				<![CDATA[Earlier today, I released version 3.6.0 of the XPages JEE project, which has a number of handy improvements.]]>
			</content:encoded>
		</item>

		<item>
			<title>Domino IQ and external AI LLM – lesson learned </title>
			<link>https://brandlrainer.info/2026/01/14/domino-iq-and-external-ai-llm-lesson-learned/</link>
			<guid>https://brandlrainer.info/2026/01/14/domino-iq-and-external-ai-llm-lesson-learned/</guid>
			<pubDate>Thu, 15 Jan 2026 08:44:36 -0600</pubDate>
			<dc:creator>Rainer Brandl</dc:creator>
			<content:encoded>
				<![CDATA[Yesterday I configured an existing Domino IQ environment to use an already existing Open AI environment from the customer running on Azure. During that I was a little bit surprised because I could not see any information in the Domino Console about the external AI LLM when running a "sh ta".
]]>
			</content:encoded>
		</item>

		<item>
			<title>Testing v14.5 – XPages Log File Reader</title>
			<link>https://quintessens.wordpress.com/2026/01/13/testing-v14-5-xpages-log-file-reader/</link>
			<guid>https://quintessens.wordpress.com/2026/01/13/testing-v14-5-xpages-log-file-reader/</guid>
			<pubDate>Wed, 14 Jan 2026 03:20:22 -0600</pubDate>
			<dc:creator>Patrick Kwinten</dc:creator>
			<content:encoded>
				<![CDATA[With the relocation of the directory where the JAR files are installed on v14.5 I noticed that the XPages Log File Reader was not capable of reading the content of the ndext folder. I posted code on the project page as a feature suggestion, but if you want to have Log File Reader on multiple versions of Domino adjust de ExtBean.java a little bit as follows:]]>
			</content:encoded>
		</item>

		<item>
			<title>HCL Sametime Chat on Windows - Metrics Deployment</title>
			<link>https://milan.matejic.at/posts/hcl-sametime-chat-on-windows-metrics-deployment/</link>
			<guid>https://milan.matejic.at/posts/hcl-sametime-chat-on-windows-metrics-deployment/</guid>
			<pubDate>Sat, 27 Dec 2025 07:31:34 -0600</pubDate>
			<dc:creator>Milan Matejic</dc:creator>
			<content:encoded>
				<![CDATA[A step-by-step guide on enabling Metrics for HCL Sametime Chat on Windows.

It’s always good to monitor the usage of any service you deploy. HCL Sametime offers a predefined Grafana Dashboard which helps you gain valuable insights, such as the number of logins and chats at any given time. To enable metrics on HCL Sametime Chat for Windows, there are a few mandatory steps to complete, which I will outline below.]]>
			</content:encoded>
		</item>

		<item>
			<title>Create LTPA keys in Windows</title>
			<link>https://www.robertoboccadoro.com/2025/11/18/create-ltpa-keys-in-windows/</link>
			<guid>https://www.robertoboccadoro.com/2025/11/18/create-ltpa-keys-in-windows/</guid>
			<pubDate>Wed, 19 Nov 2025 05:01:38 -0600</pubDate>
			<dc:creator>Roberto Boccadoro</dc:creator>
			<content:encoded>
				<![CDATA[Sametime 12.0.3 chat server is available on Windows. You may want to have SSO, for example with Domino to have awareness status in email.

You then need a LTPA key, which is very easy to create if you use Docker as referenced in the documentation here https://help.hcl-software.com/sametime/v1203/admin/ltpa_generate_key.html

But what if you don’t use Docker? You need a way to generate a LTPA key in Windows. I found out that is not hard as it may seem and in this post I will explain how to do this.]]>
			</content:encoded>
		</item>

		<item>
			<title>Log Filter v3 now available on OpenNTF</title>
			<link>https://quintessens.wordpress.com/2025/11/18/log-filter-v3-now-available-on-openntf/</link>
			<guid>https://quintessens.wordpress.com/2025/11/18/log-filter-v3-now-available-on-openntf/</guid>
			<pubDate>Tue, 18 Nov 2025 05:00:54 -0600</pubDate>
			<dc:creator>Patrick Kwinten</dc:creator>
			<content:encoded>
				<![CDATA[I have posted a new code-drop of Log Filter on OpenNTF. This code-drop contains all the code (and design design elements) that you need to copy into an instance of the log template provided by HCL. Besides general improvements and bug fixes I added support to use wild-cards in filter queries. You can setup categories,…]]>
			</content:encoded>
		</item>

		<item>
			<title>HCL Sametime 12.0.x non-containerized on Windows – Step by Step Installation Guide</title>
			<link>https://alichtenberg.cz/hcl-sametime-12-0-x-non-containerized-on-windows-step-by-step-installation-guide/</link>
			<guid>https://alichtenberg.cz/hcl-sametime-12-0-x-non-containerized-on-windows-step-by-step-installation-guide/</guid>
			<pubDate>Fri, 14 Nov 2025 03:00:00 -0600</pubDate>
			<dc:creator>Ales Lichtenberg</dc:creator>
			<content:encoded>
				<![CDATA[I have created the first version of a detailed installation guide for HCL Sametime 12.0.x for Windows without using containers. This is a guide to basic installation and configuration so that you can easily and quickly start testing Sametime.]]>
			</content:encoded>
		</item>

		<item>
			<title>HTMX + HCL Domino XPages Part 5: Client Side Sorting for View/Table</title>
			<link>https://heikos-blog.ghost.io/htmx-hcl-domino-xpages-part-5-client-side-sorting-for-view-table/</link>
			<guid>https://heikos-blog.ghost.io/htmx-hcl-domino-xpages-part-5-client-side-sorting-for-view-table/</guid>
			<pubDate>Thu, 13 Nov 2025 08:22:22 -0600</pubDate>
			<dc:creator>Heiko Voigt</dc:creator>
			<content:encoded>
				<![CDATA[In Part 4, we implemented the GET Request to read data from a HCL Domino View and display it as table in the browser. In this part, I want to quickly add sorting to the table, in our case a quick client side function based on JavaScript. ]]>
			</content:encoded>
		</item>

		<item>
			<title>HTMX+HCL Domino Part4: accessing Domino Data</title>
			<link>https://heikos-blog.ghost.io/htmx-hcl-domino-part4-accessing-domino-data/</link>
			<guid>https://heikos-blog.ghost.io/htmx-hcl-domino-part4-accessing-domino-data/</guid>
			<pubDate>Thu, 13 Nov 2025 08:21:35 -0600</pubDate>
			<dc:creator>Heiko Voigt</dc:creator>
			<content:encoded>
				<![CDATA[So after the first baby steps using HTMX in Xpages and classic elements, we will go forward by starting to access Domino data from HTMX. We will start with a common use case - display the data from a View and add features like sorting to the view.]]>
			</content:encoded>
		</item>

		<item>
			<title>Quick LLM Access via 4 Lines of Code </title>
			<link>https://www.xpagedeveloper.com/2025/quick-llm-access-via-4-lines-of-code</link>
			<guid>https://www.xpagedeveloper.com/2025/quick-llm-access-via-4-lines-of-code</guid>
			<pubDate>Thu, 13 Nov 2025 08:20:21 -0600</pubDate>
			<dc:creator>Fredrik Norling</dc:creator>
			<content:encoded>
				<![CDATA[4 lines of code to call a LLM, with zero maintenance in the future with DominoIQ.
Can you find any devtool that make it simpler to use LLM:s like OpenAI, Claude, Llama, Mistral code setup?]]>
			</content:encoded>
		</item>

		<item>
			<title>Redirects in HCL Connections: Using HCEC, Customizer, and JavaScript</title>
			<link>https://milan.matejic.at/posts/hcl-connections-hcec-redirects/</link>
			<guid>https://milan.matejic.at/posts/hcl-connections-hcec-redirects/</guid>
			<pubDate>Fri, 7 Nov 2025 06:55:24 -0600</pubDate>
			<dc:creator>Milan Matejic</dc:creator>
			<content:encoded>
				<![CDATA[We have recently faced the following challenge, our goal was simple:

Users in a specific LDAP organization should see a specific HCEC homepage.
All other users should be redirected to the global “My Communities” page.
]]>
			</content:encoded>
		</item>

		<item>
			<title>File management in XPages</title>
			<link>https://quintessens.wordpress.com/2025/11/04/file-management-in-xpages/</link>
			<guid>https://quintessens.wordpress.com/2025/11/04/file-management-in-xpages/</guid>
			<pubDate>Wed, 5 Nov 2025 04:05:31 -0600</pubDate>
			<dc:creator>Patrick Kwinten</dc:creator>
			<content:encoded>
				<![CDATA[As part of our IT security activities "file-management" passed me by. With file-management the focus was on the control over files that are being uploaded. There are different levels of control you can implement. Probably the easiest but also the worst control you can apply is the control on file extension.
If you want to go a level deeper you want to check the content type of a file. For this you need third party libraries.
Apache Tika goes much further but it supports to scan a file for it’s meta-data and has a wide support for a large scale of different types of files.
]]>
			</content:encoded>
		</item>

		<item>
			<title>Adding Java Flight Recorder Reports To Domino-Container-Run Tests</title>
			<link>https://frostillic.us/blog/posts/2025/11/3/adding-java-flight-recorder-reports-to-domino-container-run-tests</link>
			<guid>https://frostillic.us/blog/posts/2025/11/3/adding-java-flight-recorder-reports-to-domino-container-run-tests</guid>
			<pubDate>Tue, 4 Nov 2025 09:02:54 -0600</pubDate>
			<dc:creator>Jesse Gallagher</dc:creator>
			<content:encoded>
				<![CDATA[About a year and a half ago, I wrote a post talking about adding JaCoCo code coverage to the integration-test suite of the XPages JEE project.

Today, I happened to notice that, though unheralded, Domino 14.5 FP1 bumped the JVM from Semeru 21.0.6 to 21.0.8. Normally, these little patch-level bumps are pretty irrelevant, but this one was a big deal: Java Flight Recorder support came to Semeru 21 in 21.0.7, so now we have it.]]>
			</content:encoded>
		</item>

		<item>
			<title>Domino server V14.x upgrade or update failed with error – unexpected operator on Ubuntu OS</title>
			<link>https://www.angioni.nl/2025/10/10/domino-server-v14-x-upgrade-or-update-failed-with-error-unexpected-operator-on-ubuntu-os/</link>
			<guid>https://www.angioni.nl/2025/10/10/domino-server-v14-x-upgrade-or-update-failed-with-error-unexpected-operator-on-ubuntu-os/</guid>
			<pubDate>Fri, 10 Oct 2025 05:11:58 -0500</pubDate>
			<dc:creator>Remco Angioni</dc:creator>
			<content:encoded>
				<![CDATA[When starting the upgrade or update, you notice the following errors:

./install
grep: osystem: No such file or directory
./install: 199: [: !=: exexpected operator
./install: 44: [: /local/install/fp1/linux64/tools/-E: unexpected operator
./install: 51: [: /local/install/fp1/linux64/tools/-e: unexpected operator
./install: 57: [: /local/install/fp1/linux64/tools/-e: unexpected operator

The Domino install script uses #!/bin/sh for the shell. Ubuntu uses bash.]]>
			</content:encoded>
		</item>

		<item>
			<title>Running HCL Notes/Admin/Designer seamless on Linux using WinBoat</title>
			<link>https://heikos-blog.ghost.io/running-hcl-notes-admin-designer-seamless-on-linux-using-winboat/</link>
			<guid>https://heikos-blog.ghost.io/running-hcl-notes-admin-designer-seamless-on-linux-using-winboat/</guid>
			<pubDate>Mon, 6 Oct 2025 05:12:03 -0500</pubDate>
			<dc:creator>Heiko Voigt</dc:creator>
			<content:encoded>
				<![CDATA[I have been searching for an easy-to-use solution to run HCL Notes/Admin/Designer on Linux for years. I am used to Parallels Desktop on the Mac and in search of something similar on Linux I seem to have found a solution using the OSS WinBoat
]]>
			</content:encoded>
		</item>

		<item>
			<title>HTMX and HCL Domino - Part 3: Classic Web Dev</title>
			<link>https://heikos-blog.ghost.io/htmx-and-hcl-domino-part-3-classic-web-dev/</link>
			<guid>https://heikos-blog.ghost.io/htmx-and-hcl-domino-part-3-classic-web-dev/</guid>
			<pubDate>Mon, 6 Oct 2025 05:09:45 -0500</pubDate>
			<dc:creator>Heiko Voigt</dc:creator>
			<content:encoded>
				<![CDATA[In the last part of this series, we implemented our "Hello World" Sample with HTMX talking to a Domino Servlet in an XPage. While this works fairly well, HTMX is not only for XPages Developers. If you're in the classic world of WebAgents, Pages and Forms, you can also benefit a lot from HTMX - maybe even more than in XPages.

To illustrate that, let's move the content of our sample XPage to a classic Page in Designer. This is only a quick sample to show the nature of this but it should give you a glimpse of what's possible.]]>
			</content:encoded>
		</item>

		<item>
			<title>HTMX &amp; HCL Domino - Part 2</title>
			<link>https://heikos-blog.ghost.io/htmx-hcl-domino-part-2/</link>
			<guid>https://heikos-blog.ghost.io/htmx-hcl-domino-part-2/</guid>
			<pubDate>Mon, 6 Oct 2025 05:08:41 -0500</pubDate>
			<dc:creator>Heiko Voigt</dc:creator>
			<content:encoded>
				<![CDATA[In this part, we will take a look at the basic app architecture of what we are going to build. We will then start to build our basic services on the server side to create a fist communication between HTMX and our back end.]]>
			</content:encoded>
		</item>

		<item>
			<title>HCL Domino Web Development with HTMX - part 1</title>
			<link>https://heikos-blog.ghost.io/new-series-hcl-domino-web-development-with-htmx/</link>
			<guid>https://heikos-blog.ghost.io/new-series-hcl-domino-web-development-with-htmx/</guid>
			<pubDate>Mon, 6 Oct 2025 05:07:06 -0500</pubDate>
			<dc:creator>Heiko Voigt</dc:creator>
			<content:encoded>
				<![CDATA[In this series, I would like to start by talking about what HTMX is and why it can be useful for HCL Domino Developers. I will then start to dive into using it in XPages but the cool thing is, that we can make use of this also in the "classic" Domino Web Development areas with pages, forms, etc. what I call "cuneiform inscription" but hey, whatever works for you.]]>
			</content:encoded>
		</item>

		<item>
			<title>Problem after upgrading to HCL Domino V14.5 with ID Vault</title>
			<link>https://brandlrainer.info/2025/09/01/problem-after-upgrading-to-hcl-domino-v14-5-with-id-vault/</link>
			<guid>https://brandlrainer.info/2025/09/01/problem-after-upgrading-to-hcl-domino-v14-5-with-id-vault/</guid>
			<pubDate>Mon, 8 Sep 2025 10:45:50 -0500</pubDate>
			<dc:creator>Rainer Brandl</dc:creator>
			<content:encoded>
				<![CDATA[There´s a "bug" in the V14.5 with the option to authentication against the ID Vault because of the stronger default algorithm used by V14.5. The problem is described in an official KB article of HCL:https://support.hcl-software.com/csm?id=kb_article&sysparm_article=KB0122915If you're in maintenance, you can create a case at HCL Support and will receive a fix for this issue.
]]>
			</content:encoded>
		</item>

		<item>
			<title>Better - But Fiddlier - Conversion of DateTime Objects</title>
			<link>https://frostillic.us/blog/posts/2025/9/3/better-but-fiddlier-conversion-of-datetime-objects</link>
			<guid>https://frostillic.us/blog/posts/2025/9/3/better-but-fiddlier-conversion-of-datetime-objects</guid>
			<pubDate>Mon, 8 Sep 2025 10:43:19 -0500</pubDate>
			<dc:creator>Jesse Gallagher</dc:creator>
			<content:encoded>
				<![CDATA[fAmong the many classes in the lotus.domino API, DateTime has always been particularly cursed. Not quite as cursed as its brother DateRange, which has never been - and still is not - readable from views and is only barely reconstructable in documents, but still rather cursed.]]>
			</content:encoded>
		</item>

		<item>
			<title>Quick Tip: Windows Auto Login</title>
			<link>https://oliverbusse.notesx.net/hp.nsf/blogpost.xsp?documentId=2552</link>
			<guid>https://oliverbusse.notesx.net/hp.nsf/blogpost.xsp?documentId=2552</guid>
			<pubDate>Mon, 8 Sep 2025 10:41:43 -0500</pubDate>
			<dc:creator>Oliver Busse</dc:creator>
			<content:encoded>
				<![CDATA[I am not posting a lot about tweaking Windows, so please appreciate this one :-)

When I have to use Windows I only use it in a VM on my Mac with Parallels Desktop. These machines are just tools to develop with HCL software, so security is something I care less in this setting. I wondered if it's possible to login automatically to the Windows VM - and actually it is.]]>
			</content:encoded>
		</item>

		<item>
			<title>HCL Nomad and TLS via CertMgr task</title>
			<link>https://www.dalsgaard-data.dk/hcl-nomad-and-tls-via-certmgr-task</link>
			<guid>https://www.dalsgaard-data.dk/hcl-nomad-and-tls-via-certmgr-task</guid>
			<pubDate>Mon, 8 Sep 2025 10:36:41 -0500</pubDate>
			<dc:creator>John Dalsgaard</dc:creator>
			<content:encoded>
				<![CDATA[So I had this idea to test out Nomad Web on a brand-new v.14.5 Domino server as an alternative to the normal Notes client - but it had to fit into the "normal" way I give access to our servers...]]>
			</content:encoded>
		</item>

		<item>
			<title>Invitation: Let’sConnect 21 and 23 October 2025 – Let's Connect</title>
			<link>https://m.letsconnect.world/invitation-letsconnect-2123-october-2025/</link>
			<guid>https://m.letsconnect.world/invitation-letsconnect-2123-october-2025/</guid>
			<pubDate>Wed, 13 Aug 2025 09:09:17 -0500</pubDate>
			<dc:creator>Wannes Rams</dc:creator>
			<content:encoded>
				<![CDATA[This is your invitation to join Let’sConnect User Group events in October!

We know that you are like us. We can’t wait to once again connect with the community and meet with HCLSoftware, customers, and partners face-to-face and continue to broaden your network, learn, and share.]]>
			</content:encoded>
		</item>

		<item>
			<title>A New version: OpenNTF generate-domino-update-site Project - LotusNotus Blog</title>
			<link>https://lotusnotus.com/2025/07/new-version-openntf-generate-domino-update-site-project/</link>
			<guid>https://lotusnotus.com/2025/07/new-version-openntf-generate-domino-update-site-project/</guid>
			<pubDate>Fri, 18 Jul 2025 11:22:36 -0500</pubDate>
			<dc:creator>Serdar Basegmez</dc:creator>
			<content:encoded>
				<![CDATA[New features and improvements in the OpenNTF generate-domino-update-site Maven project, including Docker and DOTS support.]]>
			</content:encoded>
		</item>

		<item>
			<title>Removing security-auditlog indexes from your OpenSearch cluster</title>
			<link>https://blog.martdj.nl/2025/07/17/removing-security-auditlog-indexes-from-your-opensearch-cluster/</link>
			<guid>https://blog.martdj.nl/2025/07/17/removing-security-auditlog-indexes-from-your-opensearch-cluster/</guid>
			<pubDate>Fri, 18 Jul 2025 01:21:01 -0500</pubDate>
			<dc:creator>Martijn de Jong</dc:creator>
			<content:encoded>
				<![CDATA[After my previous article on Querying the OpenSearch index, a colleague and I used the script to take a good look at the OpenSearch index in our environment. That environment, is a large Connections installation (45K users) in the Netherlands. We found two disturbing facts:

    The cluster status was yellow, due to the QuickResults index not having a replica of all its shards
    There was a huge amount of secruity-auditlog indexes, one per day. There were as many as the days passed since our migration to Connections 8

It turns out these two issues were closely related.]]>
			</content:encoded>
		</item>

		<item>
			<title>Connecting Domino IQ to External LLM Providers</title>
			<link>https://lotusnotus.com/2025/07/connecting-domino-iq-external-llm-providers/</link>
			<guid>https://lotusnotus.com/2025/07/connecting-domino-iq-external-llm-providers/</guid>
			<pubDate>Wed, 2 Jul 2025 16:37:45 -0500</pubDate>
			<dc:creator>Serdar Basegmez</dc:creator>
			<content:encoded>
				<![CDATA[Step-by-step guide to connect Domino IQ with Ollama or OpenAI in Domino 14.5, including setup, config tips, and troubleshooting.
]]>
			</content:encoded>
		</item>

		<item>
			<title>HCL Domino 14.5, Fix your iNotes Redirector for Verse</title>
			<link>https://blog.vanessabrooks.com/2025/06/domino-145-fix-your-inotes-redirector.html</link>
			<guid>https://blog.vanessabrooks.com/2025/06/domino-145-fix-your-inotes-redirector.html</guid>
			<pubDate>Wed, 2 Jul 2025 16:34:07 -0500</pubDate>
			<dc:creator>Keith Brooks</dc:creator>
			<content:encoded>
				<![CDATA[By now, if you have updated your Domino server and relied on iNotes, you have found that it no longer works.
HCL was clear about this, and there is no workaround, so if you want iNotes and not Verse, better keep a server on 14.0 and point everyone there.

For the rest of us that move forward with the times, we will have seen that logging into the iNotes URL gets you to a pop-up telling hat iNotes is no longer available, and you need to open HCL Verse. If you click on the link, it directs you straight to Verse.

iNotes required the iNotes redirector. Well, there is no new redirector, but it did get renamed to Verse redirector(same template name), but it does include some options you probably hadn't considered, and this is how you resolve the problem.
If you haven't changed any settings in a while, now is a great time to update them. The redirector has been updated periodically along the way.
These are the ones to change or review:]]>
			</content:encoded>
		</item>

		<item>
			<title>Domino Container Environment Install Script</title>
			<link>https://blog.nashcom.de/nashcomblog.nsf/dx/domino-container-environment-install-script.htm</link>
			<guid>https://blog.nashcom.de/nashcomblog.nsf/dx/domino-container-environment-install-script.htm</guid>
			<pubDate>Wed, 2 Jul 2025 16:31:50 -0500</pubDate>
			<dc:creator>Daniel Nashed</dc:creator>
			<content:encoded>
				<![CDATA[It has been a round for a while. I am too lazy to do the same installations over and over again manually.
In addition it helps me to get customer environments all setup in the same way.

This script clones the Domino container project and Domino start script.
It also installs Docker from the official repository along with the Domino download script and also the container control script.
This is the fastest way to setup a container environment.
]]>
			</content:encoded>
		</item>

		<item>
			<title>Querying your OpenSearch index</title>
			<link>https://blog.martdj.nl/2025/07/01/querying-your-opensearch-index/</link>
			<guid>https://blog.martdj.nl/2025/07/01/querying-your-opensearch-index/</guid>
			<pubDate>Wed, 2 Jul 2025 16:30:08 -0500</pubDate>
			<dc:creator>Martijn de Jong</dc:creator>
			<content:encoded>
				<![CDATA[n the old days of Connections, we would check our ElasticSearch indexes through Kibana, but Kibana is no longer part of an HCL Connections Component pack installation. In HCL Connections 8, OpenSearch is a core component powering features like Orient Me, Type-Ahead Search, and Metrics. As an administrator, it’s critical not just to ensure that OpenSearch is running, but to verify that it’s indexing, storing, and serving content correctly.]]>
			</content:encoded>
		</item>

		<item>
			<title>Using IntelliJ Idea and Domino JNX for Domino Development</title>
			<link>https://lotusnotus.com/2025/06/intellij-idea-domino-jnx-domino-development/</link>
			<guid>https://lotusnotus.com/2025/06/intellij-idea-domino-jnx-domino-development/</guid>
			<pubDate>Fri, 20 Jun 2025 12:48:50 -0500</pubDate>
			<dc:creator>Serdar Basegmez</dc:creator>
			<content:encoded>
				<![CDATA[Streamline Domino development with IntelliJ IDEA: learn setup, Maven integration, JNX usage and productivity tips to modernise your Java workflow.]]>
			</content:encoded>
		</item>

		<item>
			<title>Langchain4j for Domino v1.0.0 released!</title>
			<link>https://lotusnotus.com/2025/06/langchain4j-domino-v1-0-0-released/</link>
			<guid>https://lotusnotus.com/2025/06/langchain4j-domino-v1-0-0-released/</guid>
			<pubDate>Fri, 13 Jun 2025 07:12:06 -0500</pubDate>
			<dc:creator>Serdar Basegmez</dc:creator>
			<content:encoded>
				<![CDATA[First release of Langchain4j for Domino: native Java integration, document loaders, and XSP support to bring LLM workflows to Domino apps.]]>
			</content:encoded>
		</item>

		<item>
			<title>Moved my blog: The third generation!</title>
			<link>https://lotusnotus.com/2025/06/moved-blog-third-generation/</link>
			<guid>https://lotusnotus.com/2025/06/moved-blog-third-generation/</guid>
			<pubDate>Thu, 12 Jun 2025 08:24:53 -0500</pubDate>
			<dc:creator>Serdar Basegmez</dc:creator>
			<content:encoded>
				<![CDATA[I’ve relaunched my blog on a new platform after years of inactivity, choosing MkDocs Material for its simplicity and Python support. The migration involved converting hundreds of posts, sorting out hosting and redirects, and finding the right workflow for writing and publishing. Everything is now up and running, with archives preserved.]]>
			</content:encoded>
		</item>

		<item>
			<title>Engage 2025: Visualize Your Domino Data with Open Source Tools Session Slides and Databases</title>
			<link>https://dominointerface.blogspot.com/2025/06/engage-2025-visualize-your-domino-data.html</link>
			<guid>https://dominointerface.blogspot.com/2025/06/engage-2025-visualize-your-domino-data.html</guid>
			<pubDate>Tue, 10 Jun 2025 13:53:05 -0500</pubDate>
			<dc:creator>Richard Moy</dc:creator>
			<content:encoded>
				<![CDATA[Thank you everyone for attending my Engage 2025 session, Visualizing your Domino Data using Open Source Tools. Though I was up against some formidable sessions, I was surprised to have close to 30 attendees in my session. As promised, here is the PowerPoint presentation and sample databases and code.]]>
			</content:encoded>
		</item>

		<item>
			<title>Engage 2025: Lotus is back?!?!?</title>
			<link>https://domino.elfworld.org/engage-2025-lotus-is-back/</link>
			<guid>https://domino.elfworld.org/engage-2025-lotus-is-back/</guid>
			<pubDate>Fri, 6 Jun 2025 03:44:36 -0500</pubDate>
			<dc:creator>Hogne B. Pettersen</dc:creator>
			<content:encoded>
				<![CDATA[And a new Notes client is coming?!?! Read my report from this year’s Engage conference, where I also explain why HCL has a golden opportunity now that Microsoft are showing that they can lock you out from your own data whenever they want.]]>
			</content:encoded>
		</item>

		<item>
			<title>Engage 2025 – my impressions | Roberto Boccadoro</title>
			<link>https://www.robertoboccadoro.com/2025/05/27/engage-2025-my-impressions/</link>
			<guid>https://www.robertoboccadoro.com/2025/05/27/engage-2025-my-impressions/</guid>
			<pubDate>Tue, 27 May 2025 13:44:08 -0500</pubDate>
			<dc:creator>Roberto Boccadoro</dc:creator>
			<content:encoded>
				<![CDATA[As usual I attended Engage, and as usual it was a very good event.

It was the first one not organized by Theo Heselmans, but Kris and Tom did a great job. I believe Engage is in good hands for the future.

The location was nice, though not very eccentric like the ones Theo has used in the past, the New Babylon conference center; it had the advantage of being right in front of the Central Station, so getting there was a no-brainer, and the hotel I choose, like many others, was just around the corner, literally.]]>
			</content:encoded>
		</item>

		<item>
			<title>Engage 2025 - interesting days at The Hague</title>
			<link>https://heikos-blog.ghost.io/engage-2025-interesting-days-at-the-hague/</link>
			<guid>https://heikos-blog.ghost.io/engage-2025-interesting-days-at-the-hague/</guid>
			<pubDate>Tue, 27 May 2025 13:43:30 -0500</pubDate>
			<dc:creator>Heiko Voigt</dc:creator>
			<content:encoded>
				<![CDATA[We had a lot of work pre-last week to prep evertyhing for the three-day-whirlwind that was about to come down on the Yellow Bubble last week. It was Engage 2025, the first Engage without Theo Heselmans at the helm and he sure left Tom van Aken and Kris de Bishop some large shoes to fill. To say it straight right away - they did fantastic. Engage was one more time the best event in our business - well organised, great food and drinks, great content and great locations.]]>
			</content:encoded>
		</item>

		<item>
			<title>Engage session follow-up – Domino 14.5 AutoUpdate downloads</title>
			<link>https://blog.nashcom.de/nashcomblog.nsf/dx/engage-session-follow-up-%E2%80%93-domino-14.5-autoupdate-downloads.htm</link>
			<guid>https://blog.nashcom.de/nashcomblog.nsf/dx/engage-session-follow-up-%E2%80%93-domino-14.5-autoupdate-downloads.htm</guid>
			<pubDate>Mon, 26 May 2025 08:48:15 -0500</pubDate>
			<dc:creator>Daniel Nashed</dc:creator>
			<content:encoded>
				<![CDATA[Thanks to everyone who attended my 8:00 AM session on Wednesday. One topic raised during the session deserves a closer look: how Domino AutoUpdate retrieves installation artifacts.

To download product.jwt, software.jwt, and the Notes/Domino web kits, you need at least one server with outbound connectivity to My HCL Software portal (MHS) and the HCL Domino fixlist servers.
Domino AutoUpdate a supports HTTP proxy configurations, including authenticated proxies, which should work in most enterprise network environments.
All downloads are validated against the software.jwt, which includes signed metadata for all supported software packages. This model fits most connected environments.

Completely air-gapped setups are uncommon, and to date, there haven’t been strong or clearly defined requirements for full offline AutoUpdate workflows.
However, it’s still possible to override download URLs in AutoUpdate documents to manually provide software.jwt and web kits from internal sources. ]]>
			</content:encoded>
		</item>

		<item>
			<title>Configure an addtional Notes port on a server</title>
			<link>https://blog.nashcom.de/nashcomblog.nsf/dx/configure-an-addtional-notes-port-on-a-server.htm</link>
			<guid>https://blog.nashcom.de/nashcomblog.nsf/dx/configure-an-addtional-notes-port-on-a-server.htm</guid>
			<pubDate>Thu, 15 May 2025 06:48:36 -0500</pubDate>
			<dc:creator>Daniel Nashed</dc:creator>
			<content:encoded>
				<![CDATA[The previous blog post was more dealing with the background about having a second Notes TCP/IP port.
This post focuses to setup a new Notes port end to end using the DNUG Lab environment as an example.

The server I am configuring has two separate IP addresses on two different network cards.
But the same procedure would also work with IP addresses in the same network.
]]>
			</content:encoded>
		</item>

		<item>
			<title>Benefits of running domino with multiple TCP/IP ports</title>
			<link>https://blog.nashcom.de/nashcomblog.nsf/dx/benefits-of-running-domino-with-multiple-tcpip-ports.htm</link>
			<guid>https://blog.nashcom.de/nashcomblog.nsf/dx/benefits-of-running-domino-with-multiple-tcpip-ports.htm</guid>
			<pubDate>Thu, 15 May 2025 06:47:41 -0500</pubDate>
			<dc:creator>Daniel Nashed</dc:creator>
			<content:encoded>
				<![CDATA[Support for multiple TCP/IP ports has been part of HCL Domino since the early days. Back then, it was first essential to support multiple simultaneous modem connections. It also proved valuable for clustered servers using dedicated network cards.
While today’s networks offer 1 Gbit/s or even 10 Gbit/s speeds—making multiple ports less necessary from a raw bandwidth perspective—there are still compelling reasons to use multiple Notes ports in modern environments. ]]>
			</content:encoded>
		</item>

		<item>
			<title>Domino REST API, CORS and Regex </title>
			<link>https://paulswithers.github.io/blog/2025/05/01/drapi-cors-regex/</link>
			<guid>https://paulswithers.github.io/blog/2025/05/01/drapi-cors-regex/</guid>
			<pubDate>Mon, 5 May 2025 03:50:52 -0500</pubDate>
			<dc:creator>Paul Withers</dc:creator>
			<content:encoded>
				<![CDATA[Release 1.1.3.1 of Domino REST API introduces a breaking change in CORS handling. This makes configuration less straightforward, but as the documentation states, it increases the flexibility and probably makes things a lot easier for larger environments. And though regex is not something Domino developers work with regularly, there are tools close to home that can help.]]>
			</content:encoded>
		</item>

		<item>
			<title>WebSphere 8.5.5 FP27 &amp; HCL Connections… beware!</title>
			<link>https://blog.martdj.nl/2025/05/02/websphere-8-5-5-fp27-hcl-connections-beware/</link>
			<guid>https://blog.martdj.nl/2025/05/02/websphere-8-5-5-fp27-hcl-connections-beware/</guid>
			<pubDate>Mon, 5 May 2025 03:49:13 -0500</pubDate>
			<dc:creator>Martijn de Jong</dc:creator>
			<content:encoded>
				<![CDATA[HCL Connections 8.0 CR9 currently lists in its system requirements WebSphere 8.5.5 FP26 as its highest supported WebSphere version. However, I suspect that CR10 will try to support FixPack 27, which became available on April 21st. Brave companies might just update their servers with the latest fixpack, and usually that works just fine. This fixpack, however, has introduced changes in outbound TLS certificate hostname validation. What it does is if WebSphere will make a connection to https://example.acme.org, it will check if the certificate that example.acme.org returns contains my server.acme.org in either the hostname or as a subject alternative name (SAN). If it doesn’t, you’ll be greeted with a message:]]>
			</content:encoded>
		</item>

	</channel>
</rss>