/
xpfActivateModel
xpfActivateModel
FUNCTION xpfActivateModel (archivedModelName : STRING; repositoryId : GENERIC; modelName : STRING; options : INTEGER) activatedModelId : GENERIC;
This function returns activated ModelId for the specified archived model.
Arguments
Type | Name | Comment |
STRING | 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. |
GENERIC | repositoryId | Specifies the name of the data repository that holds the model. Repository names are case sensitive. |
STRING | 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. |
INTEGER | options | Specifies the options to be used in the invocation of the xpfActivateModel function. |
Return Value
Type | Name | Comment |
GENERIC | activatedModelId | activated ModelId for the specified archived model. |
Options
Option | Comment |
xpxSKIP_STEP_ID_MODEL | comment |
xpxRESTORE_MODEL_ADMIN_DATA | |
xpxKEEP_ARCHIVED_MODEL |
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
Related content
EXPRESS-X functions and procedures
EXPRESS-X functions and procedures
Read with this
xpfArchiveModel
xpfArchiveModel
More like this
xpfCreateInstance
xpfCreateInstance
Read with this
xpxSetVmTargetModel
xpxSetVmTargetModel
More like this
xpfGetModelOpenModeBN
xpfGetModelOpenModeBN
More like this
xpxOpenModelBN
xpxOpenModelBN
More like this