Siebel Analytics Scheduler Guide > Integrating Siebel Delivers With Siebel Workflow > Process of Configuring Siebel Delivers to Launch Siebel Workflow >

Configuring the Siebel Enterprise Server for Workflow Integration with Siebel Delivers


This task is a step in the Process of Configuring Siebel Delivers to Launch Siebel Workflow.

To configure the Siebel Enterprise Server for Workflow integration with Siebel Delivers

  1. On the Siebel Enterprise Server, create a named subsystem specific to Siebel Analytics using the SrvrMgr command line interface with the following command.

    create named subsystem <subsystem_name> for subsystem EAITransportDataHandlingSubsys with ConverterService="XML Converter",DispatchService="Workflow Process Manager",DispatchMethod="RunProcess"

    Replace <subsystem_name> with a name you create, such as AnalyticsWFDispatch.

  2. Open the eai.cfg configuration file inside the SiebSrvr directory and add the following line under the Http Services section.

    [Http Services]
    SiebelQuery = SiebelQueryDispatch
    SiebelUpsert = SiebelUpsertDispatch
    SiebelExecute = SiebelExecuteDispatch
    ANALYTICS = <subsystem_name>

  3. Restart the Siebel Server.
Siebel Analytics Scheduler Guide