Operating System - HP-UX
1754802 Members
3581 Online
108825 Solutions
New Discussion юеВ

Cron: Your job did not contain a valid audit ID.

 
SOLVED
Go to solution
Joe Profaizer
Super Advisor

Cron: Your job did not contain a valid audit ID.

Since I implemented a trusted system. I'm getting the following error message from a cron job which is owned by an oracle user id.

From root@rga7.rgare.com Fri Nov 17 09:30:00 CST 2000
Received: (from root@localhost) by rga7.rgare.com (8.9.3 (PHNE_18546)/8.7.1) id
JAA13733 for oracle; Fri, 17 Nov 2000 09:30:00 -0600 (CST)
Date: Fri, 17 Nov 2000 09:30:00 -0600 (CST)
From: root@rga7.rgare.com
Message-Id: <200011171530.JAA13733@rga7.rgare.com>
Status: RO


Please consult. Last answer wasn't helpful.

..Joe
2 REPLIES 2
Steffi Jones_1
Esteemed Contributor
Solution

Re: Cron: Your job did not contain a valid audit ID.

The probable cause to this error is the .cronaids file. The error
message is sent to the server because /usr/spool/cron/.cronaids/root
file is missing. Check to make sure the .cronaids file in
place. If that file exists, double-check its content.

Here is a possible fix for the error:


1. Run tsconvert -p
This will build a file /usr/spool/cron/.cronaids with the data
the system needs

2. Then restart cron.
/sbin/init.d/cron stop
/sbin/init.d/cron start

Steffi Jones
f. halili
Trusted Contributor

Re: Cron: Your job did not contain a valid audit ID.