Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Already Exists
Workspace Domino
Categories Administration
Created by Guest
Created on Jun 10, 2021

"Show task" output Results should be captured in Event handlers in Events4.nsf Database.

Example given below.

1) Compact implementation at 2:00 am ← Since "Compacting new\TestKB.nsf(Test Kb)" here is outside the valid time of the event handler.

2) Show task at 7am ← There is "Compacting new\TestKB.nsf(Test Kb), -c new" in the tasks displayed here when compact is not completed.

Show task output captured Via Program document.

[0FD8:0008-4684] Database Compactor Compacting new\TestKB.nsf(Test Kb), -c new

3) Event handler that is valid only from 7:00 am to 8:00 am will be created to Notify Administrator to take action.

Compaction is going on the database and not completed then We can create event handler to Notify Administrator to take action .

When Message Sting "Compacting new\TestKB.nsf(Test Kb), -c new" is specified in Event handler, When Criteria Matches then Event handler should generate event Notification based on the action specified.

Currently Event handlers are able to generated events only when Criteria matches from console logs.