Siebel Analytics Scheduler Guide > Configuring Siebel Analytics Scheduler With Job Manager >

Siebel Analytics Scheduler as a Background Process (UNIX Only)


Starting Siebel Analytics Scheduler as a background process requires that you export the display to an X Window server that is always running. Then, run the initialization script followed by the Siebel Analytics Scheduler executable. The following example is for the bash shell.

export DISPLAY="myaccount:0.0"
sa.sh
nqscheduler.exe &

You may need to modify this example for other shells or to use DISPLAY options.

Siebel Analytics Scheduler Guide