Entering content frame

Procedure documentation Loading a DC from the DTR – the “sync” Command Locate the document in its SAP Library structure

Use

This command synchronizes an individual development component (DC) with the Design Time Repository.

Procedure

...

       1.      Set the parameters according to the mandatory options.

Mandatory Options

-c sync specifies the command, in this case, sync.

-f configurationRootFolder: The absolute folder path, into which the development configuration was imported.

Example

For the Windows user name john and a development configuration test1, the root folder of the configuration would be:

C:\Documents and Settings\john\.dtc\test1

(provided that the storage location of the development configuration pool has not been changed in the Preferences in the SAP NetWeaver Developer Studio).

-s compartment. The name of the SC compartment, in which the DC is located.The SC compartment is defined in the development configuration. The names are displayed in the Active DCs and Local DCs views in the Development Configurations perspective of the SAP NetWeaver Developer Studio.

If the Structure linkdevelopment configuration has been generated using the tool, then the name of the compartment is <software component vendor>_<software component name>,

Example

sap.com_sc1

-v vendor: The vendor of the DC, which you want the DTR to sync, for example, sap.com.

-n name: The name of the DC to be synced, for example, test/dc1.

-u user: The name of the DTR user.

-p password. The DTR password.

Example

For the folders and user specified above, the command would be:

dc -c sync – f C:\Documents and Settings\john\.dtc\test1 –s sap.com_sc1 -v sap.com –n test/dc1-u john –p secret

For more information on optional parameters, see Optional Command Line Parameters.

 

 

 

 

Leaving content frame