1. You need to change the /SASStoredProcess/Params.config and a web.xml file for SAS 9.1.3. Change the following line:
_username=$servlet.user.name
TO: _username=<Your Shared Account Name>
AND THEN ADD the following line:_password=<Your encoded password>
2. In the /SASStoredProcess\WEB-INF\Web-XML, COMMENT out the following lines:
<param-name>AuthMechanism</param-name>
<param-value>host</param-value>
Restart the web application (such as Tomcat) and you shouldn’t have to login anymore.
<submitted Zencos Consulting>

0 comments:
Post a Comment