Wednesday, December 24, 2008

How To: Manage binder sizes on the Pfx Engagement Server(s)

Issue: How do I pull a meaningful list of binders from our Central File Room(s) along with their file sizes?

Background: In a Windows environment, a "binder" is represented by a single directory (or folder) on an employee's workstation and on the server. The directory has a unique ID called a GUID. That directory houses all the workpaper files shown to the user through the Binder View within Pfx Engagement. This setup poses stumbling blocks for system (those maintaining the hardward) and application (those administrating the Pfx Engagement) administrators when trying to manage the binders' size on the server hard disk.
  1. 1. GUID: This is an unique identifier used to keep track of the binders in an efficient and effective way which is standard industry practice. While this is great for computers, humans can't easily make heads or tails of it. It will have to translated into something recognizable to humans so that it can be associated with a specific binder in the views within Pfx Engagement.

  2. 2. File Size: This is not as easy as saying, "How big is my Word document?" Since a binder is actually a directory on the hard disk, what is actually being asked is "How much space is being used by this directory?" or "How big is this collection of documents?". Directory size is not displayed by default in Windows Explorer making it difficult to view manually (third party applications are available to add this to Windows Explorer).

  3. 3. Information Accessibility: This is something that may need to be monitored more frequently than annually. As such, creating a list of binders over a certain size should be easier than manually typing the list (basically, running a report).
Resolution: There are two applications that help address these stumbling blocks: ReportBuilder by CCH (go here and login) and Windows XP SP2 Support Tools by Microsoft. Both applications can be installed on the Pfx Engagement administrator(s) computer; there is no need to install them on the server.

Once both applications are installed, peform the following steps to identify binder sizes:
  1. 1. Open a Command Prompt (Start Run Type "command" or "cmd")

  2. 2. Type the following:

    diruse /* /m /, "\\[Pfx engagement server name]\Admin\workpapers\[Central File Room name]" > "[path]\[desired file name].txt"

    For example:

    diruse /* /m /, "\\engagement\Admin\workpapers\Main Office" > "C:\Engagement Reports\BinderSizes-20081227.txt"

  3. 3. Start ReportBuilder (found in C:\Pfx Engagement\WM\Utilities\Report Builder)

  4. 4. Enter the name of the server and press OK

  5. 5. Select "Client/Binders List" from Report on the menu bar

  6. 6. Press "Export to Excel"

  7. 7. Move (cut / insert) the "bid" column to Column A and sort in ascending order

  8. 8. Save the Excel file in the appropriate location

  9. 9. Go to the tab named "Sheet 1"

  10. 10. Import the data in the .txt file created in step 2

  11. 11. Add the column headings ClientID, Client Name, and Binder Name

  12. 12. Add a VLOOKUP for each of the added columns, pulling the date from the "Client Binder List" tab (you may want to remove the VLOOKUP formulas based on how you're going to use the data)
Now you're all set. You now have a list of all the binders on the server including all finalized and unfinalized binders and their respective size on the server. This can help the system and application administrators manage the binder sizes to give the most functionality to the users and not overload the network or server.

2 comments:

Crystal said...

I have another question for you both:

We use PPC e-tool audit programs with our Engagement. These programs are in Word (we use 2010) and used to include a "sign-off" and "N/A" button on the toolbar. Those buttons were really, really useful but now they are gone. Any idea how to get them back?

Rob Smith said...

We used to use a few PPC products and found some incompatabilities with Engagement. That being said, I would check the "Disabled Items" to make sure the PPC e-tools addin isn't disabled. To reenable it, just select it and click enable. You may have to restart Word to get it to work.