A crontab file has five fields for specifying day , date and time  followed by 
the command to be run at that interval.
*     *   *   *    *  command to be executed
-     -    -    -    -
|     |     |     |     |
|     |     |     |     +----- day of week (0 - 6) (Sunday=0)
|     |     |     +------- month (1 - 12)
|     |     +--------- day of month (1 - 31)
|     +----------- hour (0 - 23)
+------------- min (0 - 59)


* in the value field above means all legal values as in braces for that column.

So if you modify it to :  0 1 * * *, it should fix your issue

Christopher Pruitt
Business Consulting III
HP Enterprises Services
972.605.7702 office | [email protected]<mailto:[email protected]>
www.hp.com<http://www.hp.com/>
[cid:[email protected]]

Confidentiality Notice: This message and any files transmitted with it are 
intended for the sole use of the entity or individual to whom it is addressed, 
and may contain information that is confidential, privileged, and exempt from 
disclosure under applicable law. If you are not the intended addressee for this 
e-mail, you are hereby notified that any copying, distribution, or 
dissemination of this e-mail is strictly prohibited. If you have received this 
e-mail in error, please immediately destroy, erase, or discard this message. 
Please notify the sender immediately by return e-mail if you have received this 
e-mail by mistake.


From: Action Request System discussion list(ARSList) 
[mailto:[email protected]] On Behalf Of Lockwood, Teresa L
Sent: Thursday, January 28, 2010 9:39 AM
To: [email protected]
Subject: crontab question

**
I've created a scheduled report which is running perfectly except for the days 
of the week that it is running.  I want it to run 7 days a week and my crontab 
-e is set up as follows:  0 1 * * 0-6.  From my understanding "0-6" is 
Sunday-Saturday so it should be sending the report every day.  However it seems 
to be consistently skipping Sunday and Monday (0 & 1).  Any idea what I could 
be missing?  Thanks in advance for any help.

Terri

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AR Server: 6.3 Patch 24 on UNIX AIX 5.3
SQL - Oracle 9.2.5
ITSM v 5.6
MidTier 6.3 Patch 20 on a Windows 2003 NT server - IIS




This email (including any attachments) may contain information that is private 
or business confidential. If you received this email in error, please delete it 
from your system without copying it and notify sender by reply email so that 
our records can be corrected.
_Platinum Sponsor: [email protected] ARSlist: "Where the Answers Are"_

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:[email protected] ARSlist: "Where the Answers Are"

<<inline: image003.png>>

Reply via email to