BatchUpdateFinishWait function for IBM Planning Analytics (TM1)
BatchUpdateFinishWait ends the batch process until a lock that was started by BatchUpdateStart becomes available.
In the video, BatchUpdateFinishWait will be used to show two processes executing at the same time in a while loop to show the impact of BatchUpdateFinishWait.
Where can the BatchUpdateFinishWait function be used?
TurboIntegrator
Which TM1 Server version is the BatchUpdateFinishWait function available for?
Version 11
What is the syntax for BatchUpdateFinishWait?
BatchUpdateFinishWait(SaveChanges)
Relevant Functions
- BatchUpdateStart = Enables batch updates so changes can be committed together when BatchUpdateFinish or BatchUpdateFinishWait is called.
- BatchUpdateFinishWait = Ends the batch process until a lock becomes available that was started by BatchUpdateStart.
- CubeSaveData = Serialises a cube to disk
- DisableBulkLoadMode = Disables bulk load processing on the TM1 Server
- EnableBulkLoadMode = Enables bulk load processing to improve process efficiency
- RefreshMDXHierarchy = Refresh MDX hierarchies without requiring a server restart
- SaveDataAll = Saves all changes made on the TM1 server
- ServerShutdown = Shuts down the TM1 Server