Creates a local log file with all index combinations for which blocks contain invalid block headers. The database administrator can use this information to reload the datapoints that were identified as corrupted.
Syntax
ESS_FUNC_M EssGetIBH (hCtx, destFileName);
Parameter | Data Type | Description |
---|---|---|
hCtx; | ESS_HCTX_T | Context handle |
destFileName; | ESS_STR_T | Name of the file in which the IBH information is to be stored at client side. |
See Also