From Gen CSE Encyclopedia Client, after running option "Apply > And Check In" on a copy of the Gen sample model "GEN SAMPLE MODEL 8 6 T1" receive error: CSEXI0064 A model with the specified name already exists on the encyclopedia
If then try to use the Checkout Client the model is not listed in the model list.
If try to run a download/checkout from the command line the model is reported to be in W status
+++C:\Program Files (x86)\CA\Gen86\CSE\bin>download -u encyadmn -m "GEN SAMPLE MODEL 8 6 T1" -i 1252
Start Time: 2021-02-11 16:21:35
Model GEN SAMPLE MODEL 8 6 T1 is in W status.
Model must be in M (modifiable) or R (read only) status.
End Time: 2021-02-11 16:21:35
+++
Encyclopedia Client Model Detail shows the model is in "Waiting for verify" status:
Gen Client Server Encyclopedia
"GEN SAMPLE MODEL 8 6 T1" is a normal model and is not a child model.
The Encyclopedia Client "Apply" options should only be used on a child model and should not be used on a normal model which is why the error was received after using "Apply -> And Check In".
Client Server Encyclopedia Encyclopedia Client > Model Selection > Actions in Model Selection
Using "Apply > And Check In" on the normal model would not have caused any corruption.
However, the current model status 'W' will need to be changed using update SQL as follows to resolve the download access problem.update dmdl set model_status='M' where model_name='GEN SAMPLE MODEL 8 6 T1';
NOTE: It is recommended having a recent CSE database backup before running any update SQL on the database.
The fact that Encyclopedia Client "Apply" options can currently be used on a normal model is something that Gen Engineering will look at preventing with an update in a future release.