Skip to Content
Author's profile photo Former Member

OBN Cache

 

Introduction

 

In SAP NetWeaver Portal NY versions (7.1 and above), an additional cache feature has been added, the Object-Based Navigation (OBN) cache.

Why do we need it?

When a user clicks an OBN link, the OBN service searches in every role the user is assigned to for OBN iView targets.

The search is done for each click on an OBN link. This can take a while and there is no reuse of the search results.

Pros

 

  1. Each role is searched only once
  2. Search results are stored and are reusable
  3. The response time of the navigation is faster

 

Cons

 

The cache needs to be manually cleared after:

 

  • Deploying content
  • Modifying content (creating, changing, deleting)

 

Not clearing the cache after the content has been modified may lead to OBN issues such as:

 

  • OBN that is not resolved for all or some of the users
  • OBN editors that don’t show the operations that are tagged under the target iViews

 

For these reasons, OBN caching may not be desirable in a development or testing environment, because the content there is modified frequently. In general, it is not recommended to use the OBN cache in development or testing environments.

 

 

How to disable the OBN Cache


Since the OBN Cache is enabled by default, if you want to disable it, follow the steps below:

 

NW 7.1 – 7.2:

 

  1. In the portal, navigate to System Administration -> Navigation -> OBN Cache.
  2. Choose “Clear All” to clear the entire cache.
  3. Choose “Disable Cache” to disable the OBN cache.

 

/wp-content/uploads/2014/12/pic1_615547.jpg

 

NW 7.3 and above

 

  1. In the portal, navigate to System Administration -> System Configuration -> Cache Management -> OBN Cache.
  2. Choose “Clear All” and “Clear Cluster Cache” to clear the entire cache.
  3. Choose “Disable Cluster Cache” to disable the OBN cache.

 

/wp-content/uploads/2014/12/pic2_615551.jpg

You want to influence the product roadmap of SAP Enterprise Portal? You plan to implement your Portal in the cloud? Seize the opportunity and make a difference by providing your feedback: https://blogs.sap.com/2016/10/11/2016-elections-vote-now/.

 

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Tom Xing
      Tom Xing
      • OBN editors that don’t show the operations that are tagged under the target iViews

      Once I faced a problem exactly like this and now I got to know why.

      Thanks Etay!