PowerCenter
- PowerCenter 10.5
- All Products
Parameter Type
| Naming Convention
| Description
|
---|---|---|
Session Log File | $PMSessionLogFile | Defines the name of the session log between session runs. |
Number of Partitions | $DynamicPartitionCount | Defines the number of partitions for a session. |
Source File | $InputFile Name | Defines a source file name. Define the parameter name using the appropriate prefix. |
Lookup File | $LookupFile Name | Defines a lookup file name. Define the parameter name using the appropriate prefix. |
Target File | $OutputFile Name s | Defines a target file name. Define the parameter name using the appropriate prefix. |
Reject File | $BadFile Name | Defines a reject file name. Define the parameter name using the appropriate prefix. |
Database Connection | $DBConnection Name | Defines a relational database connection for a source, target, lookup, or stored procedure. Name the parameter using the appropriate prefix. |
External Loader Connection | $LoaderConnection Name | Defines external loader connections. Define the parameter name using the appropriate prefix. |
FTP Connection | $FTPConnection Name | Defines FTP connections. Define the parameter name using the appropriate prefix. |
Queue Connection | $QueueConnection Name | Defines database connections for message queues. Define the parameter name using the appropriate prefix. |
Source or Target Application Connection | $AppConnection Name | Defines connections to source and target applications. Define the parameter name using the appropriate prefix. |
General Session Parameter | $Param Name | Defines any other session property. For example, you can use this parameter to define a table owner name, table name prefix, FTP file or directory name, lookup cache file name prefix, or email address. You can use this parameter to define source, lookup, target, and reject file names, but not the session log file name or database connections. Define the parameter name using the appropriate prefix. |
Parameter Type
| Naming Convention
| Description
|
---|---|---|
Folder name | $PMFolderName | Returns the folder name. |
Integration Service name | $PMIntegrationServiceName | Returns the Integration Service name. |
Mapping name | $PMMappingName | Returns the mapping name. |
Repository Service name | $PMRepositoryServiceName | Returns the Repository Service name. |
Repository user name | $PMRepositoryUserName | Returns the repository user name. |
Session name | $PMSessionName | Returns the session name. |
Session run mode | $PMSessionRunMode | Returns the session run mode (normal or recovery). |
Source number of affected rows | $PM SourceQualifierName @numAffectedRows | Returns the number of rows the Integration Service successfully read from the named Source Qualifier. Define the parameter name using the appropriate prefix and suffix. |
Source number of applied rows | $PM SourceQualifierName @numAppliedRows | Returns the number of rows the Integration Service successfully read from the named Source Qualifier. Define the parameter name using the appropriate prefix and suffix. |
Source number of rejected rows | $PM SourceQualifierName @numRejectedRows | Returns the number of rows the Integration Service dropped when reading from the named Source Qualifier. Define the parameter name using the appropriate prefix and suffix. |
Source table name | $PM SourceName @TableName | Returns the table name for the named source instance. Define the parameter name using the appropriate prefix and suffix. |
Target number of affected rows | $PM TargetName @numAffectedRows | Returns the number of rows affected by the specified operation for the named target instance. Define the parameter name using the appropriate prefix and suffix. |
Target number of applied rows | $PM TargetName @numAppliedRows | Returns the number of rows the Integration Service successfully applied to the named target instance. Define the parameter name using the appropriate prefix and suffix. |
Target number of rejected rows | $PM TargetName @numRejectedRows | Returns the number of rows the Integration Service rejected when writing to the named target instance. Define the parameter name using the appropriate prefix and suffix. |
Target table name | $PM TargetName @TableName | Returns the table name for the named target instance. Define the parameter name using the appropriate prefix and suffix. |
Workflow name | $PMWorkflowName | Returns the workflow name. |
Workflow run ID | $PMWorkflowRunId | Returns the workflow run ID. |
Workflow run instance name | $PMWorkflowRunInstanceName | Returns the workflow run instance name. |