PowerCenter
- PowerCenter 10.4.0
- All Products
Column Name
| Datatype
| Description
|
---|---|---|
REPOSITORY_GID
| Varchar | Unique identifier for the repository. |
WORKFLOW_RUN_ID
| Integer | Unique identifier for the workflow. |
WORKLET_RUN_ID | Integer | Unique identifier for the worklet. If a session is not part of a worklet, this value is “0”. |
SESS_INST_ID | Integer | Unique identifier for the session. |
SESS_START_TIME | Date/Time | Timestamp of the Integration Service when a session starts. |
SESS_START_UTC_TIME | Integer | Coordinated Universal Time, called Greenwich Mean Time, of when the session starts. |
REPOSITORY_NAME | Varchar | Repository name where sessions are stored. |
FOLDER_NAME | Varchar | Specifies the folder where the mapping and session are located. |
WORKFLOW_NAME | Varchar | Specifies the workflow that runs the session being logged. |
TASK_INST_PATH | Varchar | Fully qualified session name that can span multiple rows. The Integration Service creates a new line for the session name. The Integration Service also creates a new line for each worklet in the qualified session name. For example, you have a session named WL1.WL2.S1. Each component of the name appears on a new line: WL1 WL2 S1 The Integration Service writes the line number in the LINE_NO column. |
MAPPING_NAME | Varchar | Specifies the mapping that the session uses. |
LINE_NO | Integer | Specifies the line number for each row error entry in TASK_INST_PATH that spans multiple rows. |
Use the column names in bold to join tables. |