TM1APIInitialize
Initializes the TM1® API.
Call this function at the beginning of your IBM® Cognos® TM1 application.
| Item |
Description |
|---|---|
| Purpose |
Initializes the TM1 API. Call this function at the beginning of your IBM Cognos TM1 application. |
| Definition |
|
| Parameters |
None. |
| Result |
This function performs per-process initialization for the TM1 API. This function was added to avoid some memory conflicts that can occur in very complicated TM1 applications that involve multiple users. You should call this function at the beginning of your TM1 API application. This function is part of the API initialization sequence required by every TM1 API program. See "Connecting to the API" for more information. You should call TM1APIFinalize at the end of your TM1 API application. |
| Security |
None. |
| Errors |
None. |
| See Also |