You can store My Views on the client machine or within the PAS repository. You may change the location from the File / Options menu within the Professional Client. If you opt to store them on your client machine they can be found in the
MyFavorites.bin file (C:\Documents and Settings\DOMANIN_USER\Application Data\ProClarity\Client).
If you choose to store them on the Server they are stored in a hidden library, called "FAVORITES". By default this library is created when you install PAS. The actual "My Views" for a user are saved in the "BookElements" table which is linked to the "Books" table, with the field "BookID".
A helpful tidbit; If you ever need to make changes to a user's My Views, or you want to add something to every user's My Views using the Professional client, you cannot because the My Views library is hidden. However, you can alter the Favorites GUID to allow the My Views to be visible within the ProClarity Admin Tool.
1 - Open ProClarity_PAS database on SQL server, right click the Libraries table and return all rows
2 - Find the record with the Caption of "FAVORITES"
3 - Alter the GUID from {1F823801-C6F2-11d4-81F6-444553540001} to {1F823801-C6F2-11d4-81F6-444553540000} (simply change the 1 at the end to a different number) and the TYPE to "BRIEFINGBOOK"
4 - Refresh the SQL databases folder, and refresh PAS in the Admin Tool and you should now see the FAVORTIES library show up.
5 - At this point you should be able to access your users' My Views using the Professional client or Admin Tool and make any changes you desire (Update Connection Information, add pages, delete pages, etc.).