Tuesday, December 8, 2020

SAS VIYA : sas.identities.providers.ldap.connection pool.whenexhausted type must be integer in GUI

Error is : 

 Het type "string" is ongeldig voor de eigenschap "pool.whenExhaustedAction". Het type moet "integer" zijn

Solve with : 

/appl/sas/viya/home/bin/sas-admin configuration configurations download --target /tmp/ldapconnection.json  --definition-name sas.identities.providers.ldap.connection  --service identities

Write is complete to "/tmp/ldapconnection.json".

$ vi /tmp/ldapconnection.json

ADJUST the value from 1 in 2.


$ /appl/sas/viya/home/bin/sas-admin configuration configurations update --file /tmp/ldapconnection.json

"PATCH" "/configuration/configurations" complete from "/tmp/ldapconnection.json".


No comments: