OpenEtlResult OpenEtl(OdId tOb, OpenEtlArg tArg)
tOb. Repository object moniker that is an ETL task.
tArg. Parameters of opening ETL task.
The OpenEtl operation opens an ETL task and returns the moniker that is required for working with task objects.
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 extraction. 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.
See also: