SYNTAX:
xpfActivateModel (archivedModelName : STRING; repositoryId : GENERIC; modelName : STRING; options : INTEGER) activatedModelId : GENERIC;
The xpfActivateModel function returns activatedModelId for the specified archived model.
The argument <archivedModelName> specifies the name of the archived model to be activated. Model names are case sensitive. The calling EDMuser must have read access to this model.
The argument <repositoryId> specifies the name of the data repository that holds the model. Repository names are case sensitive.
The argument <modelName> specifies the name of the model. Model names are case sensitive. The model can be open or closed. The calling EDMuser must have read access to this model.
The <options> argument specifies the options to be used in the invocation of the xpfActivateModel function. The options value can be specified as a bitwise OR between the actual options to enable. All option names are defined in the header file sdai.h. See the edmiActivateModel for options description.
This function is equivalent to the EDMinterface function edmiActivateModel.
General
Content
Integrations