OpenCubeImport

Syntax

OpenCubeImportResult OpenCubeImport(OdId tOb, OpenCubeImportArg tArg)

Parameters

tOb. Moniker of the parent object, within which the operation is executed.

tArg. Operation execution parameters.

Description

The OpenCubeImport operation creates an object of data import to cube and returns the context for working with it.

Comments

On executing the operation a new object is created in BI server memory that is used for data import. To set up parameters of the obtained object and to start import, use the SetCubeImport operation. Import object state can be found by means of the GetCubeImport operation.

To execute the OpenCubeImport operation, specify moniker in the tObj field, and import object create parameters in the tArg field. The repository root moniker is specified as a moniker value.

After data import call the CloseCubeImport operation to free BI server resources.

Example

SOAP

JSON

C#

See also:

Working with Cubes