Saturday, March 6, 2010

ORA-24345: A Truncation or null fetch error occurred

All of a sudden I was getting the error "ORA-24345: A Truncation or null fetch error occurred" in one of EBC based view. I tried loading the same record by having a different and criteria and made sure that the record is also a part of my query condition. This time I drill down on the record for which it didn't have any problem and then I navigated to the problematic record and the view loaded without any issue but I was not able to see the detail record even though it had few records to be shown. Finally after doing a research in Support web I come to understand the following:
The field length mentioned in the EBC is different from the actual field length mentioned in the Table. Since its a EBC an external application accessing the application has accessed this field and updated with a greater length of data that is mentioned in the BC. Hence the above error occured. After correcting the BC field's length and compiled the EBC into SRF the above issue is resolved.

Thursday, March 4, 2010

Siebel Mobile Web Client Error

The following error may occur when the Mobile Web Client application was launched by loging into local database

The application is in a lock-out mode.(SBL-DCK-52032)

Resolution: Issue resolved after changing the "ConnectString" parameter with local db name in Sample section of application CFG
ConnectString = D:\Siebel8.1\Tools_1\local\sse_data.dbf -q -m -x NONE -gp 4096 -c40m -ch60m

Runtime Error! - EBC

You may often the see below error and the application abrubtly closes when you navigate to a view which has applets using EBC in Siebel Mobile Web Client.

Runtime Error!
Program:
This application has requested the Runtime to terminate it in an unusual way.Please contact the application's support team for more information.

Resolution:

Add the following parameter in your application CFG file along with along with Datasource parameters for EBC this will resolve the issue

DOCKED=TRUE