Lotus Notes. My old nemesis as both a user and as an Administrator is back to haunt me again.
There’s a reasonable amount written by others on the trials and tribulations of getting the FIM/MIM Notes / Domino Management Agent configured and working. However they are all referencing older versions of the Domino Management Agent and older versions of Domino. (If you are looking details on the previous versions checkout Michael’s great post here). The info on permissions is still valid, so make sure you’re on top of that.
The latest Notes / Domino Management Agent (March 2017) is available from here and supports v9.x of Domino and v9.x of the Notes Client.
Here’s a couple of the differences straight up;
Here’s a couple of quick tips for getting up and running with the latest MIM Notes MA;
Like anything, knowing what is going on, helps diagnose issues. This is how I enabled event log logging for the latest IBM Notes Management Agent
<source name="ConnectorsLog" switchValue="Information"> <listeners> <add name="ConnectorsLogListener" type="System.Diagnostics.EventLogTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" initializeData="ForefrontIdentityManager.ManagementAgent" traceOutputOptions="LogicalOperationStack, DateTime, Timestamp, Callstack" /> </listeners> </source>
Restart the Forefront Identity Manager Synchronization Service in services and when you run the Notes MA you will then see output in the Event Log under Forefront Identity Manager Management Agent.
Change the following line substituting Error, Warning, Information or Verbose for what you want logged.
<source name="ConnectorsLog" switchValue="Information">
If you want it to log to the Application Log then change the initializeData value to whatever you want. I used IBM Domino MA;
<source name="ConnectorsLog" switchValue="Information"> <listeners> <add name="ConnectorsLogListener" type="System.Diagnostics.EventLogTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" initializeData="IBM Domino MA" traceOutputOptions="LogicalOperationStack, DateTime, Timestamp, Callstack" /> </listeners> </source>
… restart the Forefront Identity Manager Synchronization Service in services and when you run the Notes MA the logged data will land in the Application Log.
If you’ve used the Notes MA before, this should get you up and running with the latest.
Today, I’m super excited to finally announce the Beta release of EntraPulse Lite – a…
I'm excited to share some significant authentication enhancements I've contributed to the Lokka MCP Server…
Last month I had the pleasure of speaking at the Sydney event for Global Azure.…
Model Context Protocol (MCP) is a powerful framework that extends AI clients like Claude and…
I've just completed participating in the Azure AI Developer Hackathon that was looking to provide…
Updated: July 2025 v1.0.2 Fixes issue setting D365SalesGlobals enabling session management for D365 Sales API…
This website uses cookies.
View Comments