Tuesday, January 20, 2015
Does DDLSYNC/ Apply Activate Drop Tables or Columns after they were deleted from the Siebel repository?
DLSYNC / "Synchronize Schema Definitions" will NOT drop CX_ tables at DB level
(it will also not delete CX_ columns from DB tables when deleting them in the Siebel repository)
Typically, you will only add tables, so this normally not an issue. Also this is expected / intended functionality:
just imagine what would happen if someone accidentally deleted a table or column in Siebel Tools and that would result in all your data in that table or column automatically being dropped being lost.
To delete custom tables or columns, the developers would need to delete or inactivate them in the Siebel repository,
and the DBA would need to drop / remove them at physical DB level - please note that standard Siebel tables or columns (that cannot be removed from the Repository) also must not be dropped at DB level.
Thursday, January 8, 2015
WfProcMgr error Database connection was lost, please retry.(SBL-DAT-00175)"(SBL-EAI-04376)
Wednesday, January 7, 2015
Change File System parameter from *FSM* to actual server path Siebel 7.8
Tuesday, October 14, 2014
Siebel Client-Side Logging for High-Interactivity Applications
Siebel Client side logging can help you to diagnose situations in which your browser freezes or aborts while using Siebel Application.
Below table illustrates settings to be done on Application Object Manager to enabling Client Side logging.
| Parameter | |||
| ClientSideLogging | Enable/Disable Client Side logging | True/False | False |
Alternately if you want to enable Client logging for single High Interactivity client you can do so by setting below environment variables on local machine running Siebel Web Client(HI).
| Environment Variable | |
| Size of the log file in megabytes (MB) NOTE: If a log file size exceeds the value in the SEBLCL_LOGFILESIZE environment variable, a new log file is created. | |
Please close all Internet Explorer Sessions and open new IE session after setting above environment variables.
If settings are done both at Server and Client the behavior is defined by below table.
| Value on Client | ||
Please refer “Examples of Log Files for Client-Side Logging” to read the log file created
http://docs.oracle.com/cd/E14004_01/books/SysDiag/SysDiagClientSideLogging12.html
Configuring Standard Error Files
Standard error files contain process messages that are directed to standard error and standard out
1. On the computer running the Siebel Server, set the following environment variable to the given value:
SIEBEL_STDERROUT = 1
2. Stop and restart the computer running the Siebel Server for the environment variable to take effect.