Parameters Used for Exports in Both the Header and Process Sections
The following table describes the parameters that can appear in either the header section or a process section, and are specific to an export process. For generic parameters that can be used in all EIM processes, see Process Section Parameters Generic to All EIM Processes.
Parameter | Description |
---|---|
ATTACHMENT DIRECTORY |
(Default is SIEBEL_HOME\OUTPUT) Specifies the directory to be used for exporting attachments. Before specifying a directory, make sure the directory exists on a Siebel Server machine and you have read and write access to it. Example:
If the export of an attachment fails, the export process continues and EIM writes a message in the trace file. |
CLEAR INTERFACE TABLE |
Specifies whether existing rows in the EIM table for the given batch number should be deleted. The default value is TRUE. |
EXPORT ALL ROWS |
Specifies that all rows in the target base table and secondary tables are to be exported. The default value is FALSE. Existing values in the EIM table and export matches expressions are ignored. For all columns to export using an EIM table (both data from the base table and data from related child tables), you need to make sure this parameter is set to TRUE (you may need to add this line if it does not currently exist) in the .IFB file. Note: Rows from child tables of related child tables are not exported until they have been mapped. |
EXPORT MATCHES |
WHERE clause fragment. Example:
For more information on the EXPORT MATCHES parameter, see EXPORT MATCHES Parameter. |