BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.

I have uploaded a file vis SASDrive on Viya4.

 

I can see the file from inside SAS Studio.

 

However, I can note make a file reference to it. I get the same lockdown error  as above

 

78 filename ind "/folders/myfolders/CS_Data/exported_Data.xpt";
ERROR: The path /folders/myfolders/CS_Data/exported_Data.xpt is not in the list of accessible paths when SAS is in the lockdown
state.
ERROR: Error in the FILENAME statement. 

1 ACCEPTED SOLUTION

Accepted Solutions
gwootton
SAS Super FREQ
Did you add that path to the lockdown allowlist as described here?

SAS® Viya® Administration - Lock Down the SAS Compute Server
https://go.documentation.sas.com/doc/en/sasadmincdc/v_017/calsrvpgm/n00001viyaprgmsrvs00000admin.htm...
--
Greg Wootton | Principal Systems Technical Support Engineer

View solution in original post

2 REPLIES 2
gwootton
SAS Super FREQ
Did you add that path to the lockdown allowlist as described here?

SAS® Viya® Administration - Lock Down the SAS Compute Server
https://go.documentation.sas.com/doc/en/sasadmincdc/v_017/calsrvpgm/n00001viyaprgmsrvs00000admin.htm...
--
Greg Wootton | Principal Systems Technical Support Engineer
TimBedsted
SAS Employee
Perfect

I wasn't aware of this new feature. I didn't come across it on Viya 3.5.
Now I know what I have to do
Again thanks