Dec 082017
A very nice utility for Novell supervisors. Dumps out accounting data to dBase file, includes several dBase programs that track information. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
ADATA.DBF | 322 | 129 | deflated |
ID.NDX | 1025 | 194 | deflated |
LOG100.PRG | 467 | 248 | deflated |
LOG200.PRG | 1015 | 400 | deflated |
LOG300.PRG | 1084 | 411 | deflated |
LOGADDR.NDX | 1025 | 183 | deflated |
LOGMAIN.PRG | 1796 | 747 | deflated |
READ.ME | 1826 | 876 | deflated |
SHOWACCT.EXE | 23254 | 15125 | deflated |
Download File ACCTCVT.ZIP Here
Contents of the READ.ME file
SHOWACCT.EXE
This program reads the NET$ACCT.DAT file from the sys:system
directory of Novell Netware 2.1 and extracts the accounting
information into a form that is more useful than the PAUDIT command
returns.
This program was written in Turbo C and, quite honestly, was thrown
together rather quickly so that the accounting information accumulated
by Netware 2.1 could be used to track user and location usage.
There is probably quite alot more that could be added to this program,
such as a bindery call to get the user's name instead of just the
number. I will add this and other things as I get the chance.
Also included in this file are dBase programs that I wrote to
serve as an example of tracking. They were written quickly and
only as a guide for whatever you wish to do.
How the program works:
SHOWACCT reads the NET$ACCT.DAT file and determines if each
record is an accounting record (time charged), or an action
record (Login, Logout, or system change). If it is an
accounting record, the data is written to the file: NETACCT.DAT
and the next record (an action Logout) is read for the station
number and also written to the same output file. Other action
records, such as Logins and system changes are ignored.
The output file NETACCT.DAT is an ASCII file that can be read
by packages such as dBase that can import structured text files.
======================================================================
These programs were released as public domain software on 3/7/88.
If you have any questions, comments, or suggestions, I can be contacted
in one of the following ways:
Compuserve: [73230,3343]
Phone : 214-931-7832
Mail : David T. Dunagan
7650 McCallum #913
Dallas, TX 75252
This program reads the NET$ACCT.DAT file from the sys:system
directory of Novell Netware 2.1 and extracts the accounting
information into a form that is more useful than the PAUDIT command
returns.
This program was written in Turbo C and, quite honestly, was thrown
together rather quickly so that the accounting information accumulated
by Netware 2.1 could be used to track user and location usage.
There is probably quite alot more that could be added to this program,
such as a bindery call to get the user's name instead of just the
number. I will add this and other things as I get the chance.
Also included in this file are dBase programs that I wrote to
serve as an example of tracking. They were written quickly and
only as a guide for whatever you wish to do.
How the program works:
SHOWACCT reads the NET$ACCT.DAT file and determines if each
record is an accounting record (time charged), or an action
record (Login, Logout, or system change). If it is an
accounting record, the data is written to the file: NETACCT.DAT
and the next record (an action Logout) is read for the station
number and also written to the same output file. Other action
records, such as Logins and system changes are ignored.
The output file NETACCT.DAT is an ASCII file that can be read
by packages such as dBase that can import structured text files.
======================================================================
These programs were released as public domain software on 3/7/88.
If you have any questions, comments, or suggestions, I can be contacted
in one of the following ways:
Compuserve: [73230,3343]
Phone : 214-931-7832
Mail : David T. Dunagan
7650 McCallum #913
Dallas, TX 75252
December 8, 2017
Add comments