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 Under Consideration
Workspace Domino
Categories Administration
Created by Guest
Created on Aug 19, 2021

Execute Program Documents sequentally

It should be possible to create a Program Document and have them followed up by another Prgram Document when the task is completed.


E.g. maybe you want to stop some tasks when DBMT is active:

Program Document 1: server - c "tell http quit" at 00:57

DBMT starts at 01:00 untill maximum 03:00

Now you want the HTTP task to start again as soon as DBMT is done


or


Program Document 1: server - c "tell amgr quit" at 00:57

Program Document 2: compact -B systemdbs.ind at 01:00 (or as soon as amgr has been quit)

Program Document 3: server - c "load amgr" as soon as compacting is done.

  • Attach files
  • Guest
    Reply
    |
    Aug 23, 2023

    You can achieve almost the same with this syntax :

    Program Document : nserver - c "< D:\path\file.txt"

    where "file.txt" is a txt file in DATA dir, with one Domino commands per line