Sets the mode of Essbase Server to be Unicode or non-Unicode. Only when it is in Unicode mode does Essbase Server allow creation of Unicode mode applications or migration of non-Unicode mode applications to Unicode mode. Setting a Unicode mode server to non-Unicode does not affect the existing Unicode-related mode of existing applications.
Syntax
ESS_FUNC_M EssSetServerMode(hCtx, bUnicode);
Parameter | Data Type | Description |
---|---|---|
hCtx | ESS_HCTX_T | API context handle (logged in) |
bUnicode | ESS_BOOL_T | The pass-in parameter, bUnicode, where bUnicode can be one of the following values:
|
Return Value
None.
Access
This function requires the caller to have (AD_ACCESS_SUPER) privilege for the logged in server.
See Also