Does anyone know if there is a way to revert to a prior version of a model? I've looked but cannot find anything.
Best Reply
Hello Beth,
there is no built-in procedure for roll-back or reverting a model to a prior version. But you can do it manually with merge:
- open the old model version as read-only
- merge it into a second empty db
- close the first db and open it again in the workspace
- merge the model from the secondary db into the first.
Regards, Martin
2 Replies
Hi Beth,
it depends a bit on what you refer to as "version". If you refer to a "official" change list entry, then Martin's approch is valid.
However, if you refer to version as just any previous change which did not create a change list entry, then the only possibility, I am aware of, is to retrieve the closest "model version" from the tenant backup.
Hope this helps & best
Veronika
Martin Schröder on
Hello Beth,
there is no built-in procedure for roll-back or reverting a model to a prior version. But you can do it manually with merge:
Regards, Martin