EIM ORDER EXPORT FILTER: MATCHES with a Siebel extension table of any target base table
(Doc ID 511992.1)
Last updated on AUGUST 01, 2024
Applies to:
Siebel Enterprise Integration Manager - Version 7.5.2.103 SIA [15257] and laterz*OBSOLETE: Microsoft Windows 2000
Symptoms
We are trying to export via EIM only those orders details which have a certain value for the ATTRIB_07.
We use the EXPORT ALL ROWS = FALSE and EXPORT MATCHES statements to indicate these constraints, but the EIM process seems to ignore them.
Attached you will find the .ifb file and an XLS file with the exported EIM_ORDER_ITEM table. Can you please tell us where are we making mistakes?
[EXPORT Order Headers EXTENSIONS]
TYPE = EXPORT
BATCH = 1000
TABLE = EIM_ORDER_DTL
ONLY BASE TABLES = S_ORDER, S_ORDER_X
EXPORT ALL ROWS = FALSE
EXPORT MATCHES = S_ORDER_X, (ATTRIB_07 = 'New Product' OR ATTRIB_07 = 'RAT')
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |