Search This Blog

Feb 13, 2012

Create your Own Object Manager


Create your Own Object Manager

Steps:

1. Create a New Component Group with the following Details:

Name
SSA Custom Group
Alias
SSACustomGroup
Description
This component group is created for testing and learning the concept and practice of creating our own object manager in using it through application
Note: This component group does not have any component inside it. But the state of this group is enabled.

2. Now let’s create a component definition to add in this group.
a.      Click the Component Definition tab and query for * Call Center *.
b.      From the Applet Level Menu or Press Ctrl-B to copy this record.
c.       Change the Values from the below table.

Name
SSA Custom Component ObjMgr
Alias
SSACustomComponentObjMgr
Component Group
SSA Custom Group
Description
This is the newly create Object manger.
Note: Component parameters are populated once you step out or save the record.

a.       Activate the component by clicking the Activate Button.
b.      Click back to Component Group tab and Query for SSA Custom Group. Now notice that one component is added in this group.

3. Now let Enable and test this group. All we need to do is that, Edit eapps.cfg file to test the object manager.
a.       Assign the Component group on the server and enable it.
b.      Restart your Siebel Server by going to Services Window.

4. Now lets edit the eapps.cfg to replace the existing object manger with new one which we have just created it.
a. Go to the Installation Directory of Siebel Web Server Extension and Bin directory. Create a backup copy of your eapps.cfg before you start editing it.
Now Search the following String in the file:
            [/callcenter_enu]
c.       Change the connection string parameter with new Object Manager Definition.
[/callcenter_enu]
ConnectString = siebel.TCPIP.None.None://R0346:2321/OUEnt/%Place Comp Name%
d.      Save the file and Restart the IIS admin service.

5. Open internet explorer and type the following url to test it.
http://localhost/callcenter_enu

No comments:

Siebel IP 2017 - Web Tool Development Steps

Siebel IP 2017 Development and Deployment Steps : 1. Click on the Workspace Icon in Siebel Web Tools application. 2. Create a New work s...