View Single Post
  #23 (permalink)  
Old 03-20-2008, 10:13 AM
snissen snissen is offline
Intermediate Member
 
Posts: 22
Default

Here's how I generated the proxy report:

1. Run a GWCheck Analyze/Fix Databases, Contents (only, no Structure, no fix), User databases (only), Verbose logging ON. It doesn't matter whether you run this from a PC with GWCheck.exe, or from the Post Office using Mailbox/Library Maintenance, but you must know where the multi-MB output file can be found. This may take more than a day to run.

2. Using a command-line text editor, or an interactive editor capable of handling a 200MB file, do a simple string replace: Change every instance of:
Checking user =
to:
Checking access on user =
In other words, you're sticking the keyword "access" into that line.

3. Using a grep-like utility, search for all the lines containing the word "access" in any case, and output them all to a new file. This new file will be about 0.1% the size of that first one.

4. (Optional) Cleanup: Remove any "Checking access on user = " lines that are not followed by any ACCESS_RECORD lines. Remove any invalid duplicate "Access granted for user" lines.

5. For interpretation of the numeric codes, see Novell TID # 10050654 . Never mind the versions of GroupWise listed at the top; the codes are still the same.
Reply With Quote