I have a new Linux admin that just started this week (and let me note that I too am new to SAS). We loaded the SAS tools on his computer yesterday and I have been showing him our system. I have LASR load jobs that need to be run anytime the server is taken offline. I can run these jobs without any issues. I have a backup who can run these jobs with any issues. And, we also have another Linux admin who can run these jobs without any issues. However, my new Linus admin is getting the following error (in the log file) when he attempts to run the LASR load jobs via Schedule Manager:
ERROR: Invalid option value /data/sasconfig/Lev1/SASApp/BatchServer/logconfig.apm.xml for SAS option LOGCONFIGLOC.
ERROR: (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED.
ERROR: Unable to initialize the SAS kernel.
I should also not that this error ONLY occurs when he attmpts to run the jobs via Scheudle Manager. If he goes into DI Studio, he can run the jobs successfully, without any issues.
What am I missing?
Thanks,
Ricky
I just wanted to follow-up on this ticket. This ended up being a Linux permissions issue. We got the new admin added to the appropriate Linux group and the problem was solved. Thanks for everyone's help and suggestions.
Thank you,
Ricky
My first avenue of debugging would be to log on to the server with his/her credentials (or do su - username from the root account), navigate to /data/sasconfig/Lev1/SASApp/BatchServer/, and try to read logconfig.apm.xml. If somewhere on the way you get a "permission denied", you've come a lot nearer to the solution.
Make sure that he has read/write access to folder /<SASConfig>/Lev<X>/SASApp/BatchServer/PerfLogs
@alexal wrote:
Make sure that he has read/write access to folder /<SASConfig>/Lev<X>/SASApp/BatchServer/PerfLogs
But that would make the error message from the OP seriously misleading.
@rgreen33, also, are you sure that he can start Base SAS with no errors?
@rgreen33 I suppose that SAS has been installed on Linux? If so run the following command:
/<SASHome>/SASFoundation/9.4/sas -nodms
@rgreen33 he should be able to run the command even if SAS services have not been started.
This problem is usually caused either by:
Also, if the logconfigloc option is pointing to NAS using CIFS, you may have a file locking issues.
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.