SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 66616: The node.lua file located in tenant CAS environments contains an incorrect path

DetailsHotfixAboutRate It

The node.lua file that resides in the /opt/sas/tenant/config/etc/cas/default/ folder contains the following line:

config_loc = env.CAS_HOME .. '/../../config/etc/cas/' .. deployment_instance

This line evaluates to /opt/sas/viya/config/etc/cas/default, which is not correct for tenant CAS configurations, such as /opt/sas/mytenant/config/etc/cas/default.

Because of this behavior, options added to node_usermods.lua in a tenant CAS configuration do not take effect.

To work around the problem, change the line in the node.lua file to the following:

config_loc=current_dir

Then, restart the tenant CAS server.

Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS ViyaLinux for x643.5Viya
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.