Wednesday, January 13, 2010

Object types and properties are not listed in web client mode


Some of the Object types and properties are not listed in web client mode i.e. they are hidden in Tools.
Example for Object Type Applet the properties like Background Bitmap

Background Bitmap Style
Browser Class
Height
HTML Popup Dimension
Popup Dimension
Text Style
Width  
are hidden and cannot be viewed.
SOLUTION:

In Tools.cfg for parameter ClientConfigurationMode set the value to All.
        By default it is web, by changing the value to all we can view hidden object type and hidden properties.


http://www.siebeldigest.com/

Siebel Object Manager


The object manager acts like a dedicated client except that it represents multiple clients instead of just one client. With this in mind, the object manager needs to understand how to display things on the screen, what rules to enforce, etc. To do this, the object manager reads the srf file on an as needed basis. The object manager will cache object definitions for the entire life of the process and will share this information with all clients that connect to this object manager. The object manager also manages client specific information. As a rule of thumb each client will add about 4 mb of memory usage to the object manger on top of all the object definition memory. This is a rule of thumb and can vary greatly depending on usage. 


As thin clients log in and out of Siebel the object manager usage will go up and down. If all users log off the object manager processes may stick around for 20-30 minutes while timeouts are reached. Once all the user connections are cleaned up the object manager process, SIEBMTSH will shutdown. The "Minimum Multi-Threaded Servers" parameter value may prevent SIEBMTSH processes from shutting down. 


Min MT servers govern how many processes to keep running when there is no activity for a component. One reason to do this is to avoid having a login delay when a thin client tries to connect and a new process is started to handle the request

http://www.siebeldigest.com/

Open an Assoc Applet(inside a shuttle Applet) in query mode

How to Open an Assoc Applet(inside a shuttle Applet) in query mode

Sometimes after setting the Auto Query Mode property of the Assoc Applet as "New Query", the applet opens in query mode but no operation can be done on it and the entire Application hangs.
To make the Application perform normally, the following one-liner script can be written in the Applet Load Event either in the Server side or in the Browser side:                        
                                                this.InvokeMethod("NewQuery");


http://www.siebeldigest.com/

For Attribute mapping "Interface Table Data column" not showing you extension column in Siebel Tools

Issue with EIM mapping extension column without Mapping wizard.

Suppose you have to create extension column X_USERID in S_ASSET and EIM mapping with EIM_ASSET.

1) Create extension column X_USERID in S_ASSET.
2) Create extension column X_AST_USERID in EIM_ASSET.
3) Create Attribute mapping in EIM Interface table in tools.

While creating record in EIM interface table, drop down list for "Interface Table Data column" not showing you extension column.

In this case, check if EIM Processing Column Flag  is checked, After unchecking the flag, the column showed in the drop down list, and the attribute mapping could be created.

http://www.siebeldigest.com/