Show TOC Start of Content Area

Background documentation CONNECTCMS / CC  Locate the document in its SAP Library structure

Syntax

CONNECTCMS

Syntax

connectcms | cc -t <trackID> [-d <domainID>] [-c <CMS URL>] [-u <user>] [-p <password>] [--dtr]

Arguments

 

-t <trackID>

The trackID of the track to connect to.

[-d <domainID>]

The domainID of the CMS where the tracks are located.

[-c <CMS URL>]

CMS URL, has to contain protocol, server and port.

For example: http://10.10.10.01:50000

[-u <user>]

User to use for establishing or changing the connection.

[-p <password>]

Password of the user.

[--dtr]

If this option is set, CMS Tool tries to establish a connection to corresponding DTR.

Description

Command to establish or change a connection to CMS.

You have to provide the user and password only once (during login for interactive mode or in batch mode on first call of this command), unless you want to change the user. When you change the connection to CMS and a connection to DTR was established, this connection will be released automatically.

Example

cc -c http://10.10.10.10:50000 -d MAIN -t Basic -u user -p myPassword

End of Content Area