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 (October 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 21 Oct 2009 14:51:19 -0700
Reply-To:   adjgiulio <adjmost@COMCAST.NET>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   adjgiulio <adjmost@COMCAST.NET>
Organization:   http://groups.google.com
Subject:   Netezza - hide password
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=windows-1252

Hi,

I’m using a libname statement to connect to a Netezza server through SAS.

LIBNAME ntz oledb init_string="Provider=nzoledb; User ID=myuserid;Password=mypassword; Initial Catalog=mycatalog;Data Source=mysource;" schema=myschema;

What’s bothering me is that the statement seems to require my userid and password, which obviously I don’t feel comfortable leaving in my code and I wouldn’t want to delete and retype every time. That was not the case for SQL.

LIBNAME sqlsrv oledb init_string="Provider=sqloledb; Integrated Security=SSPI;Persist Security Info=True; Initial Catalog=mycatalog;Data Source=mysource" schema=myschema;

Is there any way I can have SAS pull my Windows credentials instead of having to type id and password in the libname statement?

Thanks,

G


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