BookmarkSubscribeRSS Feed
vfarmak
Quartz | Level 8

Hello Everyone!

I am experiencing the following situation: 

I have created a report using SAS Visual Analytics 9.4 and a stored process that simply uses a null data step, to print out the word hello world in HTML.

 

The first thing that I have encounter is that a stored process error is being displayed as show in the picture below.

vfarmak_0-1680270176615.png

Then when I click the detailed log the following message appears:

Insufficient authorization to access /opt/sas/config/Lev1/SASApp/_webout.dat

vfarmak_1-1680270352607.png

Does anyone have an idea?

Best Regards,

Vasilios

 

 

 

5 REPLIES 5
Mickey_SAS
SAS Employee

This is a bit more of a stored process question than a VA question.  The basic issue appears that your file statement is creating creating in the default directory in the SAS session, in a location where your user does not have write permission.  I believe this is likely an indication that the stored process results type is not stream.  In the case of using stream, this should be using a temporary file instead of that file.

 

Can you check your stored process definition, and make sure that its result type is Stream in the execution options when you look at its properties in SAS Management Console?

Mickey_SAS_0-1680274519664.png

 

vfarmak
Quartz | Level 8

Hello Mike!

 

I indeed checked and I have the same configuration as you have pointed out in your screenshot.

vfarmak_0-1680509465244.png

I also added my user in the authorization part on the stored process with access rights, but nothing seems to work.

vfarmak_1-1680509837143.png

 

 

Madelyn_SAS
SAS Super FREQ

Check your permissions in the operating system on the file. 

/opt/sas/config/Lev1/SASApp/_webout.dat

 

LinusH
Tourmaline | Level 20

A more general note.

Stored Processes is a legacy technologgy and is discontinued in SAS Viya.

It seems like you are trying to build something new/learn. I should advise you to use functionality to solve your probelm other than Stored Process if possible, to make it easier to migrate to Viya.

Data never sleeps
vfarmak
Quartz | Level 8

 

Unfortunately I am operating SAS Visual Analytics 9.4 (I don't have the CAS Engine, only the LASR).

I think the problem has to do with how the Stored Process is built. 

I will try to generate a stored process (I used the one from the samples) and see how it goes.

 

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 5 replies
  • 836 views
  • 1 like
  • 4 in conversation