OpenEtl

Syntax

OpenEtlResult OpenEtl(OdId tOb, OpenEtlArg tArg)

Parameters

tOb. Repository object moniker that is an ETL task.

tArg. Parameters of opening ETL task.

Description

The OpenEtl operation opens an ETL task and returns the moniker that is required for working with task objects.

Comments

To execute the operation, in the tOb parameter specify moniker of the object that is an ETL task, and in the tArg parameter specify parameters of opening. Metadata of ETL task that is required to create a moniker can be obtained on executing the GetObjects operation. The tArg parameter may contain the mode of task opening (view or edit) and the pattern for metadata getting. The pattern specifies the information to be retrieved on executing the operation.

The operation results in the moniker of the opened instance of ETL task, and also the metadata if the tArg.metaGet field was defined on executing the operation. For further work with the opened task, use the GetEtl and SetEtl operations. Use the CloseEtl operation to close an opened instance of ETL task.

Example

SOAP

JSON

C#

See also:

Working with ETL Task