In LTS 2023.10 of Viya Platform, I also had to increase the oauth2.client.accessTokenValidity environment variable value of the SAS Launcher Service and the SAS Job Execution Service for long running jobs using Cloud Data Exchange. Specifically, the following was executed:
source /opt/sas/viya/config/consul.conf export CONSUL_TOKEN=$(cat /opt/sas/viya/config/etc/SASSecurityCertificateFramework/tokens/consul/default/client.token) /opt/sas/viya/home/bin/sas-bootstrap-config kv write --force config/jobExecution/oauth2.client.accessTokenValidity 108000 /opt/sas/viya/home/bin/sas-bootstrap-config kv write --force config/launcher/oauth2.client.accessTokenValidity 108000
... View more