LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 1999, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 8 Dec 1999 17:03:27 -0500
Reply-To:     mshines@purdue.edu
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Michael S Hines <mshines@PURDUE.EDU>
Subject:      Re: Writing to CLIENT from a program executed on the SERVER
In-Reply-To:  <01286C25DDC7D1118EFD00805F9FCEFB05329FA2@cujo.research.aa.wl.com>
Content-Type: text/plain; charset="iso-8859-1"

Or you can use a (freeware) program called Samba on your Unix machines that lets NT see UNIX drives as if they were local or mapped Windows network drives. Check out WWW.SAMBA.ORG for more specifics and access to the source code.

-------------------------------------------- Michael S Hines, CISA,CIA,CFE,CDP Coordinator of Data Systems / Programming Schools of Engineering 1280 Engineering Administration West Lafayette, IN 47907-1280 Phone 765.494.5338 Fax 765.496.1466 e-mail: mshines@purdue.edu

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU]On Behalf Of Brucken, Nancy Sent: Wednesday, December 08, 1999 3:02 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Writing to CLIENT from a program executed on the SERVER

Note that this process will only work as described if your server is an NT machine, and your client is Windows-based. If your server uses another operating system (Unix, MVS, etc.), you will need additional software that allows directories on the server to be viewed directly from the client as if they were network drives. We've been testing a package here called NFS Maestro from Hummingbird on a Unix server. Nancy

Nancy Brucken Parke-Davis, Clinical Informatics (734) 622-5767 E-mail address: Nancy.Brucken@wl.com

-----Original Message----- From: Kattamuri.Sarma@RESPONSEINSURANCE.COM [mailto:Kattamuri.Sarma@RESPONSEINSURANCE.COM] Sent: Wednesday, December 08, 1999 2:55 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Writing to CLIENT from a program executed on the SERVER

Here are the steps for net work mapping on the NT server: On your desk top there is an icon "MY COMPUTER" Right click on it, and select "Map Network drive" Three text boxes appear appear. The first one labeled "DRIVE" . It automatically filled by a letter such as "F", or "G", depending on what is available. Looking from the client side, it is like another drive on the client machine.

The second text box asks for the path : It gets filled automatically when you select a drive from the shared directories list which appears below. These are the directories on the server . You scroll down and find the directory you want from the server, and click on it . When once you selected the directory and clicked OK , the mapping is done.

I got this by talking to the NT wizards here. But, I am also interested in a windows NT book. May be someone on the list can suggest a good book. Kattamuri


Back to: Top of message | Previous page | Main SAS-L page