User Tools

Site Tools


howtos:admin:reset_num_users_in_a_framework

Reset Number of users in a Framework

It can happen that a framework is marked as though there are users in it but there are not. This describes how to fix that.

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 families table

 show mfTbl 

6. scroll up to find out what the name for your model family is and set it

 set mf <name> 

7. Go into that family

 moveto mf

8. Look at the framworks table and find the record number for the framework

 show fwTbl 

9. Patch the fw table

 patch fwTbl 

10. Tell it the record number you found in 9 and it will print the info about 11. Which record? your number

12. Tell it we want to reset the users

 numUsers = 0 

13. Complete the patch: patch»

 done 

13. Close MBPatcher MBpatcher>

  quit  
howtos/admin/reset_num_users_in_a_framework.txt · Last modified: 2013/04/11 20:10 by bert.mcinnis