Step 5: Setting the Daily Job Run Password

The EnterpriseTrack application requires an automated scheduled task, DailyJob.bat or dailyjob.pl, to run daily. This job updates the project status based on the associated project dates and their relation to the current date, and sends appropriate notification emails. The daily job is password-protected. Use the Configuration Workbench in EnterpriseTrack to set the daily job password. For further assistance, contact Oracle Support.

Setup a cron job to run DailyJob.pl once every 24 hours (preferably at night). The following example cron entry runs the script every day at 3:00 AM.

00 3 * * * /usr/bin/perl /full-path/DailyJob.pl daily_job_error_email https://hostname[:port] accountname>> etrack.log 2>&1  

  1. Create a file dailyjobpwd.txt in the same directory that the cron job will run from. This file should be owned by the OS user who will run the cron job.
  2. Ensure that only the user running the cron job has permission to read this file.
  3. Put the daily job password in this file. Set this to the Daily Job Password that you configured using the Configuration Workbench.
  4. Edit this file to pass correct values for these parameters to the DailyJob.pl:
  1. Give the full path to this file on the invocation command in the crontab.


Legal Notices | Your Privacy Rights
Copyright © 2000, 2018, Oracle and/or its affiliates. All rights reserved.

Last Published Monday, June 18, 2018