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.
 Â
Â