Optimizing Performance of Remote Role Assignment Usage
Prerequisites
You have access to the SAP NetWeaver Administrator tool.
Context
|
Content usage mode: remote role assignment Applies to: consumers |
You can reduce the number of runtime roundtrips between consumer and producer by optimizing a dedicated service on the consumer portal; thereby improving overall performance. These settings are valid for content shared through remote role assignment mode only.
When configured, the content in a remote role is cached on the consumer's server (not the client) when the first user on the consumer retrieves iView data from the respective producer at runtime. You also specify which languages are cached. For every subsequent user, the data for the role will already be cached on the consumer's server.
Procedure
-
In the SAP NetWeaver Administrator tool, access the following portal application and service:
-
Portal application: com.sap.portal.ivs.global.jndibridge
-
Service: OptimizerC
For information about accessing and configuring portal services in the SAP NetWeaver Administrator tool, see Accessing Portal Services in SAP NetWeaver Administrator .
-
-
Configure the following properties:
Parameter
Description
Languages to retrieve by optimization
Specify the languages to cache on the first roundtrip.
Apply the following guidelines:
-
For each locale, enter the corresponding constants as defined in the Java Locale object in the java.util library. You may need the assistance of a portal developer to obtain this information.
-
For each locale, you may enter a language only or a language and its country.
-
Separate multiple entries with a semi-colon (;).
-
Do not include spaces.
For example: en;enUS;de;frFR
My Portal Address
Specify the full URL of your portal in the format:
<protocol>:<full domain host name>:<port>
For example: http://myportal.mydomain:53000
-
-
Save your changes.