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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 1214 views
  • 0 likes
  • 2 in conversation