I know your reaction after reading the title… Yes we are going to add tilting effect of Windows 8 tiles in Siebel OpenUI Synergy Theme. I am extending jQuery plugin to add this feature. This plugin will work on Innovation Pack 2015 and Innovation Pack 2016 but Synergy theme only. Lets categories this in two parts: 1.) Add tilting on…
Category: Tips and Tricks
BI Publisher Reports open in full window instead of Siebel IFRAME
Bug 17515051 – IFRAME SSO DISPOSITION IS NOT WORKING What I am trying to achieve? I want to open BI Publisher reports in Siebel using Symbolic Urls. Issue On accessing Scheduled Reports or Reports History (‘My BIP Reports’ > ‘Scheduled Reports’ view > ) does not stay under Siebel header. Instead, it leaves Siebel application and opens the BI Publisher…
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…
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.…
Siebel schema export and import from one Siebel DB server to other
This is in continuation of my last post. So, before going through, please check this: How to get export of Siebel database to a dump file In my last post, we have exported siebel database in a dump file. Now we will import this dump file to another databse server. Step 1: Get ready dump file what we have exported…
Export Siebel schema from database server using command line
While migration, we usually requires to export the Siebel data base dump from one environment and import the same into another environment. of course, we are talking about Oracle database. Well Siebel never allowed such DB level interaction, so we have to do it using Oracle export/import utility (i.e. imp/exp or data pump utility).If you wanna go further on this,…
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…