PowerCenter
- PowerCenter 10.5
- All Products
Function
| Description
|
---|---|
INFA_InitSessionLog | Provides information about the session for which the Integration Service will write the event logs. |
INFA_OutputSessionLogMsg | Called each time an event is logged. Passes the information about the event. |
INFA_OutputSessionLogFatalMsg | Called when the last event is logged before an abnormal termination. |
INFA_EndSessionLog | Called after the last message is sent to the session log and the session terminates normally. |
INFA_AbnormalSessionTermination | Called after the last message is sent to the session log and the session terminates abnormally. |
typedef int INFA_INT32; typedef unsigned int INFA_UINT32; typedef unsigned short INFA_UNICHAR; typedef char INFA_MBCSCHAR; typedef int INFA_MBCS_CODEPAGE_ID;