Download Video Tutorial of How to Enable logs for Siebel Dedicated Client | Next Tip »?

Recent Posts

Recent Comment

Problem-Solutions

« Previous Entries

EnableScripting CFG parameter and Debugging

Wednesday, June 25th, 2008

Yesterday, I faced a really weird problem while trying to debug a script.
Problem:
Clicking on Debug Menu > Start, started the client session but the “Waiting for Runtime to Respond” Dialog (as shown below) box used to get stuck in Siebel tools and debugging never started

Insert Successful but Update fails.

Sunday, April 20th, 2008

I have faced this problem quite a number of times. Below is the description of problem
Problem:
You are using upsert operation of EAI Siebel Adapter using an Integration component. When you insert a record it gets inserted successfully but if you try to update that record sending the row id of the object. It fails the [...]

Critical Internet Explorer settings for Siebel Application

Tuesday, April 1st, 2008

With advent of siebel 7 , Siebel took the application to next level by harnessing the power of web. It did improve application a lot but introduced new set of problems related to internet. Web applications run on browser so, browser settings are very important in efficient running of application. In this post we are going to discuss important IE setting that [...]

Siebel Business Service Simulator and Runtime Events

Monday, March 31st, 2008

Continuing on the Business Service simulator post, I will discuss a problem which I faced while simulating the business service. You might also face similar problem and it is not that easy to find.
Problem:
While simulating the business service kept failing and I could not see any reason for which it should have failed. As it [...]

BC UndoRecord – a new learning

Wednesday, March 26th, 2008

Few days ago while working on a requirement I came to know a new thing about BC UndoRecord Method.
Requirement:

If user changes a field value make a flag true
If user hits ESC key or does an undo record then set the flag to false.

Solution:
On SetField value event write the script to make the set the flag [...]

this.ParentBusComp() use with caution

Monday, March 17th, 2008

In my last post I described how we can use ParentBusComp() to reduce the amount of scripting that we have to do while updating the parent record based on some even on child record. But you shouldn’t be using this with you eyes closed as this can result in error at some places. I will [...]

unknown@unknown and eMail Response

Tuesday, March 11th, 2008

Strange title isn’t it but I think this is one of the most important info that I am going to provide regarding Siebel eMail Response functionality. I have already written couple of article explaining about email response so you can see those from the links below

Siebel eMail Response Case Study
How to Setup eMail Response

In this [...]

Siebel 7.8 Product Configurator - Siebel Application hangs

Monday, March 10th, 2008

This is a problem that I faced while working in Siebel 7.8 Product Configurator.
Problem:
You click on customize to open the product configurator screen. Customize the product and click on save and exit. Siebel Application hangs on doing this and you have kill the instance and open a new instance.
Reason:
This has been identified as an Internet [...]

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 [...]

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 [...]

« Previous Entries