Hi Guys,
i have the following challenge in Windows environment:
I am trying to access (include statement) via SAS EG different sas project related sources located on shared drive .
The shared drive is in another domain , and of course i receive authorization error in SAS EG that i can not include the desired sources.
Do you have some experience with such situation.
How can i pass my credentials to the shared location in the other domain prior to the include statements.
Do you have some example?
Thanks a lot in advance and best regards
In other words this is not a SAS issue but an IT network security / permissions issue. Raise the problem with your IT support people.
Show the code you use to reference one or more of those files.
You likely need to provide server /domain information and likely id and passwords.
Hi,
actiually we are failing on the first step- include statement's and assignment of the required sources.
On this step we are receiving authentication error due to missing credentials.
Regards
Do you have an simple example how this code should look like, in order to connect?
@gorata wrote:
Do you have an simple example how this code should look like, in order to connect?
I'm sorry but you really should provide LOG with the code you attempted and all the messages that might be involved.
There are so many ways that you can attempt to connect to stuff that I am not going to attempt to even guess.
Are trying something like this - %include '\\MyFileServer.MyOtherDomain\MyFolder';
If this is failing then most likely you will need your IT folks to set up the right security settings including firewall rules and folder share permissions. This isn't something you can fix yourself.
Can you access this network drive by any other means than SAS on the machine where SAS executes (=not the EG client but where the SAS Server component is installed)?
In other words this is not a SAS issue but an IT network security / permissions issue. Raise the problem with your IT support people.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.