Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I need help writing a program for a Novell Netware 4.1 Network

Status
Not open for further replies.

jwnicol

Programmer
Apr 21, 1999
3
0
0
CA
I need to write a program that records each person logging into a Novell Network. I think it should reside on the server and intercept logins and record them. It needs to record the user's login name, the node address of the computer logging in, and the time and date of the login and logout. It also needs to record print jobs, ie; who printed how many pages and when? I would appreciate any help finding out how to interact with NetWare in this way. I would also like to know if C++ is the best language for this job.<br>
<br>
Thanks in advance for the help!<br>
<br>
John
 
I'm not really sure about what languages you can use to creat them, but what you want is not your standard executable file. To get the results you want with Netware you have to create an NLM, or a Netware Loadable Module.<br>
<br>
Never personally programmed anything for Netware, but you can probably search the web for Netware Programming or programming netware loadable modules, and find what you are looking for...:)<br>
<br>
Good luck<br>

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top