Create a Unicode mode application. When defined to be in Unicode mode, Essbase Server allows the migration of non-Unicode mode applications to Unicode mode.
Syntax
ESS_FUNC_M EssConvertApplicationToUnicode(hCtx, AppName);
Parameter | Data Type | Description |
---|---|---|
hCtx | ESS_HCTX_T | API context handle. |
AppName | ESS_STR_T | The name of the application to be migrated. The named application must exist and not be in Unicode mode. |
Return Value
Returns 0 if successful; otherwise, returns an error.
Access
The caller must have Application Create/Delete/Edit privilege (ESS_PRIV_APPCREATE).
See Also