Show TOC Start of Content Area

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

Use

The Serverside Development Infrastructure Client (SDIC) has a set of service properties which need to be configured before you use SDIC. These properties can be configured using the SAP NetWeaver Administrator tool.

Prerequisites

You have the needed administrative privileges for the SAP NetWeaver Administrator.

Procedure

...

...

       1.      Open the SAP NetWeaver Administrator tool.

To do that, open URL: http://<host>:<port>/nwa.

       2.      Choose Configuration Management Infrastructure Java System Properties.

Java System Properties view allows you to change properties for different services and applications.

       3.      Choose the required instance from Templates.

       4.      Choose the Services tab under Details.

       5.      Select SDIC Service from the service list.

This will display the SDIC properties under Extended Details.

Caution

Any change in property will affect all the SIDEs using SDIC. So these properties should be configured only by the SDIC administrator.

You can configure the following properties for SDIC:

Recommendation

We recommend that you do not change the default values.

SDIC Properties

Name

Default Value

Description

sdic.cache.devconfig.timeout

30

Refresh timeout (in milliseconds) for the cached development configuration. The cache is marked as obsolete after this timeout period. The next request will fetch the development configuration from the NWDI server and cache it again until the timeout occurs again.

sdic.default.devconfig

<Domain track system>

Name of the development configuration.

sdic.nwdiservers.admin.user

<service user>

The name of the user with access to NWDI servers. However, this user should not exist in the AS Java where the SDIC is hosted.

This user is used by SDIC for Invalidation Task when state store is switched on.

If state store is switched off, this property does not need to be set.

sdic.nwdiservers.connecttimeout

10000

Initial connection timeout (in milliseconds) when the client connects to the AS Java server.

sdic.nwdiservers.expiretimeout

10000

Expiry timeout (in milliseconds) of the connection between the SDIC Server and the NWDI Server.

sdic.nwdiservers.max.checkin.attempts

3

Maximum number of times SDIC will attempt a check-in in case the first or second attempt fails.

sdic.nwdiservers.readtimeout

300000

Read timeout (in milliseconds) after which the session between the SDIC and the AS Java server elapses.

sdic.sld.url

http://<host>:<port>

System Landscape Directory (SLD) URL of the AS Java server on which the SAP NetWeaver development Infrastructure (NWDI) server is running.

sdic.state.store.active

true

Allows you to enable (set to true) or to disable (set to false) the state store. See also sdic.nwdiservers.admin.user.

sdic.state.store.RunTasks

false

Allows you to configure whether background tasks (currently used for synching from the NWDI servers to infrastructure stores) should be run (set to true) or disabled (set to false) by the SDIC Scheduler.

 

 

End of Content Area