Symptom
How to enable the Xcelsius Cache Server in SAP BusinessObjects Enterprise 3.1
Resolution
- Add the Xcelsius servers via the Central Management Console (CMC).
-
Log on to the CMC
-
Navigate to 'Servers' page
-
Click the 'Create new server' button
-
Choose "Xcelsius" from the 'Service Category' dropdown
-
Choose "Xcelsius Cache Service" or "Xcelsius Processing Service" from the 'Select Service' dropdown
-
Click 'Next' button.
-
Add any desired additional services and click 'Next' button.
-
Select the desired node from the 'Node" dropdown
-
Change the named in the 'Server Name' field (if desired)
-
Click the 'Create' button.
- Configure the Query As A Web Service end point within the dswsbobje web application
Open DSWSBOBJE_INSTALLDIR/WEB-INF/web.xml file and add the following lines:
<filter>
<filter-name>XcelsiusQaawsAccelerator</filter-name>
<description>Qaaws Runtime Query Accelerator</description>
<filter-class>com.sap.xcelsius.server.QaawsRuntimeRequestFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>XcelsiusQaawsAccelerator</filter-name>
<url-pattern>/qaawsservices/*</url-pattern>
</filter-mapping>
- Restart the dswsbobje web application and a start up of the 2 Xcelsius servers, All QaaWS queries will be redirected to those new servers.
Note: You do not need to restart the entire BOE cluster.
See Also
SAP KBA 1634278 How to add an Xcelsius Cache or Processing Server to a node?
Keywords
Xcelsius, Dashboard, cache, server , KBA , BI-RA-XL , Obsolete: BusinessObjects Dashboards and Presentation Design , How To