What settings do my administrators need to change in order to allow me to access my local drive using the path structure below? It says that I don't have authorization!
libname myData "//MachineNetworkName/c$/Folders/MyDataFolder
Thanks a bunch!
Lauren
Hi,
maybe i misunderstand your question, but from where are you trying to access your local data?
Are you trying to submit this from a SAS client on your desktop or are you running SAS on the server??
Thanks
Anja
HI! We are currently in the process of moving from SAS PC to SAS on the server and having the functionality of accessing our hard drive would be ideal.
libname myData "//MachineNetworkName/c$/Folders/MyDataFolder
To access this c Share of the your from server, your id (or the id that runs the SAS program ) should have admin access to the <Machinenetworkname>
Apart from that the work space server firewall should allow to connect to other pc's in the network. If you can ping(disabled in windows 2012 servers as a default ) the server name from the pc and vice versa then no issue.
Best Regards,
Sai Korrapati
Hi @ldagiasis
you have received good insights here. Please let me summarize and add mine:
You want to access to: libname myData "//MachineNetworkName/c$/Folders/MyDataFolder"
I hope this can help a bit there.
Best regards,
Juan
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.