Show TOC Start of Content Area

Procedure documentation Creating a Domain   Locate the document in its SAP Library structure

Use

In this step, you create a domain in the Change Management Service (CMS). In this way, you make the development configuration for component-based development available to the SAP NetWeaver Developer Studio, and you define a transport environment. You use this transport environment to transport the software components (SCs) you develop through consolidation and quality assurance to production use.

Note

The values for Domain ID and CMS Name are stored in the SLD. You can specify the Domain ID and the CMS Name only once. If you specified the name Tst already in another example, you must first delete the domain data in the SLD.

Caution

For the Domain ID, use only names with three characters.

Procedure

To create a domain in the CMS, proceed as follows:

...

       1.      In the browser, start the initial page of the SAP NetWeaver Development Infrastructure (NWDI) at the following URL:

http://<host>:5<instance number>00/devinf

Replace <host> with the name of the machine on which you have installed the NWDI; replace <instance number> with the SAPSYSTEM number of the AS Java.

Note

You assigned the SAPSYSTEM number when you installed the AS Java. You can find this number in the file system of the AS Java installation under the following path:

usr  sap  <system name>   JC<instance number>

       2.      Choose the link Change Management Service.

The logon screen appears.

       3.      Log on with user CMSadm.

The Change Management Service Landscape Configurator screen appears; you are on the Domain Data tab page.

Note

If you have created a track before, the CMS opens the Transport Studio. You must then switch to the Landscape Configurator.

Note

If you already created a domain and only want to download a new SC from the SLD, on the Domain Data tab page, choose Update CMS.

       4.      On the Domain Data tab page, enter the following data:

Domain Data

Value

CMS Name

Tst

CMS Description

Tst

CMS URL

http://<host name>:<port number>

Replace <host name> and <port number> with the host name and port of the J2EE Engine on which the CMS is installed.

CMS User

CMSadm

Password

The password that you assigned to the CMSadm user in the previous step.

Transport Directory

Enter a directory name that can be created by the CMS. On Windows, the default is C:\usr\sap\JTrans. In this case, the CMS creates the subdirectory JTrans.

Domain ID

Tst

Domain Name

Tst

Domain Description

Tst

SLD URL

http://<host name>:<port number>

Replace <host name> and <port number> with the host name and port of the J2EE Engine on which the SLD is installed.

       5.      Choose Save Domain.

The message Your data has been savedappears.

Next Step

Creating a Track

End of Content Area