Handling EIM Failures after Siebel Upgrade
After upgrading Siebel applications to a higher release, certain columns that were previously not List-of-Value (LOV) bounded became LOV bounded that could cause EIM import failure Oracle Siebel highly recommends that users evaluate the potential impact of schema upgrade before they perform any EIM loading in a new release.
If a field in a business component is associated with a bounded pick list, the base column that the field is mapped to will become LOV bounded to maintain consistency. More columns become LOV bounded after upgrading Siebel applications to a higher release.
EIM import would fail in a new release if a user does not populate the valid LOV data in EIM interface table. You may get the following error in EIM log files:
"This column contains a bounded picklist value and the value given does not correspond to a value in the list-of-values table for the given picklist type."
The following approaches are strongly recommended:
Run utleimdiff.exe utility to compare the differences of EIM interface tables between the old repository and new repository. For detailed instruction on how to run this utility, please refer to FAQ 1737: How can users find differences in all interface tables between two repositories? On Oracle Siebel support web.
The following SQL scripts are used to identify all the changes of LOV bounded columns between two repositories:
lov_diff_check.sql
This script compares differences between the older repository and the new repository. It will generate a list of LOV columns that were changed from LOV un-bounded to LOV bounded in the new repository. Users need to include the names of the two repositories in the first two lines of the SQL script. For example:
Define repository1 = "Siebel Repository 14068 FINS"
Define repository2 = "Siebel Repository 14010 FINS"
In addition, users can run this script to generate a list of LOV columns for the specific EIM tables by modifying the following statement in the script:
And IT2.NAME in ('EIM_FN_CENSUS')
Related Articles:
Browse Categories
User login
Navigation
Popular content
- Autosys Job Handling (13,609)
- GE UNIVERSAL REMOTE INSTRUCTIONS (12,357)
- Siebel User properties (9,094)
- Test 1 - NC Drivers License Test - DMV Question Dump (8,769)
- Making a View "Read Only" based on a criteria: Aspect User Property (4,216)
- Siebel Application Response Measurement (SARM) (4,144)
- Siebel Predefined Queries (PDQ) – Reference (4,080)
- Siebel Server Component Event Logging (3,662)
- Strategies for Building Team Cohesion (3,153)
- How to create the EBC’s in Siebel (3,085)
Readers who viewed this page, also viewed:
- How to Troubleshoot Database Errors Caused by Deleting Repositories using Siebel Tools (88.9%)
- OBIEE Interview Questions and Answers FAQ (88.9%)
- Tracing Siebel server task with SQL Trace and TKPROF in Oracle (88.9%)
- Uninstalling the Siebel 8 patch from local client and tools (77.8%)
- Installing Patch in Siebel 8 - Client using Opatch Utility (77.8%)
- Siebel Server Component Event Logging (77.8%)
- Siebel session hints (77.8%)
- Real time Siebel EIM (Enterprise Integration Manager) Interview Questions – Part 4 (66.7%)
- How are index hints used in an EIM process (66.7%)
- How can I tune my EIM batches to improve performance? (66.7%)
