Show TOC Start of Content Area

Background documentation DTR Console Locate the document in its SAP Library structure

The Design Time Repository (DTR) console is a command line based administrative tool deployed on to the AS Java system where the DTR is running. The tool is located under /usr/sap/<SID>/SYS/global/com.sap.dtr.console folder. It is platform-independent. For Microsoft Windows OS, use the run.bat to start the console application. You use this tool to trigger the replication process on the individual workspaces.

Using this command line tool you can create a replica (that is a copy) of your DTR repository to another DTR server. More information: Replicating a Track into a Different DTR Repository.

List of Commands

Command Name

Description

cd

Changes the current directory to the specified resource path.

checkin / ci

Checks an open activity in to the DTR.

checkout / co

Checks the given resource out.

close

Closes a propagation list.

connect

Connects to a new DTR system. This creates a new session.

count

Counts the number of files which are present in a given directory and in all its subdirectories.

delete / remove

Deletes the specified resource.

discard

Resolves a collision by discarding one of the colliding versions.

exec

Executes the specified OS command in a separate process.

export

Exports a closed activity or propagation list.

format

Defines the output format for the commands.

gc

Triggers the garbage collection on the DTR server.

get

Gets a resource and stores its content in a file.

help

Provides help for commands.

import

Imports an export-file that was created by the export command.

input

Puts the user input from the command line as a resource into the DTR.

integrate

Integrates an activity or a propagation list into a workspace.

integrations

Lists the integrations for a workspace.

listActivities

Lists activities.

listConflicts

Lists the conflicts of a workspace.

listGroups

Lists versionSetGroups.

listWorkspaces

Lists workspaces.

ls

Prints the members of a given directory. If no directory is given it prints the members of the current directory.

mkactivity

Crates an activity.

mkdir

Creates a directory / collection.

mkfusion

Creates a fusion.

mkproplist

Creates a propagation list.

mkvsgroup

Creates a versionSetGroup.

mkworkspace

Creates a workspace.

options

Shows the by DTR supported methods and functionalities.

populateproplist

Populates a propagation list.

populatevsgroup

Populates a versionSetGroup.

propfind

Gets properties for a resource.

proppatch

Gets properties for a resource.

put

Creates a new file or uploads new content for a file.

pwd

Displays the current directory.

replicate

Replicates a workspace.

revert

Reverts the changes done on the given resource or represented by the given resource.

sat

Switches the Single Activity Trace on/off.

script

Runs a set of commands from a script file.

sessions

Manages users sessions.

spool

Writes the trace to specified trace file.

startup

Provides common options/arguments for the application startup.

sync

Syncs files/folders.

timing

Activates/Deactivates commands execution time reporting.

vars

List currently defined global variables.

vgraph

Presents a version-graph for a resource.

webdetails

Opens the standard browser and opens the resource details page for the given

resource there(Windows Only).

where

Lists in which workspaces a certain version or one of its successors has been

integrated.

 

 

End of Content Area