EssGetAsyncProcLog

Gets the error log for an asynchronous data load or dimension build process.

Syntax

ESS_FUNC_M EssGetAsyncProcLog (hCtx, ErrorFileName, ErFileOverWrite);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

ErrorFileName

ESS_STR_T

An error file name.

ErFileOverWrite

ESS_BOOL_T

If TRUE, overwrite the error file.

Notes

Call this function after initiating an asynchronous process using EssAsyncImport or EssAsyncBuildDim.

Return Value

Returns zero if successful. Otherwise, returns an error code.

Example

See the example for EssAsyncBuildDim.

See Also