OpenCubeImportResult OpenCubeImport(OdId tOb, OpenCubeImportArg tArg)
tOb. Moniker of the parent object, within which the operation is executed.
tArg. Operation execution parameters.
The OpenCubeImport operation creates an object of data import to cube and returns the context for working with it.
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.
See also: