BookmarkSubscribeRSS Feed
medsam81
Calcite | Level 5

Hi,

I was trying to access file hosted on our intranet, espace : sharepoint location that request NT login.

 

 

filename csvFile url "filepath.com/mycsv.csv" puser="myNT" pass="mypsw" termstr=crlf;

proc import datafile=csvFile out=foo replace dbms=csv; run;

 

I got this error :

ERROR: Unauthorized to retrieve URL. Use the debug option for more info.

ERROR: Import unsuccessful. See SAS Log for details.

 

is there way to access this file.

1 REPLY 1

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 533 views
  • 0 likes
  • 2 in conversation