Problem Note 61138: Log files are not accessible in SAS® Anti-Money Laundering application when Transport Layer Security (TLS) is configured
You might not be able to access log files from the Administrator interface of SAS Anti-Money Laundering if TLS is configured.
To work around this problem, follow these steps:
- Navigate to the SASHOME/SASVersionedJarRepository/eclipse/plugins folder on the middle-tier server and locate any subfolder with a name that starts with sas.svcs.rest_. If multiple files contain that naming convention, select the file with the highest number after the sas.svcs.rest_ prefix
- Copy the sas.svcs.rest.jar file to SAS-configuration-directory/Web/WebAppServer/SASServer8_1/sas_webapps/sas.financialservices.aml.war/WEB-INF/lib.
- Navigate to SAS-configuration-directory/Web/WebAppServer/SASServer8_1/sas_webapps/sas.financialservices.aml.war/WEB-INF/spring-config and make a backup of the mvc-servlet.xml file.
- In that file, locate the following code:
<mvc:interceptors>
<bean class="com.sas.commons.rest.links.BaseUrlConfiguration">
<property name="baseUrlFormat" value="${link.base.url.format}" />
</bean>
</mvc:interceptors>
- Change the code above to the following (including adding comment delimiters around the <bean> element):
<mvc:interceptors>
<!--
<bean class="com.sas.commons.rest.links.BaseUrlConfiguration">
<property name="baseUrlFormat" value="${link.base.url.format}" />
</bean>
-->
<bean class="com.sas.svcs.web.controllers.rest.LinkInterceptor" />
</mvc:interceptors>
- Restart SASServer8.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Anti-Money Laundering | Microsoft® Windows® for x64 | 7.1 | 7.1 | | 9.4 TS1M4 |
64-bit Enabled AIX | 7.1 | 7.1 | | 9.4 TS1M4 |
64-bit Enabled Solaris | 7.1 | 7.1 | | 9.4 TS1M4 |
Linux for x64 | 7.1 | 7.1 | | 9.4 TS1M4 |
*
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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2021-01-29 11:52:07 |
Date Created: | 2017-09-21 15:45:14 |