PowerCenter
- PowerCenter 10.4.0
- All Products
INFA_STATUS INFA_CTIncrementErrorCount(INFA_CT_PARTITION_HANDLE transformation, size_t nErrors, INFA_STATUS* pStatus);
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
transformation
| INFA_CT_PARTITION_HANDLE
| Input
| Partition handle.
|
nErrors
| size_t
| Input
| Integration Service increments the error count by nErrors for the given transformation instance.
|
pStatus
| INFA_STATUS*
| Input
| Integration Service uses INFA_FAILURE for the pStatus parameter when the error count exceeds the error threshold and fails the session.
|