Table of Contents

Search

  1. Preface
  2. Introduction
  3. Servers
  4. Console Client
  5. Search Clients
  6. Table Loader
  7. Update Synchronizer
  8. Globalization
  9. Siebel Connector
  10. Web Services
  11. ASM Workbench
  12. System Backup and Restore
  13. Batch Utilities

Real Time Reject table layout

Real Time Reject table layout

The Real Time Web Service stores rejected transactions in an SQL-accessible table named
IDS_UPD_SYNC_REJ
. The layout of the table is as follows:
System Name
The name of the System to which these rejected transactions belong.
IDT Name
The name of the IDT that this record belongs to. This is the fully decorated table name as it appears on the target database. For example an IDT named IDT-99 in the definition file stored on dbid 01, would be called
IDS_01_IDT_99
.
Operation Code
Defines the operation to be applied. Valid values are ’A’ meaning add this IDT record, and ’D’ meaning delete this IDT record.
IDT Record
This is the rejected record.
Rejected Time Stamp
An alphanumeric string containing the date and time the record was rejected. Format is
YYYYMMDDHHMMSS
.
The
FLAT-FILE
input will not insert record into reject table if
TXN
sequence number is old.

0 COMMENTS

We’d like to hear from you!