Locates invalid block headers within the database. At the end of the locate process, a server-based IBH log file is created that can be used later in EssFixIBH() to fix the errors.
Syntax
ESS_FUNC_M EssLocateIBH (hCtx, dbName);
Parameter | Data Type | Description |
---|---|---|
hCtx; | ESS_HCTX_T | API context handle. |
dbName; | ESS_STR_T | Name of the database. |
See Also