Start/notes.ini Parameters/SCHEDULER_DEBUG

SCHEDULER_DEBUG

🛠️
Parameter: SCHEDULER_DEBUG
Short description: Enables debug output of the Sched task (calendar availability, free-time lookups, busytime.nsf / clubusy.nsf access).

Profile

Parameter
SCHEDULER_DEBUG
Category
Logging / Debug
Component
Server
Available since
10.0
Supported versions
10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1
GUI equivalent
notes.ini only (no GUI)
Possible values
0 = off, 1 = basic, 2 = verbose

Description

Errors in the free-time lookup (e.g. “recipient shows no availability”) are often caused by missing or outdated busytime.nsf entries. SCHEDULER_DEBUG reveals which servers the scheduler contacts, which responses it receives, and how the cluster buddy system (clubusy.nsf) is accessed.
Indispensable for cross-domain free-time queries or Outlook / iCal sharing.

Example configuration

SCHEDULER_DEBUG=1 Debug_Outfile=/local/notesdata/IBM_TECHNICAL_SUPPORT/scheduler_debug.log

Notes & pitfalls

  • Pairs with BUSYTIME_LIMIT_SETTINGS, BUSYTIME_TASK_INTERVAL, Calconn logging.
  • Level 2 generates many entries – enable only deliberately during reproduction.
  • For SaaS sharing, additionally use DEBUG_SCHEDIDX=1.
  • Output goes to Debug_Outfile (or the console).
  • Takes effect immediately after set config SCHEDULER_DEBUG=... – no restart needed.