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 (April 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 12 Apr 2006 09:17:03 -0700
Reply-To:     "Pardee, Roy" <pardee.r@GHC.ORG>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Pardee, Roy" <pardee.r@GHC.ORG>
Subject:      Re: Problems w/filename URL access method
Comments: To: Don Henderson <donaldjhenderson@HOTMAIL.COM>
Content-Type: text/plain; charset="us-ascii"

Give that man a cigar! That second suggestion did it.

Thanks so much!

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Don Henderson Sent: Tuesday, April 11, 2006 5:28 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Problems w/filename URL access method

Roy,

Two suggestions:

First, add the :80 to your URL. I doubt it is a problem since you are not getting the message that the httpd service is not found. But it can't hurt (Jack's post that Art points to uses the explicit port value in the URL).

Second, did you try to use the user= and pass= parameters on the filename statement to provide your id/password?

HTH, -don h

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of Arthur Tabachneck Sent: Tuesday, April 11, 2006 6:38 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: Problems w/filename URL access method

Roy,

Unfortunately, my computer configuaration doesn't afford me an internet connection while running SAS, but I did find a post from Jack that might be helpful. Take a look at:

http://listserv.uga.edu/cgi-bin/wa?A2=ind0310a&L=sas-l&D=0&P=39826

Art --------- On Tue, 11 Apr 2006 14:56:03 -0700, Pardee, Roy <pardee.r@GHC.ORG> wrote:

>Hey All, > >(Running SAS 9.1.3 Service Pack 2 on the xp_pro platform.) > >When I run this code: > > filename foo url >'http://home.comcast.net/~rpardee/CRN_VDW_MACROS.sas' > proxy = 'http://proxy.ghc.org:8080' > DEBUG ; > > %include foo ; > >Sas comes back with: > > 72 filename foo url >'http://home.comcast.net/~rpardee/CRN_VDW_MACROS.sas' > 73 proxy = 'http://proxy.ghc.org:8080' DEBUG ; > 74 > 75 %include foo ; > NOTE: >>> GET http://home.comcast.net/~rpardee/CRN_VDW_MACROS.sas >HTTP/1.0 > NOTE: >>> Accept: */*. > NOTE: >>> Accept-Language: en > NOTE: >>> Accept-Charset: iso-8859-1,*,utf-8 > NOTE: >>> User-Agent: SAS/URL > NOTE: >>> > NOTE: <<< HTTP/1.0 407 Proxy Authentication Required > NOTE: <<< Date: Tue, 11 Apr 2006 21:22:59 GMT > NOTE: <<< Content-Length: 257 > NOTE: <<< Content-Type: text/html > NOTE: <<< Server: NetCache appliance (NetApp/5.6.2R1D6) > NOTE: <<< Proxy-Authenticate: Negotiate > NOTE: <<< Proxy-Authenticate: NTLM > NOTE: <<< Proxy-Authenticate: Basic >realm="GHC-PROXY-GW1=(Windows_Logon)" > NOTE: <<< > ERROR: Invalid reply received from the HTTP server. Use the debug >option for more info. > ERROR: Cannot open %INCLUDE file FOO. > >(I can browse to that file no problem, btw.) > >I'm interpreting that log to indicate that SAS is not passing along my >windows credentials to our proxy server. Is that right? If so, is >there any way of persuading sas to do so? > >Thanks! > >-Roy


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