The syscdr_ats Table
The syscdr_ats table contains the first ten lines of the transaction header for each ATS file.
Column | Type | Description |
---|---|---|
ats_ris | integer | Pseudo row ID. |
ats_file | char(128) | ATS file name. |
ats_sourceid | integer | CDRID of source server. |
ats_source | char(128) | Source server name. |
ats_committime | char(20) | Time when the transaction was committed on the source server. |
ats_targetid | integer | CDRID of the target server. |
ats_target | char(128) | Target server name. |
ats_receivetime | char(20) | Time when the transaction was received on the target server . |
ats_risfile | char(128) | Corresponding RIS file name. |
ats_line1 | char(200) | The first line of the transaction header information. |
ats_line2 | char(200) | The second line of the transaction header information. |
ats_line3 | char(200) | The third line of the transaction header information. |
ats_line4 | char(200) | The fourth line of the transaction header information. |
ats_line5 | char(200) | The fifth line of the transaction header information. |
ats_line6 | char(200) | The sixth line of the transaction header information. |
ats_line7 | char(200) | The seventh line of the transaction header information. |
ats_line8 | char(200) | The eighth line of the transaction header information. |
ats_line9 | char(200) | The ninth line of the transaction header information. |
ats_line10 | char(200) | The tenth line of the transaction header information. |