This document should list the configuration required for Web Applications (Middle tier) - Support for Integrated Windows Authentication
This is to configuring IWA from SAS desktop applications to the SAS Metadata Server and the SAS Workspace Server - How to Configure Integrated Windows Authentication
... View more
@drahorg , Please take a look at this document - Configure Reusable Compute Servers
Also, take a look at this article, to see if it helps - Limit a user’s simultaneous compute server processes in SAS Viya 2021.1 and later
... View more
@Jovian , There isn't a way to encode the password that is passed to the CLI. You can use loginCode option instead.
Command: ./sas-viya auth loginCode
This loginCode option gives a URL that you can access from browser, sign in with an ID that has admin privileges and then get the authorization code. You can then use the authorization code for the CLI.
... View more
Hi @vamsinuthalapat ,
Please complete these steps below and see if this resolves the issue:
1. Stop the EV Agent using the command ./hq-agent.sh stop
2. Rename the file jasypt.jar to jasypt-1.8.jar in the location <SAS Config>/Lev1/Web/SASEnvironmentManager/agent-5.8.0-EE/bundles/agent-5.8.0/pdk/lib
3. Rename the file httpmime.jar to httpmime-4.5.6.jar in the location <SAS Config>/Lev1/Web/SASEnvironmentManager/agent-5.8.0-EE/bundles/agent-5.8.0/pdk/lib
4. Rename the file httpclient.jar to httpclient-4.5.6.b.jar in the location <SAS Config>/Lev1/Web/SASEnvironmentManager/agent-5.8.0-EE/bundles/agent-5.8.0/pdk/lib
5. Delete agent the data directory: <SASConfig>/Lev1/Web/SASEnvironmentManager/agent-5.8.0-EE/data
6. Start the EV Agent using the command ./hq-agent.sh start
... View more