> I am testing with TDP for Domino. > When starting the 'DOMINC.CMD' manually the backup goes fine, > but when I try to schedule the command the schedule fails with rc=1 > > Extract from activity log : > 31.10.2001 10:35:59 ANR2017I Administrator xxxxx issued command: DEFINE > CLIENTACTION EHENOTESTD_TDP Domain=VDE5_VDD3_RXV90_ROV120 > Action=COMMAND Objects="C:\Program Files\Tivoli\TSM\dom- > ino\dominc.cmd"
Paul, I think Jan hit upon the issue... Your "Objects" contains a directory path that contains spaces that may be getting parsed somewhere along the line. Try specifying the short directory name in the "Objects" parameter. For example: Objects="C:\PROGRA~1\Tivoli\TSM\domino\dominc.cmd" Or you can do what Jan suggests and move it to a directory without spaces and change your "Objects" parameter to match. Thanks, Del ---------------------------------------------------- Del Hoobler IBM Corporation [EMAIL PROTECTED] "It's a beautiful day. Don't let it get away." -- Bono
