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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

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
  • 783 views
  • 0 likes
  • 2 in conversation