| Next Tip »?

Recent Posts

Recent Comment

Archive for February, 2008

« Previous Entries

T Script engine VS ST Script Engine.

Friday, February 29th, 2008

As we all know that from Siebel 7.7 (via patch) and Siebel 7.8 Siebel has introduced a new script engine called ST (Strong Typed) script engine in addition to the old T (Typeless) Script Engine. In Siebel 8.0 ST Script engine is enabled by default but not in Siebel 7.7 and Siebel 7.8.
 I already have written a [...]

Strange but true – Ctrl + 8 key combination.

Thursday, February 28th, 2008

Yup, I know a pretty strange Title for a post but what I am going to discuss is equally strange
Problem:
I didn’t face this problem in Siebel 7.7 but I have been facing this problem in Siebel 7.8.2.3 pretty regularly. The problem is that
“Siebel Application hangs (mouse remains in hour glass state) and you have to [...]

Identifying Positions based on divisions - SQL.

Wednesday, February 27th, 2008

This query has been shared by a reader of my blog Kaushik Ghosh. It helps us to identify position and parent position for the specified division.
Can be really helpful in

Support jobs involving creation of various positions.
Avoid duplicate of Position creation
Places where lot of divisions and positions exsist

Here is the query

Limiting Text Field Length – User Property

Tuesday, February 26th, 2008

Lot of time we have requirement which involves restricting user input to certain length. Most common way to do that is to specify the Text Length property of the field. I used to do that until recently when I came to know that even after specifying field length user was able to enter more than [...]

ORA-01754 – Siebel Varchar data type length issue.

Monday, February 25th, 2008

This is the recent problem that I faced while applying and activating column on a Table. The table in picture was S_SRV_REQ. 
Problem:
While applying column on the Service Request table we receive error the error given below.
ORA-01754 – Table cannot have more than one long column.
 I don’t have the exact error message right now. It was pretty [...]

Please Help!!!

Friday, February 22nd, 2008

Hi Guys,
I need some help or I should say precious few minutes of your time from you fantastic people working in Siebel. I am going for a green belt project in order to create a tool which should help us to reduce our code debugging time and make our code clean and efficient.
I have a prototype [...]

High Interactivity Framework and Administrator Rights

Thursday, February 21st, 2008

High Interactivity Framework has been really a source of lot of problems in Siebel and it is difficult to debug the problems cause by it because it resides outside Siebel. Some of the reasons for High Interactivity Framework to get corrupted are

Different version of jar files reside on same PC
Accessing different instances of application from [...]

How to enable button – various ways.

Thursday, February 21st, 2008

The most basic requirement in Siebel is adding a button on an applet and associating functionality to it. But when add a button in Siebel it is grayed out or in other words not enable by default you have to make it enable.
In this post I will write down the various ways that I know [...]

Specialized method not supported SBL-DAT-00322

Wednesday, February 20th, 2008

When we enter in the world of Siebel development one of the first things that a developers try his hand on is adding a button to an applet and try to invoke functionality on click of it, which is generally a popup saying ‘Hello World’ if he is just out of college
But more often than not [...]

Siebel File System Clean Up

Tuesday, February 19th, 2008

In the last part of this File System series post we will be discussing about:

Why do we need to Cleanup File System?
How to Cleanup the File System?

You can read about Basics and Problem in my previous posts.

« Previous Entries