Also, you might try redirecting your stdout and stderr to a log file. This is a good troubleshooting practice.
... object=' "c:\path with spaces\file.bat" >c:\temp\file.out 2>&1 ' As Bill mentions, note the use of the single quotes and the double quotes. ________________________________ Alex Paschal Storage Solutions Engineer MSI Systems Integrators ________________________________ Your Business. Better. -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Bill Boyer Sent: Sunday, February 15, 2009 9:00 PM To: [email protected] Subject: Re: [ADSM-L] My Scheduled Exchange backups fail on Windows Server 2008 No. In your schedule the OBJ= needs to be either the 8.3 name of the c:\Program files directory or you need to put quotes around it. Like OBJ='" C:\Program Files\Tivoli\TSM\TDPExchange\excfull.cmd"'. You need those quotes around the filename since there's a blank in there. That's why you're getting the RC=1, file not found. Bill Boyer "There are 10 types of people in the world. Those that instand binary and those that don't" - ?? -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of admbackup Sent: Sunday, February 15, 2009 8:16 PM To: [email protected] Subject: My Scheduled Exchange backups fail on Windows Server 2008 Hi I have installed the TDP v5.5for Exchange on a Windows Server 2008. I have done a full backup with the TDP Application without probems. My problem is when I try to configure scheduled backups. They always fail with code 1. This is what I have in my dsmsched log: Executing scheduled command now. 02/15/2009 19:55:34 Executing Operating System command or script: C:\Program Files\Tivoli\TSM\TDPExchange\excfull.cmd 02/15/2009 19:55:34 Finished command. Return code is: 1 02/15/2009 19:55:34 ANS1909E The scheduled command failed. 02/15/2009 19:55:34 ANS1512E Scheduled event '@325' failed. Return code = 1. 02/15/2009 19:55:34 Sending results for scheduled event '@325'. 02/15/2009 19:55:34 Results sent to server for scheduled event '@325'. I think that it is a TCP/IP port problem. In my dsm.opt I have: TCPCLIENTPORT 1500 TCPPORT 1500 Do I have to change them? Sorry for my grammar. My native language is not english. +---------------------------------------------------------------------- |This was sent by [email protected] via Backup Central. |Forward SPAM to [email protected]. +---------------------------------------------------------------------- This message (including any attachments) is intended only for the use of the individual or entity to which it is addressed and may contain information that is non-public, proprietary, privileged, confidential, and exempt from disclosure under applicable law or may constitute as attorney work product. If you are not the intended recipient, you are hereby notified that any use, dissemination, distribution, or copying of this communication is strictly prohibited. If you have received this communication in error, notify us immediately by telephone and (i) destroy this message if a facsimile or (ii) delete this message immediately if this is an electronic communication. Thank you.
