...
SYNTAX:
xpfActivateModel (archivedModelName : STRING; repositoryId : GENERIC; modelName : STRING; options : INTEGER) activatedModelId : GENERIC;
The xpfActivateModel function returns activatedModelId
Code Block | ||||
---|---|---|---|---|
| ||||
FUNCTION xpfActivateModel (archivedModelName : STRING;
repositoryId : GENERIC;
modelName : STRING;
options : INTEGER) activatedModelId : GENERIC;
|
This function returns activated ModelId for the specified archived model.
The argument <archivedModelName> specifies
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
...
Code Block | ||
---|---|---|
| ||
<Missing Example> |
See also
Filter by label (Content by label) | ||||||
---|---|---|---|---|---|---|
|