Faced the same issue:
C:\Siebel\8.1.1.14.0\ses\siebsrvr\log\
SBL-SCB-00008: Component (sccobjmgr_enu) is unavailable on this server.
SBL-SCB-00008: Component (sseobjmgr_enu) is unavailable on this server.
SBL-SCB-00008: Component (esalesobjmgr_enu) is unavailable on this server.
This Means component is not running or not installed in the siebel server. so Need to reinstall or run the component .. how to run is
srvrmgr:SIEBEL> auto start comp SCCObjMgr_enu for server SIEBEL
Due to this in Siebel server logs it shows as login failed
C:\Siebel\8.1.1.14.0\ses\siebsrvr\log\
GenericLog GenericError 1 00000002580d0374:0 2016-10-24 07:24:14 (smconn.cpp (284) err=1180866 sys=2321) SBL-NET-01218: The connection was refused by server kanmu03U177444. No component is listening on port 2321.
GenericLog GenericError 1 0000000358081860:0 2016-10-20 00:51:04 (ssmsismgr.cpp (670) err=3670020 sys=0) SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
ObjMgrSessionLog Error 1 0000000358081860:0 2016-10-20 00:51:04 Login failed for Login name : SADMIN
ProcessPluginState ProcessPluginStateError 1 0000000358081860:0 2016-10-20 00:51:04 6164: [SWSE] Open Session failed (0xa600d1) after 0.0080 seconds.
ProcessPluginRequest ProcessPluginRequestError 1 0000000358081860:0 2016-10-20 00:51:04 6164: [SWSE] Failed to obtain a session ID. Login failed attempting to connect to %1
ProcessPluginRequest ProcessPluginRequestError 1 0000000358081860:0 2016-10-20 00:51:04 6164: [SWSE] Set Error Response (Session: Error: 10879185 Message: Login failed attempting to connect to siebel.TCPIP.None.None://kanmu03U177444:2321/SBA_82/SCCObjMgr_enu)
ProcessPluginRequest ProcessPluginRequestError 1 0000000358081860:0 2016-10-20 00:51:04 6164: [SWSE] Login failed.
SBL-SSM-00004: SISNAPI Hello failed. The server component could be down.
check by command
srvrmgr:SIEBEL> auto start comp SCCObjMgr_enu for server SIEBEL
auto start comp SCCObjMgr_enu for server SIEBEL
SBL-ADM-60070: Error reported on server 'Gateway Server' follows:
SBL-ADM-05002: The specified component definition, SCCObjMgr, could not be found
.
Cause:
1. installation is not properly configured the Components (call center or sales and other components.)
Solution
Then again delete the siebel server configuration through the wizard and again do configuration of siebel server configuration wizard.
No Need to configure again SWSE configuration and no need to apply SWSE configuration.
srvrmgr:SIEBEL> list component SCCObjMgr_enu for server SIEBEL
SV_NAME CC_ALIAS CC_NAME CT_ALIAS CG_ALIAS CC_RUNMODE CP_DISP_RUN_STATE CP_STARTMODE CP_NUM_R
UN_TASKS CP_MAX_TASKS CP_ACTV_MTS_PROCS CP_MAX_MTS_PROCS CP_START_TIME CP_END_TIME CC_INCARN_NO CC_DESC_TEXT
------- ------------- -------------------------------- --------- ---------- ----------- ----------------- ------------ --------
-------- ------------ ----------------- ---------------- ------------------- ----------- ------------ ------------
SIEBEL SCCObjMgr_enu Call Center Object Manager (ENU) AppObjMgr CallCenter Interactive Online Auto 0
20 1 1 2016-10-25 03:38:43
1 row returned.
siebel commands to list the components in https://docs.oracle.com/cd/E14004_01/books/SystAdm/SystAdm_SrvrMgrCLI8.html
Thanks