![]() |
The Comergent eBusiness System supports the ability to schedule tasks that must be performed at regular intervals as cron jobs. See CHAPTER 39, Job Scheduling Administration for more information on this scheduling feature.
There are two types of cron jobs: system and application.
For example, if the main URL used to access the Comergent eBusiness System is:
http://server:port/Comergent/en/US/enterpriseMgr/matrix
then set the cron job message URL to:
http://server:port/Comergent/msg/matrixSimilarly, if the main URL used to access the Comergent eBusiness System is:
http://server:port/store/en/US/enterpriseMgr/anderel http://server:port/store/msg/anderelYou can choose whether or not to allow either type of cron job to run on your implementation.
Application cron jobs are created specifying a username and password of a Comergent eBusiness System user. You must ensure that the Password data field of the CronConfig data object is not set to store one-way encrypted values.
In a clustered installation of the Comergent eBusiness System, if you want a job to run on all servers in the cluster, then make it a system cron job. If you want the job to be run on only one server in the cluster, then you must make it an application cron job.
|