Hello, The impossible dream of the day is archive related. My manager and our legal department have decieded they want to know who/how many are archiving what method they are using and how frequently. What I want to do is create an agent in a database that goes out and checks each mail database. I think the logic should be as bellow
Open database \mail*.nsf
select (It’s that or nested if’s thanks but no)
case 1 archiving = not enabled
add 1 to total count for no archiving
print database name in second form for no
archiving
case 2 archiving = enabled and done in the last
30 days but not automaticly
add 1 to total count for manual archiving
print database name in second form for manual
archiving
case 3 archiving = enabled and automaticly
add 1 to total count for auto archiving
print database name in second form for auto
archiving
total number of days a week archiving add total
number to days archiving field
add number of days before archiving to archiving
time field
end select
total days archiving and archiving time divide
both numbers by auto archiving total to
create averages
A nice feature to add would be to total total counts and then create the precentages off the total number for each
Pipe dream does any one have this already done or can you point me in the right direction? I am an administrator not programmer. Thanks in advance
Laura