Show TOC Start of Content Area

Background documentation loadconfig  Locate the document in its SAP Library structure

Use

Many development component (DC) related commands work only in the context of a development configuration. This command makes a development configuration available. The difference to the command importconfig is that loadconfig takes a development configuration that has already been created or imported, which requires the location of the development configuration to be specified. The archiveroot parameter has the same meaning as in command importing. For more information on this parameter refer to the description of the command importconfig.

Syntax

Syntax

loadconfig -location|-l directoryName -archiveroot|-a directoryName

Options

 

-location|-l directoryName

The directory where the development configuration is located.

-archiveroot|-a directoryName

The root directory of the archive pool.

Description

Loads a development configuration and makes it available.

Example

loadconfig -l c:\cfg1 -a nwds\eclipse\pluginsl\com.sap.tc.ap\comp

loadconfig -l c:\cfg1

End of Content Area