Category: Admin
-
Oracle DB Environment Parameters for Siebel
Debugging performance issues is probably the most common activity for any ‘decent’ Siebel installation. The process for this is quite methodical - -
Siebel IP 2015 Installation
It is high time I try to learn something new in Siebel. The puny IP 2013 at work could not cough up anything exciting anymore, and so I decided it was time to move on to greener pastures. -
Concurrency control in Siebel
Siebel is an application accessed by users through browser. There is no external controls to prevent different users from working on the same record. -
Things to Consider While Activating Siebel Workflows
Siebel workflows are indispensable for implementing business rules within the Siebel application. They provide a powerful, declarative framework for diagrammatically representing the logic that is easily maintainable, scalable across releases and less prone to errors and memory leaks. -
Siebel High Interactivity Framework
Siebel High Interactivity, fondly called HI, was the default way of accessing Siebel application over the web or in offline mode - until Open UI made its debut. -
Delete orphaned files from Siebel FileSystem
It is quite easy to forget about filesystem. All that you do is to create a file in the application, an application is going to take care of moving the actual attachment to the file system and creating a record in the database. -
Siebel Configuration(CFG) File Explained
Have you seen Siebel CFG file lately? For more Siebel developers CFG file is something that you need to set up during the very beginning of the project, and then it becomes transparent. -
ActiveX Considerations for Siebel HI deployments
High interactivity client started as the cutting edge technology to provide rich client functionalities during the early 2000’s. I will not getting into how much relevant to this age when JavaScript can create desktop applications, But it is suffice to say that HI had a crucial role to play for a long long time. -
Siebel 8.1.1.14 install error? (or just my stupidity)
So, one fine day I finally decide to install Siebel 8.1.1.14 on my trustworthy computer at home. Download/copy install files – check. -
Debugging Siebel Web Client
I am of the view that: Development = 80% debugging, 20% writing new stuff. Debugging your own code, or that written by others is what you will do most of your coding life.