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
DailyJob.pl
: Legal Notices | Your Privacy Rights
Copyright © 2000, 2018,
Oracle and/or its affiliates. All rights reserved.
Last Published Monday, June 18, 2018