Siebel EAI Workflow Configuration
Siebel EAI Workflow Configuration
Siebel EAI Workflow Configuration
Beta
Copyright 2008, 2011, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast, modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by any means. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited. The information contained herein is subject to change without notice and is not warranted to be error-free. If you find any errors, please report them to us in writing. If this is software or related documentation that is delivered to the U.S. Government or anyone licensing it on behalf of the U.S. Government, the following notice is applicable: U.S. GOVERNMENT RIGHTS. Programs, software, databases, and related documentation and technical data delivered to U.S. Government customers are "commercial computer software" or "commercial technical data" pursuant to the applicable Federal Acquisition Regulation and agency-specific supplemental regulations. As such, the use, duplication, disclosure, modification, and adaptation shall be subject to the restrictions and license terms set forth in the applicable Government contract, and, to the extent applicable by the terms of the Government contract, the additional rights set forth in FAR 52.227-19, Commercial Computer Software License (December 2007). Oracle America, Inc., 500 Oracle Parkway, Redwood City, CA 94065. This software or hardware is developed for general use in a variety of information management applications. It is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use this software or hardware in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle Corporation and its affiliates disclaim any liability for any damages caused by use of this software or hardware in dangerous applications. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. UNIX is a registered trademark of The Open Group. This software or hardware and documentation may provide access to or information on content, products, and services from third parties. Oracle Corporation and its affiliates are not responsible for and expressly disclaim all warranties of any kind with respect to third-party content, products, and services. Oracle Corporation and its affiliates will not be responsible for any loss, costs, or damages incurred due to your access to or use of third-party content, products, or services.
120126@25097
Contents
Configuring Siebel EAI Workflows ...................................................................................................... 5 Installing the Siebel Web Server Extension .........................................................................................5 To Install Siebel Web Server Extension (SWSE) .........................................................................5 To Verify SWSE Operation for Siebel 7 ........................................................................................7 Sample Siebel Workflow Templates .....................................................................................................8 Viewing Sample Siebel EAI Workflow Templates .............................................................................9 Modifying Siebel Workflow Templates ............................................................................................ 13 To Modify a SeeBeyond Workflow Template .......................................................................... 13 Setting Up SeeBeyond Workflow Processes ..................................................................................... 14 To set Up the Business Service To Execute the Workflow ...................................................... 14 Creating a Subsystem for a Deployed Workflow ............................................................................. 18 To Create a Subsystem For a Deployed Workflow .................................................................. 18
This document provides conceptual information that provides instructions on how to configure Siebel EAI workflows. Specifically, it provides an overview of how to install Siebel Web Server extensions, and how to view, import, modify, and configure Workflow templates. Additionally, it describes how to create a subsystem for a deployed workflow. It includes the following topics:
Installing the Siebel Web Server Extension on page 5 Viewing Sample Siebel EAI Workflow Templates on page 9 Sample Siebel Workflow Templates on page 8 Modifying Siebel Workflow Templates on page 13 Setting Up SeeBeyond Workflow Processes on page 14 Creating a Subsystem for a Deployed Workflow on page 18
3 4
5 6
For Anonymous Employee and Anonymous Contact login and password, use SADMIN. For Error Level for Logging, enter All Errors and Warnings. You can change this once correct system operation has been verified.
In the \bin directory where you have installed the Siebel Web Server Extension, open the eapps.cfg file and note the following (typical values are shown):
[defaults] AnonUserName = SADMIN AnonPassword = SADMIN AnonUserPool = 10 StatsPage = _stats.swe [/eai] ConnetString = siebel.TCPIP.none.none://MyGatewayServer:2320/ MyEnterpriseServer/eaiObjMgr/MyAppServerEnableExtServiceOnly = TRUE
After modifying these files, stop and then restart the following services:
Log in to Siebel 7 and follow the Screens menu path: Ctrl+Shift+A Server Administration Enterprise Configuration Enterprise Component Groups
10
11 12
Open the browser and type yourservername/module (for example, 10.1.3.135/eai). Click Enter. Make sure that your Siebel Server ODBC data source is configured. You can verify which one you are using by examining the Siebel Server log directoryit contains a file listing all the parameters.
Follow the path: Server Admin Servers Server Components Under Assignment Components, select EAI Object Manager.
For Windows installations only, verify that the .swe file is associated with sweiis.dll in the web site. Use the following procedure to set the association: a. Run the IIS 4.0 Management Console application. b. Right-click on your Web site entry in the tree display, and select Properties. c. Select the Home Directory tab. d. In the Application Settings box, select Configuration. e. On the App Mappings tab, select Add. f. Type swe, select sweiis.dll, and click OK to save the association.
Verify that the configuration files are set up properly. If LDAP is not used, comment out all LDAP-related parameters in the configuration files (for example, eai.cfg and siebel.cfg):
;[SecurityAdapters] ;LDAP = LDAP ;[LDAP] ;DllName = sscfldap.dll ;ServerName = ;Port = 389 ;BaseDN = ;UsernameAttributeType = uid ;PasswordAttributeType = userPassword ;CredentialsAttributeType = credentials ;RolesAttributeType = roles ;SslDatabase =
Note The LDAP configuration may differ in your Siebel system depending on your version of
Siebel and your installed options. For more information on disabling LDAP in your Siebel system, consult your Siebel user documentation.
5
After modifying these files, stop and then restart the following services:
In the file SWEApp\eapps.cfg, verify that the following section is specified correctly:
[/eai_enu] onnectString = siebel.TCPIP.none.none://<Your Gateway Server>:2320/ <Your_Enterprise_Server>/EAIObjMgr_enu/<Your_App Server> EnableExtServiceOnly = TRUE WebPublicRootDir=c:<Your_Siebel_Dir>\SWEApp\public\enu WebUpdatePassword=<Your_Password>
If you are using the SiebelEAI_jcdUpsert sample project, add the following sections in the file siebsrvr\bin\ENU\eai.cfg:
[HTTP Services] ... SEEBEYOND_HTTP_DELETE = SB_HTTP_DELETE SEEBEYOND_HTTP_QUERY = SB_HTTP_QUERY SEEBEYOND_HTTP_UPDATE = SB_HTTP_UPDATE SEEBEYOND_HTTP_EXECUTE = SB_HTTP_EXECUTE [SB_HTTP_DELETE] Mode = Document Service = SeeBeyond HTTP Delete Method = RunProcess
[SB_HTTP_QUERY] Mode = Document Service = SeeBeyond HTTP Query Method = RunProcess [SB_HTTP_UPDATE] Mode = Document Service = SeeBeyond HTTP Update Method = RunProcess [SB_HTTP_EXECUTE] Mode = Document Service = SeeBeyond HTTP Execute Method = RunProcess
FIGURE 1
Clicking the process name to invoke a Workflow Process Designer display for that process, such as shown in the figures below.
FIGURE 2
FIGURE 3
10
FIGURE 4
FIGURE 5
11
FIGURE 6
FIGURE 7
12
FIGURE 8
1 2
3 4 5 6
Highlight the SeeBeyond Workflow Process template you want to modify. Right-click and select Copy Record. Rename the copied Process. Specify the Business Object to which you want to apply the template, and any other fields that may be necessary (for example, Description). After modifying a Workflow template you must create the Business Service to execute it, using the supplied Workflow processes as templates. This procedure is described in the following section.
Configuring Siebel EAI Workflows 13
A new Services section should be added to your siebsrvr\bin\ENU\eai.cfg file, as shown in the preceding section. For example, if you have a Business Service named Employee Execute, you should add the following lines to the eai.cfg file:
[HTTP Services] ... EMPLOYEE_EXECUTE = EE [EE] Mode = Document Service = Employee Execute Method = RunProcess
Siebel Gateway Server Siebel Server World Wide Web Publishing Service
14
4 5
Make sure that Workflow Management is Online and Enabled. Log in to Siebel Tools 7.0 and designate the server as the database by entering sadmin, sadmin, server. In Object Explorer, go to Siebel Objects Project and lock the Project (see the figure below).
15
In Object Explorer, go to Business Service, make a copy of Workflow Process Manager (menu path Edit Copy Record).
Type the Process Name into the Name and Display Names fields, as shown below (this name is specified in the eai.cfg file). For the SiebelEAI_jcdUpsert project, perform this step for the following:
SeeBeyond HTTP Delete SeeBeyond HTTP Execute SeeBeyond HTTP Query SeeBeyond HTTP Update
16
In Object Explorer, go to Business Service > Business Service Method: a. Type ProcessName into the Name field. b. Type the actual Process Name into the Value field (see the figure below). For SiebelEAI_jcdUpsert project, perform this step for:
SeeBeyond HTTP Delete SeeBeyond HTTP Execute SeeBeyond HTTP Query SeeBeyond HTTP Update
17
1 2
FIGURE 9
Click the Administration - Server Configuration link. The Administration - Server Configuration page appears.
18
FIGURE 10
4 5 6
Click the Profile Configuration link. In the Profile Configuration page, create the Named Subsystem (SEEBEYOND_HTTP_UPDATE). Set the Workflow Process to Execute parameter for SEEBEYOND_HTTP_UPDATE to SeeBeyond HTTP Update. Set the Service Method to Execute parameter for SEEBEYOND_HTTP_UPDATE to RunProcess. For this example, SEEBEYOND_HTTP_UPDATE is the name of the Named Subsystem. SeeBeyond HTTP Update is the Business Service that invokes the SeeBeyond HTTP Update Workflow. .
19
FIGURE 11
20