John, You should be able to modify the scripts so that the call to DOMDSMC does not use the "start /B" command. So , for example,
... instead of this: start /B domdsmc selective * /subdir=yes /logfile=domssch.log >> domsel.log ... use this: domdsmc selective * /subdir=yes /logfile=domssch.log >> domsel.log If this is the last command in the batch file, it should pass its return code back through the scheduler. When you use the "START /B" command, it returns the result of the "START" command... not the command it is actually starting. Thanks, Del ---------------------------------------------------- > When you setup the TDP for Domino, the normal configuration for running the > scheduler on win2k is to use the action=Command and run the dominc.cmd file. > As everyone knows this does not provide a return code for backup errrors to > the scheduler, the schedule will appear as completed as long as the schedule > begins on time. > The question I am asking about is can you use the Action=command with a > schedule and run the actual domdsmc incr * command as an object. > > If so, will this return a backup failure to the schedule? > > I am testing it but have not seen any failures yet to answer the question.
