EssGetSpoolFile
Description
EssGetSpoolFile() returns a specific spool file for a database.
Syntax
ESS_FUNC_M EssGetSpoolFile ();
ESS_HCTX_T | hCtx |
ESS_STR_T | AppName |
ESS_STR_T | DbName |
ESS_STR_T | SplName |
ESS_STR_T | LocalName |
eSSGetSpoolFile (eSS_HCTX_T hCtx,
eSS_STR_T AppName,
eSS_STR_T DbName,
eSS_STR_T SplName,
eSS_STR_T LocalName
)
Parameters
hCtx | Essbase API context handle. |
AppName | Application name. |
DbName | databasename. |
SplName | The name of a specific spool file to return.
|
LocalName | The new name of the spool file on the server.
|
Return Value
If successful, returns the count of filters in the database in
pCount, and an array of filter names in ppFilterList.
Notes
Access
This function requires the caller to have database Design privilege
(ESS_PRIV_DBDESIGN) for the specified database.
Example
See Also
EssDisplayTriggers
EssListSpoolFiles
EssDeleteAllSplFiles
EssDeleteSplFile
EssMdxTrig