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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loggin to Win 2003 server from Novell

Status
Not open for further replies.

edmac

Programmer
May 2, 2001
30
US
I'm very new to Windows servers, and need helpon the following: Our main server is a Novell Netware 6 server; this is the server where our users log in every day, however, we need to run a new application that resides on a new Windows 2003 server and I'm having problems in making this application accesible to our Novell users; right know I'm using @net use <drive>:\\servername\foldername to give them access to this new app, but it's now working fine. What is the best way to do something like this? I'd really appreciate any help i can get.
Thanks.
Ed.
 
If they need to map a drive on the Win2K3 server in order to access the application, why don't you rollin the net use command in the Netware login script

# net use <drive:> \\servername\foldername /persistent:no

It's been awhile since I have played with Netware, but you should be able to do this.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top