[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

810.0. "HOW TO FIND TOTAL # OF A1 DOCUMENTS PER USER" by IAMOK::SEKURSKI (Mary Beth Sekurski DTN:223-5637) Thu Jun 04 1992 17:32




	There is a system that I have to work on that presently
	does not run full cleanup maintenance, etc.  It is a mess.
        Quota's were never enabled. 

	Is there a one line command or call that I can type from
	within the A1 managers account that will tell me how many
	documents John Smith, etc.  They don't have systidy installed.

	Any help will be appreciated.

	Thanks,

	Mary Beth
	
	
T.RTitleUserPersonal
Name
DateLines
810.1Check Document QuotaLEMAN::REGINACarrie's in the carrot landThu Jun 04 1992 17:567
    
    Check Document quota comes standard as maintenance procedure.
    It leaves a nice logfile in OA$LOG with the number of 
    documents next to every user's name.
    
    /rhr
    
810.2SimpleSHALOT::NICODEMWho told you I'm paranoid???Thu Jun 04 1992 18:5110
	To find the total number of documents:

	<FOR CAB$\GET OA$SEL_COUNT

	You can do something similar if, for example, you just want to know the
number of private documents:

	<FOR CAB$ WITH .DAPOINTER EQS "P"\GET OA$SEL_COUNT

	F