Category: Siebel Configuration

Siebel IP2016 – Siebel Enterprise Server Config Issues Part 2

Issue#1 Unable to connect to the gateway server (SBL-GEN-05009) Environment: OS:Solaris Sparc 11 Siebel Version: 16 Issue: Siebel Gateway Configuration (2nd step of Enterprise Configuration) failed with below error.   Gaetway.log NameServerLayerLog Error 1 000000024f4c19ce:0 2012-02-28 09:36:10 Unable to connect to the gateway server. GenericLog GenericError 1 000000024f4c19ce:0 2012-02-28 09:36:10 NSC – ErrCode 5009 SysErr 0 GenericLog GenericError 1 000000024f4c19ce:0 2012-02-28…

Siebel IP2016 – Siebel Enterprise Server Config Issues Part 3

Issue#3 Siebel Gateway Configuration failed with error SBL-GEN-05009 Environment: OS:Windows Server 2012 R2 Siebel Version: 16 Issue: Siebel Gateway Name Server Configuration failed with error. Please see the files for details. Gateways name server windows services not created properly after this error. Cause: Installation User don’t have full admin rights to create windows services. Solution: We need to deactivate UAC (User Account…

Siebel IP2016 – Siebel Enterprise Server Config Issues Part 1

Issue#1 Siebel Gateway Configuration failed with error SBL-GEN-05009 Environment: OS:Solaris Sparc 11 Siebel Version: 16 Issue: Siebel Gateway Name Server Configuration failed with error. Please see the files for details. Siebel.log 2021 2016-06-01 17:29:49 2016-06-01 17:29:49 +0300 0000000f 001 003f 0001 09 siebel 26438 1 /u01/SBA_81/gtwysrvr/log/siebel.log 16.0.0.0 [23057] ENU NameServerLayerLog Info 3 00000002574e6746:0 2016-06-01 17:29:49 1: CSSNSClient::CSSNSClient() successfully initialized, m_bNewLocking: True NameServerLayerLog…

Innovation Pack 2016: Key Features and Overview

Recently, Oracle has been published Siebel CRM IP2016 Statement of Direction, and can be found on MyOracle Support. With the new release Oracle continuing to enhance the Siebel application mobile and industry solutions and also focusing on CX and Cloud integrations. Its really a good news for Siebel that Oracle is continuing to keep a solid pace on innovations for…

How to Reset Siebel Server and clean all files ?

The advice on clearing .shm and .osdf is generically good, however does sometimes fail and then it is important to consider deleting and recreating the siebsrvr/sys/svc* (Siebel service) and recreate with siebctl command. You may have to kill some other process as well. The full clean up solution as documented by Siebel is provided below for completeness: In order to…

How Can You Test Connectivity to a SMTP Mail Server?.

In case you are not able to send mails from Siebel and needs to test the connectivity of  Siebel Servers to SMTP mail servers. This post will help you for sure. Obtain the IP address of the SMTP Mail Server Example: mail.askmesiebel.com Obtain the numerical IP address to confirm which host you are connecting to. From a Microsoft Windows or…

How the Workflow Monitor Agent Runs Workflow Policies ?

Workflow policy conditions can monitor changes in the Siebel application database tables or columns. If the conditions are met, the specified workflow policy action will be executed. Workflow policy violations are monitored by the Workflow Monitor Agent server task and its parameter values. Depending on the value of the Action Interval parameter for Workflow Monitor Agent, the action is taken.…

How to use Plug-in Wrapper: Siebel Innovation Pack 2014

Why Plug-in Wrapper ? A plug-in wrapper is a complete and independent manager of an applet control and its life-cycle. It is entirely responsible for all actions of a control. Suppose we want to change checkboxes to flip-switches across application OR change textarea to popup colorbox textarea OR change drop-down combo-boxes to a silder. Then we can achieve by using…

Siebel Innovation Pack 2014: About Event Helper Class

The Event Helper Class uses the Event Helper Object to facilitate Event Binding in the Physical Renderer or Plug-in Wrapper. Event helper used to achieve uniformity across different devices, a single event binding will work for all devices. To retrieve the event helper: var evtHelper = this.Helper(“EventHelper” ); Manage is the singular API exposed by the Event Helper Class for…

How to get Interactive dialog boxes in Siebel

In this post, I am sharing all the methods I know to get interactive dialogue box in Siebel. Hope this will help someone in need. Popup messsage using Vanilla Business Service Business Service: LS Pharma Signature UI Service Method Name: ShowConfirmDialog   Popup messsage using Siebel Server Scripts TheApplication().RaiseErrorText(“the message”); //server script In order to pop up the message and…