Problem Note 70274: The search link in SAS® Business Data Network does not load as expected
The search page in SAS Business Data Network does not load as expected. An HTTP status code 404 error is displayed in the browser when trying to access /search.
SASBusinessDataNetwork.log in SASServer13_1 contains messages that are similar to the following:
... org.springframework.web.servlet.PageNotFound - No mapping for GET /SASBusinessDataNetwork/search
To work around the problem, complete the following steps:
- Navigate to the ..\Lev1\Web\WebAppServer\SASServer13_1\sas_webapps\sas.dm.businessdata.war\WEB-INF\jsp\search folder.
- Edit both the index.jsp & results.jsp files.
- Search for the following:
<c:url var="searchURL" value="/search" />
- Add a / after /search so that it looks similar to the following:
<c:url var="searchURL" value="/search/" />
- Save both files.
- Restart SASServer13_1.
- Open the search interface using https://<<server-name>>/SASBusinessDataNetwork/search/. (Note the extra / at the end of the URL)
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Business Data Network | Microsoft® Windows® for x64 | 3.4 | 3.4 | 9.4 TS1M8 | 9.4 TS1M8 |
Solaris for x64 | 3.4 | 3.4 | 9.4 TS1M8 | 9.4 TS1M8 |
64-bit Enabled Solaris | 3.4 | 3.4 | 9.4 TS1M8 | 9.4 TS1M8 |
64-bit Enabled AIX | 3.4 | 3.4 | 9.4 TS1M8 | 9.4 TS1M8 |
Linux for x64 | 3.4 | 3.4 | 9.4 TS1M8 | 9.4 TS1M8 |
*
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.
Opening a SAS Business Data Network search page displays an HTTP status 404 error in the browser.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2024-02-06 09:25:04 |
Date Created: | 2023-07-25 11:34:03 |