Start of Content Area

Procedure documentation Configuring CAF for TREX Search and Indexing  Locate the document in its SAP Library structure

Use

In order for each business object and their related entities to be searchable from CAF, you must first create TREX (text retrieval and indexing) indexes. You also need CAF-specific users to index and search for large collections of unstructured and structured data in KM with TREX.

You use caf_svc_user to index CAF objects. Index creation is done by KM services.

Prerequisite

You have launched the TREX administration console and verified that the HTTP service is running.

You have done this because the J2EE engine communicates to TREX through the HTTP server that is installed on the TREX server. Therefore, in order for CAF to be able to communicate with TREX, the server must be up and running.

Procedure

Creating the caf_svc_user in CAF J2EE

 

       1.      Launch the User Management engine with http://<host>:<port>/useradmin.

Remember to replace <host> and <port> with the Java application server you are using.

       2.      Create user caf_svc_user.

       3.      In General Information, choose Disable Password.

       4.      Logon to the SAP J2EE Visual Administrator and go to Server ® Services ® Security Provider ® Runtime ®Policy Configurations ® sap.com/caf~runtime~ear*sap.com~caf~runtime~impl.jar ® Security Roles ® Role Type ®Security Role.

       5.      Choose OK when the dialog window appears.

       6.      Choose This graphic is explained in the accompanying text and add user caf_svc_user to the users mappings.

Creating the caf_svc_user in SAP NetWeaver Portal

 

       1.      Launch the User Management engine with http://<host>:<port>/useradmin.

Remember to replace <host> and <port> with the Java application server you are using.

       2.      Create user caf_svc_user.

       3.      In General Information, choose Disable Password.

Adjusting the KM Index Service in CAF J2EE

Note

You may need to perform the following steps because newer versions of the SAP NetWeaver Portal cannot work without authorization.

 

       1.      Logon to the SAP J2EE Visual Administrator tool.

       2.      Go to Services ® Destinations ® Web Service ® sap.com/caf~km.proxies/KMNotificationSvc/com.sap.portal.prt.soap.KMIndexSvc.

       3.      Set authentication to Assertion Ticket.

Adjusting the KM Base Service in CAF J2EE

Note

You only have to perform the following steps if you have previously installed versions of CAF.

 

       1.      Logon to the SAP J2EE Visual Administrator tool.

       2.      Go to Services ® Destinations ® Web Service ® sap.com/caf~km.proxies/KMBaseScxJNDI/KMBaseSvc ® Authentication.

       3.      Verify that authentication is set to Logon Ticket.

 

End of Content Area