Performance Tuning Guide > Tuning Siebel EIM for Performance > Troubleshooting EIM Performance >

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. For more information on this parameter, see the Siebel Enterprise Integration Manager Administration Guide.

NOTE:  While this parameter is especially important for merge processes, it can also be used for any of the other types of processes.

Here is an example of using this parameter while running on Microsoft Windows from the server command line mode:

run task for comp eim server siebserver with config=account2.ifb, ExtendedParams="NUM_IFTABLE_LOAD_CUTOFF=1", traceflags=1

Performance Tuning Guide