cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot delete Workspace in DTR

Former Member
0 Kudos

Hello All,

i was trying to delete the workspace fromt the DTR, initially i have deleted the track and now am trying to delete the workspace.

I tried to delete using the IE's Open as Web folder option but it failed, then i tried to delete it with the help of Command Line tool.

I have navigated to the dtr folder in the cmd and i have entered the following command

dtr.bat deleteworkspace -w "//TRACK/sap.com_SAP_ESS/dev/inactive"

but it displays Could not retrieve folder item //TRACK/sap.com_SAP_ESS/dev/inactive.

Is the syntax is correct? What could be the problem?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gopal,

Thris thread discussed more on to delete workspace in dtr:

This url explains How to delete the DTR workspace:

http://help.sap.com/saphelp_nw70/helpdata/en/94/f4de3f68d48f15e10000000a155106/content.htm

Thanks

Krishna

Former Member
0 Kudos

I had gone through all the above links

Thanks

Gopal

Former Member
0 Kudos

No clues.. ?

former_member185029
Active Contributor
Former Member
0 Kudos

Hi Ashutosh...

Thanks for your reply..

When i tried to load the development configuration using loadconfig

:dc> loadconfig u2013r C:\Dev\.dtc\0 u2013c C:\Documents and Settings\<user_name>\.dtr u2013u <nwdi_administrator_name>

It displays

Directory "C:\Documents" does not exist

Directory "C:\Documents" does not exist

But the Directory "C:\Documents and Settings" exist..... Even the error message displays "C:\Documents" and not as "C:\Documents and Settings"

What could be the problem?

Thanks

Gopal

Former Member
0 Kudos

Can some one help on this ?

Former Member
0 Kudos

Surround the path with quotes: loadconfig u2013r C:\Dev\.dtc\0 u2013c "C:\Documents and Settings\<user_name>\.dtr" u2013u <nwdi_administrator_name>

david_pham
Explorer
0 Kudos

and use double back slashes like this:

loadconfig u2013r C:\\Dev\\.dtc\\0 u2013c "C:\\Documents and Settings\\<user_name>\\.dtr" u2013u <nwdi_administrator_name>

I did not work for me if I only use single back slashes.

Best Regards