Table of Contents

Search

  1. Preface
  2. Understanding PowerExchange for Siebel
  3. PowerExchange for Siebel Configuration
  4. Siebel Sources
  5. Application Source Qualifier for Siebel Sources
  6. Siebel Targets
  7. Siebel Business Service Transformation
  8. Siebel EIM Read Transformation
  9. Siebel EIM Load Transformation
  10. Siebel EIM Invoker Transformation
  11. Siebel Sessions
  12. Appendix A: Datatype Reference
  13. Appendix B: Error Messages
  14. Appendix C: Glossary

PowerExchange for Siebel User Guide for PowerCenter

PowerExchange for Siebel User Guide for PowerCenter

CONTROL_FIELDS Input Group

CONTROL_FIELDS Input Group

The PowerCenter Integration Service extracts data from EIM tables based on each unique combination of the EIM table name and the batch number specified in the CONTROL_FIELDS input group. The naming convention for each port is <group name>_<field name>. The CONTROL_FIELDS group contains the following ports:
  • CONTROL_FIELDS_EIM_TABLE. Contains the EIM table name.
  • CONTROL_FIELDS_BATCH_NUM. Contains the batch number.
The PowerCenter Integration Service retrieves the EIM table name and the batch number from a source that is linked to the CONTROL_FIELDS group. You can filter rows by specifying particular batch numbers and EIM tables in the control fields.
If a flat file provides values for the CONTROL_FIELDS group, the flat file header must contain the EIM table name and the batch number in the following format:
<Siebel EIM table name>,<batch number>
The PowerCenter Integration Service extracts data from an EIM table for each batch number specified in this group. If the specified batch number does not match a batch number in the EIM table, the PowerCenter Integration Service ignores that batch for session performance. If the source does not provide an EIM table name or batch number, the PowerCenter Integration Service does not extract data for any EIM table.
The following table shows an example EIM table, EIM_ACCNT_CUT:
ROW_ID
IF_ROW_BATCH_NUM
1-D1916
1
1-D1917
1
1-D1918
1
1-D1919
2
1-D1920
2
1-D1921
2
The following table describes the CONTROL_FIELDS group:
EIM Table Port Name
EIM Table Value
Batch Number Port Name
Batch Number Value
CONTROL_FIELDS_EIM_TABLE
EIM_ACCNT_CUT
CONTROL_FIELDS_BATCH_NUM
2
The PowerCenter Integration Service extracts data only for batch number 2 because the CONTROL_FIELDS group does not contain the batch number 1 for the EIM_ACCNT_CUT EIM table.

0 COMMENTS

We’d like to hear from you!