MSM_CreateUOW - 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:

Create Unit of Work. This function creates MSM_UofW structure. If initialization is successful, it returns a pointer to MSM_UofW structure. Pointer to MSM_UofW should be obtained using this function only.

MSM_UofW* MSM_CreateUOW(TM_Context* pCtx);

TM_Context* pCtx: TM_initPointer to TM_Context returned by TM_Init

Pointer to MSM_UofW

  • Not NULL (success)
  • NULL (failed)