Monday, March 12, 2018

Copying / Cloning a Siebel Object Manager


1.    Connect to srvrmgr command prompt

cd /u01/SBA_81/siebsrvr
. ./siebenv.sh
./srvrmgr -g Gateway -e SBA_81 -s Siebserver  -u username -p  password

2.    Copying/Deleting vanilla object manager

copy compdef from SCCObjMgr_enu to SCCObjMgrOUI_enu

delete component definition SCCObjMgrOUI_enu

3.    Activating/Deactivating new object manager

activate component definition SCCObjMgrOUI_enu

deactivate component definition SCCObjMgrOUI_enu

4.       Setting Env variable:- Exit from srvrmgr and set flag before Sync

export SIEBEL_DEBUG_FLAGS=16

5.    Syncing component

srvrmgr -g Gateway -e SBA_81 -s Siebserver  -u username -p  password
Sync comps

6.       Object Managers parameter setting:- First Restart Siebel Server and Gateway, then change required parameter of new component

change param MaxTasks=20,CFGTempDir="/u01/SBA_81/siebsrvr/temp",CFGClientRootDir="/u01/SBA_81/siebsrvr",CFGApplicationName="Siebel Universal Agent" for compdef SCCObjMgrOUI_enu

change param CFGApplicationSplashText="Siebel Call Center",CFGApplicationTitle="Siebel Call Center",FileSystem="/u01/SBA_81/Siebfs" for compdef SCCObjMgrOUI_enu

change param MaxMTServers=1,MinMTServers=1,SecAdptMode="LDAP",SecAdptName="LDAPSecAdpt",ConfigFile="uagentdboui.cfg",EnableOpenUI="True" for compdef SCCObjMgrOUI_enu



No comments:

Post a Comment