Forum Discussion

reggiej's avatar
reggiej
Level 3
15 years ago

bpplschedwin

When I set a calendar based schedule in gui then check my debug log I see that the bpplschedwin command does the work, I am trying to understand the parameters it uses and how it works. This is on a ...
  • CRZ's avatar
    15 years ago
    It's pretty much exactly what Stumpr and Darren said - let's apply what they're saying to your log entry.

    09:20:28.210 [21437] <2> logparams: reggie reggie_weekly -0 0 0 -1 0 0 -2 0 0 -3 0 0 -4 0 0 -5 64800 43200 -6 0 0 -M xxxx.xxxx

    This specifies seven sets of windows; one for each day of the week.

    -0 0 0 No window on Sunday
    -1 0 0 No window on Monday
    -2 0 0 No window on Tuesday
    -3 0 0 No window on Wednesday
    -4 0 0 No window on Thursday
    -5 64800 43200 Open window from 18:00 (aka "64800 seconds after midnight") to 06:00 Saturday (aka "43200 seconds 12 hours") on Friday
    -6 0 0 No window on Saturday
    -M xxxx.xxxx your master

    I don't know what "-generation" is used for (SLP?) but you're not using it here so I can weasel out of telling you THAT answer.  ;-)