Does the macro run outside of the schedule?

You have a typo in your select - not sure if that typo is actually in your
macro!

select process form processes

==> select process from processes


-----Original Message-----
From: Joe Cascanette [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 12, 2002 10:00 AM
To: [EMAIL PROTECTED]
Subject: Problem with macros


Server 4.2.1.12 - Windows 2000
Client 4.2.1.20  - Windows 2000

I am having problem launching macros at the server under scheduling. I
create a schedule:

DEFINE SCHEDULE STANDARD AUTOMATION DESCRIPTION="Automated TSM" ACTION=MACRO
OBJECTS=database PRIORITY=3 STARTDATE=03/12/02 STARTTIME=10:40:00
DURATION=15 DURUNITS=MINUTES PERIOD=1 PERUNITS=DAYS DAYOFWEEK=WEEKDAY
EXPIRATION=NEVER

I associate the schedule to CLIENT (the server) and I watch it launch in the
events (q ev * *). When the event launches it gives me an error in the
actlog:

03/12/2002 10:40:50 ANR0406I Session 1989 started for node CLIENT (WinNT)
(Tcp/Ip 172.16.8.35(3352)).
03/12/2002 10:40:50 ANR0484W Session 1989 for node CLIENT (WinNT) terminated
- protocol violation detected.

Here is my marco (database.mac) that is located in the BACLIENT directory:
select process form processes where process='backup storage pool'
if (rc_notfound) goto database
goto resced
exit

database:
issue message i "Copying of ONSITE tapes to OFFSITE tapes is COMPLETE...will
now start FULL Database backup"
BACKUP DB DEVC=DLT TYPE=FULL
/* delete schedule and add new one to reflect next script */
exit

RESCED:
issue message i "Copying of ONSITE tapes to OFFSITE tapes is not
complete...will recheck in 15 minutes"
/* will update schedule to check in 15 minutes */
exit

Reply via email to