The unified scheduler combines the functionality of the STC scheduler and the CEA scheduler into one started task.
Configuration of the unified scheduler combines the parameters from the STC and CEA schedulers into one.
For example:
<Scheduler SCHEDULER_NAME="TAURISPF" LISTENER_PORT="1200" FIRST_PORT="1201" LAST_PORT="1249" USER_SERVER_JOBNAME="IVPUSRT" CCSID="037" > <UserServer CCSID="037" /> </Scheduler>
For clients supplied with versions of Enterprise Developer earlier than 3.0 the unified scheduler is unable to determine what type of user server the client requires. By default, the unified scheduler attempts to start an STC user server. You can specify the default user server to be started by the unified scheduler by adding the DEF_USRSRV_MODE parameter with the value of STC or CEA.
To configure the unified scheduler for CEA, you need to add the following to the configuration:
For example:
<Scheduler SCHEDULER_NAME="TAURISPF" LISTENER_PORT="1200" FIRST_PORT="1201" LAST_PORT="1249" USER_SERVER_JOBNAME="IVPUSRT" CCSID="037" CEA_LOGONPROC=”CEAPROC” CEA_ACCOUNT=”ACCT#” > <UserServer CCSID="037" /> </Scheduler>
Optionally, if you have uncommented MAILHDR in the scheduler procedure, you need to add the MAIL_NOTIFY="1" attribute to the scheduler section.
For example:
<Scheduler SCHEDULER_NAME="TAURISPF" LISTENER_PORT="1200" FIRST_PORT="1201" LAST_PORT="1249" USER_SERVER_JOBNAME="IVPUSRT" CCSID="037" MAIL_NOTIFY=”1” > <UserServer CCSID="037" /> </Scheduler>
See Configuration parameters reference for a complete overview of the available parameters for a scheduler address space.
See Configuration reference for a complete overview of all parameters applicable to a CEA scheduler.