SYNTAX:
xpxDeleteArchivedModel (archivedModelName : STRING)
status : INTEGER;
The xpxDeleteArchivedModel function deletes the specified arcived model.
There is a maximum number of models that may coexist within an EDMdatabase. Users that need to store great numbers of models may exceed this capacity. Therefore, models may be temporarely archived, thereby releasing capacity in the EDMdatabase. Models that are rarely used need not be permanently active in the EDMdatabase.
When the EDMdatabase is configured with EXTENSIVE_ACCESS_CHECKING, the EDMuser must have delete access to the archived model. Otherwise, write access is sufficient.
The argument <archivedModelName> specifies the archived model to be deleted. Model names are case sensitive. The calling user must have write access to the model.
This function is equivalent to the EDMinterface function edmiDeleteArchivedModel.
General
Content
Integrations