siebelpracticenlearn.blogspot.com
Digesting Siebel !: 01/18/10
http://siebelpracticenlearn.blogspot.com/2010_01_18_archive.html
Monday, January 18, 2010. Database Guidelines for Optimizing EIM. Avoiding excessive Table Fragmentation. The extent sizes of the tables and indexes should be defined in accordance to the data to be inserted. To check if segment extension is occurring in an Oracle database. Use the SQL statement that follows to identify objcets with greater than 10 extents. Select segment name, segment type, tablespace name, extents. Where owner = 'SIEBEL'. And extents 10;. Purging an EIM Table. Multiple EIM processes ca...
siebelpracticenlearn.blogspot.com
Digesting Siebel !: 01/15/10
http://siebelpracticenlearn.blogspot.com/2010_01_15_archive.html
Friday, January 15, 2010. EIM initializes any temporary columns. Sets all the temporary columns to NULL and counts the rows to be processed based on IF ROW BATCH NUM.If there are rows where required columns contain only blanks, the complete EIM process will fail at this step. Rows will not be imported or updated. EIM applies any DEFAULT COLUMN and FIXED COLUMN values. EIM applies any filter queries. EIM inserts any new EIM table rows that have successfully passed all earlier steps in the Siebeldatabase t...
siebelpracticenlearn.blogspot.com
Digesting Siebel !: 01/26/10
http://siebelpracticenlearn.blogspot.com/2010_01_26_archive.html
Tuesday, January 26, 2010. Overview of Configuring Siebel Applications. Are the metadata that define Oracle's Siebel Business Applications. Object Defn's implement the user interface, business entities, and database organization of Siebel applications. Object Defn's are stored in set of databse tables called the Siebel Repository. U work with Object Definitions using Siebel Tools. Object Defn's have parent child relationships. Object, Property or Class refer to Siebel Application Metadata. Objects in eac...
siebelpracticenlearn.blogspot.com
Digesting Siebel !: 01/13/10
http://siebelpracticenlearn.blogspot.com/2010_01_13_archive.html
Wednesday, January 13, 2010. Using the NUM IFTABLE LOAD CUTOFF Extended Parameter. Setting this extended parameter to a positive value will reduce the amount of time taken by EIM to load repository information. This is because when you set this parameter to a positive value, only information for the required EIM tables is loaded. NOTE: While this parameter is especially important for merge processes, it can also be used for any of the other types of processes. Disabling Docking : Transaction Logging.
siebelpracticenlearn.blogspot.com
Digesting Siebel !: 01/19/10
http://siebelpracticenlearn.blogspot.com/2010_01_19_archive.html
Tuesday, January 19, 2010. Run Parameter Guidelines for Optimizing EIM. The following recommendations are for setting run parameters when performing the EIM loading process:. IGNORE BASE TABLES OR ONLY BASE TABLES. IGNORE BASE COLUMNS OR ONLY BASTE COLUMNS. USING SYNONYMS TO FALSE. Siebel Bytes by Kavita Bansal. Data Management Guidelines for Optimizing EIM. The following recommendations apply when performing the EIM loading process:. DEFAULT COLUMN = CON BU, Default value in the .IFB file. Picture Windo...
siebelpracticenlearn.blogspot.com
Digesting Siebel !: Configuring Objects for High Interactivity
http://siebelpracticenlearn.blogspot.com/2010/02/configuring-objects-for-high.html
Wednesday, February 3, 2010. Configuring Objects for High Interactivity. When configuring applications for deployment in high interactivity mode consider below points:. Browser scripting is fully supported in high interactivity mode. For fields to interpret and display custom HTML, such as a URL entered by the user, the field's Type property must be set to URL. You can't modify the appearance of rich text editor. You can't modify the background and text color of list applets. Siebel Bytes by Kavita Bansal.
siebelpracticenlearn.blogspot.com
Digesting Siebel !: Set High Interactivity Mode
http://siebelpracticenlearn.blogspot.com/2010/02/set-high-interactivity-mode.html
Wednesday, February 3, 2010. Set High Interactivity Mode. Make the modifications in CFG file as :. Siebel Bytes by Kavita Bansal. Subscribe to: Post Comments (Atom). BLOG I REFER TO. Siebel Bytes by Kavita Bansal. View my complete profile. Configuring Objects for High Interactivity. Set High Interactivity Mode. JavaScript Object Architecture in High Interactivi. Picture Window template. Powered by Blogger.
siebelpracticenlearn.blogspot.com
Digesting Siebel !: EIM hands on Problems & possible Solutions
http://siebelpracticenlearn.blogspot.com/2011/04/eim-hands-on-problems-possible.html
Wednesday, April 27, 2011. EIM hands on Problems and possible Solutions. Even though ONLY BASE TABLES is used in the IFB , still EIM job is failing to resolve all unwanted keys to other tables ( S AREA, S USER etc.). IFB files used :. TABLE = EIM CONTACT. USE INDEX HINTS = TRUE. BATCH =20000 - 20050. ONLY BASE TABLES = S PARTY, S CONTACT, S CONTACT BU, S POSTN CON. TABLE = EIM ADDR PER. USE INDEX HINTS = TRUE. BATCH =20000 - 20050. ONLY BASE TABLES = S ADDR PER. 2 Account Merge Process. All rows failed t...
siebelpracticenlearn.blogspot.com
Digesting Siebel !: 01/14/10
http://siebelpracticenlearn.blogspot.com/2010_01_14_archive.html
Thursday, January 14, 2010. EIM Configuration File General Parameters ( Header and Process Section). Parameters are categorized by the specific type of EIM process in which it is used:. 9632; General Header Parameters. 9632; General Process Parameters. 9632; Import Process Parameters. 9632; Export Process Parameters. 9632; Delete Process Parameters. 9632; Merge Process Parameters. General Header Parameters. [ TOC SIMPR LTFUN PW]. At a minimum, [Siebel Interface Manager] and PROCESS must be specified.
siebelpracticenlearn.blogspot.com
Digesting Siebel !: 04/27/11
http://siebelpracticenlearn.blogspot.com/2011_04_27_archive.html
Wednesday, April 27, 2011. EIM hands on Problems and possible Solutions. Even though ONLY BASE TABLES is used in the IFB , still EIM job is failing to resolve all unwanted keys to other tables ( S AREA, S USER etc.). IFB files used :. TABLE = EIM CONTACT. USE INDEX HINTS = TRUE. BATCH =20000 - 20050. ONLY BASE TABLES = S PARTY, S CONTACT, S CONTACT BU, S POSTN CON. TABLE = EIM ADDR PER. USE INDEX HINTS = TRUE. BATCH =20000 - 20050. ONLY BASE TABLES = S ADDR PER. 2 Account Merge Process. All rows failed t...