SAP Knowledge Base Article - Public

1775772 - How to enable Xcelsius servers on BOE XI 3.1

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).   
  1. Log on to the CMC
  2. Navigate to 'Servers' page
  3. Click the 'Create new server' button
  4. Choose "Xcelsius" from the 'Service Category' dropdown
  5. Choose "Xcelsius Cache Service" or "Xcelsius Processing Service" from the 'Select Service' dropdown
  6. Click 'Next' button.
  7. Add any desired additional services and click 'Next' button.
  8. Select the desired node from the 'Node" dropdown
  9. Change the named in the 'Server Name' field (if desired)
  10. 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

Product

SAP BusinessObjects Dashboards all versions