cancel
Showing results for 
Search instead for 
Did you mean: 

Error when creating Workspace folder

Former Member
0 Kudos

Hi SDN's,

I am trying to create a workspace folder using the steps mentioned in the following link: http://help.sap.com/saphelp_nw04s/helpdata/en/31/0fdf3f3e054e1de10000000a155106/frameset.htm

i have executed dtrshell.bat in the command line and it shows the following lines on the command screen:

C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.tssap.dtr.client.vfs_2.0.0>dt

rshell.bat

Usage: java [-options] class [args...]

(to execute a class)

or java [-options] -jar jarfile [args...]

(to execute a jar file)

where options include:

-client to select the "client" VM

-server to select the "server" VM

-hotspot is a synonym for the "client" VM [deprecated]

The default VM is client.

-cp <class search path of directories and zip/jar files>

-classpath <class search path of directories and zip/jar files>

A ; separated list of directories, JAR archives,

and ZIP archives to search for class files.

-D<name>=<value>

set a system property

-verbose[:class|gc|jni]

enable verbose output

-version print product version and exit

-version:<value>

require the specified version to run

-showversion print product version and continue

-jre-restrict-search | -jre-no-restrict-search

include/exclude user private JREs in the version search

-? -help print this help message

-X print help on non-standard options

-ea[:<packagename>...|:<classname>]

-enableassertions[:<packagename>...|:<classname>]

enable assertions

-da[:<packagename>...|:<classname>]

-disableassertions[:<packagename>...|:<classname>]

disable assertions

-esa | -enablesystemassertions

enable system assertions

-dsa | -disablesystemassertions

disable system assertions

C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.tssap.dtr.client.vfs_2.0.0>

after this i have used the command <b>mkws –F –w /Test</b>

output for that command as:

C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.tssap.dtr.client.vfs_2.0.0>mk

ws -F -w /Test

'mkws' is not recognized as an internal or external command,

operable program or batch file.

C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.tssap.dtr.client.vfs_2.0.0>

here is the coding for my <b>dtrshell.bat</b>:

@echo off

rem Run DTR Commandline Shell:

rem -


rem (1) Get it running:

rem -


rem - Adapt configuration settings in setvars.bat.

rem - Uncomment the settings for the used archives

rem that fit to the currently used Netweaver Developer Studio.

call setvars.bat

set CLASS_PATH=

rem (2) Used Archives Settings:

rem -


rem Used Archives in 6.40 and 7.00 Netweaver Developer Studio installation:

rem -


set CLASS_PATH=%CLASS_PATH%;.\lib\vfs.jar

set CLASS_PATH=%CLASS_PATH%;.\lib\http.jar

set CLASS_PATH=%CLASS_PATH%;sap.comtcdidtrclientcommandline~library.jar

set CLASS_PATH=%CLASS_PATH%;.\lib\propagation.jar

set CLASS_PATH=%CLASS_PATH%;.\lib\admin.jar

set CLASS_PATH=%CLASS_PATH%;.\lib\deltav.jar

set CLASS_PATH=%CLASS_PATH%;.\lib\util.jar

rem Used Archives from foreign Plugins:

set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.xmltoolkit_2.0.0\lib\sapxmltoolkit.jar

set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.logging_2.0.0\lib\logging.jar

set CLASS_PATH=%CLASS_PATH%;..\com.sap.tc.jarm_2.0.0\lib\jARM.jar

rem (3) Run DTR Commandline Shell:

rem -


java -classpath %CLASS_PATH%,%DEFAULT_PROPERTIES%,com.tssap.dtr.client.commandline.DTRShell %*

Please suggest me to solve this error.

Regards,

Sireesha.B

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sireesha,

java -classpath %CLASS_PATH%,%DEFAULT_PROPERTIES%,com.tssap.dtr.client.commandline.DTRShell %*

Are there really commas in that line? If yes, replace them with space characters.

Regards,

Marc

Former Member
0 Kudos

Hi Marc,

Thanks for ur response.

In the original dtrshell.bat file there are no commas mentioned. but if i run that one it is giving error in main thread, class not fount exception. from the forums i found that once u place commas the error will be resolving! so i changed in that way.

how to solve the error mentioned? can u tell me the exact process of creating folder and running the dtrshell/dtr.bat files.

Regards,

Sireesha.B