EssSetServerMode

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);
ParameterData TypeDescription

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:

  • ESS_TRUE—Sets the server mode to Unicode.Essbase Server allows creation of Unicode mode applications or migration of non-Unicode mode applications to Unicode mode.

  • ESS_FALSE—Sets the server mode to non-Unicode. Essbase Server does not allow creation of Unicode mode applications or migration of non-Unicode mode applications to Unicode mode.

Return Value

None.

Access

This function requires the caller to have (AD_ACCESS_SUPER) privilege for the logged in server.

See Also

  • EssGetServerMode