====== Allow entry to a model base that needs to be checked ======
If you get a message that a model base needs to be checked but you need to go into it anyway to delete a model family or for some other reason you can patch the model base to all allow entry.
1. login as samm through putty
2. Start the patch tool:
MBpatcher
3. Set up the model base variable
set MBroot /whatif/samm/Models_MB
4. Go into that model base
moveto MBroot
5. Look at the model base info and see if the MBstatus = F_MBOK if not you need to patch it to change it
show MBinfo
7. Start patching the model MB info
patch MBinfo
9. Tell it we want change the status
MBstatus = "F_MBOK"
10. Complete the patch:
done
12. Close MBPatcher
quit