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

Hi!

 

I'm using SAS VA 7.3, when accesing the web application of SAS VA I cannot see the other features such as Report Designer, Data Exploration, Administrator, etc. I checked the roles/groups of my user which is the SAS Demo on SAS Management Console and I have rights to access such features.

 

I attached screenshot of the User proerties and the web application.

 

Hope someone can help me.

 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
jei
Quartz | Level 8 jei
Quartz | Level 8
Hi @alexal,

Sorry for the late revert. The cause of the error is expired license. We solved the issue by renewing the and applying our license.

Thank you!

View solution in original post

2 REPLIES 2
alexal
SAS Employee

@jei,

 

Have you recently installed a new license? It is possible that you forgot to upgrade the license for VA on the metadata server. I would like to review this file from the middle tier:

 

/<SASConfig>/Lev<X>/Web/Logs/SASServer1_1/SASVisualAnalyticsHub7.<X>.log
or
/<SASConfig>/Lev<X>/Web/Logs/SASServer12_1/SASVisualAnalyticsHub7.<X>.log

 

 

Also, please run the following SAS program in SAS Studio or EG and send to me /tmp/outsid.txt from the compute tier for further investigation:

 

data _null_; 
length uri $256 
text $3277; 
rc=1; 
arc=0; 
n=1; 
file "/tmp/outsid.txt" mod; 
do while(rc>0); 
rc=metadata_getnasn("omsobj:Document?@Name='SAS Setinit Location'","Notes",n,uri); 
arc=1; 
if (rc>0) then arc=metadata_getattr(uri,"StoredText",text); 
if (arc=0) then put text; 
n=n+1; 
end;
run;
jei
Quartz | Level 8 jei
Quartz | Level 8
Hi @alexal,

Sorry for the late revert. The cause of the error is expired license. We solved the issue by renewing the and applying our license.

Thank you!

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 2 replies
  • 988 views
  • 0 likes
  • 2 in conversation