Problem Note 69897: Dispositioning a large number of alerts might take a long time on SAS® Social Network Analysis Server
On SAS Social Network Analysis Server, you can disposition alerts by clicking the Disposition button on the Alerts page. However, when you select large number of alerts to disposition (for example, 100, 200, and so on), the process of dispositioning might be take longer than expected.
When this issue occurs, you do not receive any errors, warnings, or messages to indicate that a problem occurred.
To circumvent this issue, complete the following steps:
- Open the web.xml file that is located in the SAS-configuration-directory\LevN\Web\WebAppServer\SASServer8_1\sas_webapps\sas.sso.snaserver.war\WEB-INF directory.
- Locate this section of code:
<filter-name>SanitizingRequestFilter</filter-name>
<filter-class>org.springframework.web.filter.DelegatingFilterProxy</filter-class>
- After locating that section of code, add the following code if it is not already present. If this code is present, then verify (or edit as necessary) the code so that it looks exactly like the code below:
<init-param>
<param-name>allowedPostNames</param-name>
<param-value>snaSheet,links,nodes,groups,customMeasures,actionableEntities</param-value>
</init-param>
- Save the file.
- Restart SASServer8.
Operating System and Release Information
SAS System | SAS Social Network Analysis Server | Solaris for x64 | 6.2_M4 | | | |
Linux for x64 | 6.2_M4 | | | |
HP-UX IPF | 6.2_M4 | | | |
64-bit Enabled Solaris | 6.2_M4 | | | |
64-bit Enabled AIX | 6.2_M4 | | | |
Microsoft® Windows® for x64 | 6.2_M4 | | | |
*
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: | medium |
Date Modified: | 2023-02-23 14:46:26 |
Date Created: | 2023-02-23 10:01:00 |