SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 70274: The search link in SAS® Business Data Network does not load as expected

DetailsHotfixAboutRate It

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:

  1. Navigate to the ..\Lev1\Web\WebAppServer\SASServer13_1\sas_webapps\sas.dm.businessdata.war\WEB-INF\jsp\search folder.
  2. Edit both the index.jsp & results.jsp files.
  3. Search for the following:
<c:url var="searchURL" value="/search" />
  1. Add a / after /search so that it looks similar to the following:
<c:url var="searchURL" value="/search/" />
  1. Save both files.
  2. Restart SASServer13_1.
  3. 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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Business Data NetworkMicrosoft® Windows® for x643.43.49.4 TS1M89.4 TS1M8
Solaris for x643.43.49.4 TS1M89.4 TS1M8
64-bit Enabled Solaris3.43.49.4 TS1M89.4 TS1M8
64-bit Enabled AIX3.43.49.4 TS1M89.4 TS1M8
Linux for x643.43.49.4 TS1M89.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.