PowerCenter
- PowerCenter 10.4.0
- All Products
INFA_STATUS INFA_CTASetInputErrorRowM( INFA_CT_INPUTGROUP_HANDLE inputGroup, INFA_INT32 iRow, size_t nErrors, INFA_MBCSCHAR* sErrMsg );
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
inputGroup
| INFA_CT_INPUTGROUP_HANDLE
| Input
| Input group handle.
|
iRow
| INFA_INT32
| Input
| Index number of the row in the block. The index is zero-based.
You must verify the procedure only passes an index number that exists in the data block. If you pass an invalid value, the Integration Service shuts down unexpectedly.
|
nErrors
| size_t
| Input
| Use this parameter to specify the number of errors this input row has caused.
|
sErrMsg
| INFA_MBCSCHAR*
| Input
| MBCS string containing the error message you want the function to output. You must enter a null-terminated string.
This parameter is optional. When you include this argument, the Integration Service prints the message in the session log, even when you enable row error logging.
|
INFA_STATUS INFA_CTASetInputErrorRowU( INFA_CT_INPUTGROUP_HANDLE inputGroup, INFA_INT32 iRow, size_t nErrors, INFA_UNICHAR* sErrMsg );
Argument
| Datatype
| Input/
Output
| Description
|
---|---|---|---|
inputGroup
| INFA_CT_INPUTGROUP_HANDLE
| Input
| Input group handle.
|
iRow
| INFA_INT32
| Input
| Index number of the row in the block. The index is zero-based.
You must verify the procedure only passes an index number that exists in the data block. If you pass an invalid value, the Integration Service shuts down unexpectedly.
|
nErrors
| size_t
| Input
| Use this parameter to specify the number of errors this output row has caused.
|
sErrMsg
| INFA_UNICHAR*
| Input
| Unicode string containing the error message you want the function to output. You must enter a null-terminated string.
This parameter is optional. When you include this argument, the Integration Service prints the message in the session log, even when you enable row error logging.
|