Show TOC Start of Content Area

Procedure documentation Configuring CAF Runtime Properties  Locate the document in its SAP Library structure

Procedure

       1.      Log on to the SAP Config Tool.

       2.      Choose Tools Configuration Editor.

       3.      Open the Display Configuration tab page.

       4.      In the Configurations tree, navigate to cluster config globals clusternode_config workernode apps sap.com caf~runtime~ear appcfg Propertysheet application.global.properties

       5.         Change the value of the following properties:

Name

Value

KM_MACHINE_ADDRESS

Enter the host name of the machine.

KM_MACHINE_PORT

Enter the port name of machine.

KM_REPOSITORY

Enter the name of the business object repository in KM if you are using more than one CAF server for a single portal.

For example:

/caf-<AS_Java_machine_name>-<System_ID> or  caf-epmwXXX-N74. 

Note

If both CAF and the SAP NetWeaver Portal are installed on the same Application Server (AS) Java instance and the portal is used only for this single CAF instance, then you can use the name without the prefix /caf.

KM_TMP_REPOSITORY_FOLDER

Edit the name of the repository for documents that have been attached.

For example, documents_xapps_< AS_Java_machine_name >-<System_ID> or documents_xapps_epmwxxx_n74.

Note

If CAF and the SAP NetWeaver Portal are installed on the same AS Java instance and the portal is used only for this single instance, then you can use the name without the prefix /documents_xapps.

PUBLISH_ENABLED

Must be set to true, if KM search functionality should be used

IDX_PREFIX

Edit the prefix for indexes created for searching in KM. It needs to be unique.

For example, /caf-< AS_Java_machine_name >-<System_ID> or caf-epmwXXX-N74. 

       6.         Restart your AS Java.

End of Content Area