MSM_WSendStart - Teradata Ecosystem Manager

Teradata Ecosystem Manager API Reference

Product
Teradata Ecosystem Manager
Release Number
16.10
Published
June 2017
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
crq1488477755125.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
lifecycle
previous
Product Category
Analytical Ecosystem

Prototype:

Sends a START event to Ecosystem Manager. If environment variables are defined for properties that were overridden (TMSM_PROCESSID), this function uses those values instead of the one specified in the function call. If the pCtx parameter is null, the function returns immediately and no event is sent.

void MSM_WSendStart( TMContext* pCtx, MSM_UOW* pUOW, wchar_t *szTDPID, wchar_t *szResourceId, wchar_t *szResourceType, wchar_t *szJobStep );

TMContext* pCtx: The messaging context pointer returned by TM_Init().

MSM_UOW* pUOW: The unit of work pointer returned from MSM_OCreateUOW();.

wchar_t *szTDPID: The TDPID of the Teradata system the where the utility is logged on.

wchar_t *szResourceId: Identifies the Ecosystem Manager Resource identifier that specifies the job.

wchar_t *szResourceType: Identifies the type of job.

wchar_t *szJobStep: Uniquely identifies the processing step for the utility. This must be distinct across all STEP events in a given job.

Does not return a value.