PowerCenter
- PowerCenter 10.4.0
- All Products
Port
| Type
| Mode
| Description
|
---|---|---|---|
ScriptName | Input | Script | The name of the script to execute for each row. |
ScriptError | Output | Script | SQL errors the database passes back to the transformation when the script fails. |
ScriptResult | Output | Script | Results from query execution. Contains PASSED when the query executes successfully. Contains FAILED when the query is not successful. |
SQLError | Output | Query | SQL errors the database passes back to the transformation. |
LogicalConnectionObject | Input | Query | Dynamic connection. The name of a connection defined in Workflow Manager connections. |
Connect String | Input | Query Script | Connection object only. The database name and the database server name. |
DBUser | Input | Query Script | Full connection only. The name of the user with permissions to read and write from the database. |
DBPasswd | Input | Query Script | Full connection only. The database password. |
CodePage | Input | Query Script | Full connection only. The code page the Integration Service uses to read from or write to the database. |
Advanced Options | Input | Query Script | Full connection only. Optional connection attributes such as packet size, connection retry period, and enable parallel mode. |
NumRowsAffected | Output | Query Script | The total number of database rows affected by INSERT, DELETE, and UPDATE query statements for an input row. |