cancel
Showing results for 
Search instead for 
Did you mean: 

not able to delete workspace after deleting Track

vishal_gupta15
Contributor
0 Kudos

Hi,

I have successfully delete a track from CMS

All the config for the track has already removed from user systems.

Now I am trying to remove the workspace(TrackDel - active & Inactive) associated with this track.

I have refer the following help document

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

But when i log on I am Log on to One of active tracks( SID_Track1_D).

Then If I use the systems / client command I am only get one more track i. e. out put is

SID_Track1_D and SID_Track2_D.

But I not getting any reference to SID_TrackDel_D.

Any pointers how i can delete that track.( I am using admin user Id)

_vishal

Accepted Solutions (1)

Accepted Solutions (1)

marc_estvez
Explorer
0 Kudos

Hi,

you can't delete a track by using the DTR command line tool. Tracks should be deleted in the CMS UI. I understand you already have deleted a Track and that's the reason why you don't see any reference to the deleted Track.

The command DELETEWORKSPACE deletes workspaces (not Tracks). The syntax is DELETEWORKSPACE <-w "workspacePath"> where workspacePath can be obtained from the command WORKSPACES -F.

Regards

Marc

vishal_gupta15
Contributor
0 Kudos

Hi Marc,

Thanks for inputs.

But I am still not able to get the workspace of track SID_TrackDel_D.

Is their any other way by which I can delete the workspace.

_vishal

vishal_gupta15
Contributor
0 Kudos

Any inputs..........

pramod_gopisetty1
Active Contributor
0 Kudos

Hi,

Check the Note 855537 - Delete DTR workspace folders

Hope this helps.

Cheers-

Pramod

Answers (1)

Answers (1)

shreyas_pandya
Contributor
0 Kudos

Hi Vishal,

Please understand that track is not an entity that can be deleted from a single place.

Track comprises lot of things.

Workspaces & Buildspaces

For every NWDI track two configurations (_Dev and _Cons) are created. Each of these configurations in turn contains 3 compartments each, namely Active and Inactive DTR Workspaces, plus one CBS Buildspace.

So your Track consists of totally...

4 DTR Workspaces:

Work-spaces belong to DTR

1.Inactive Development workspace of your track in DTR Server.

(http://<host>:<port>/dtr/ws/<Track_Name>/<SC_Name>/dev/inactive)

2.Active Development workspace of your track in DTR Server.

(http://<host>:<port>/dtr/ws/<Track_Name>/<SC_Name>/dev/active)

3.Inactive Consolidation workspace of your track in DTR Server.

(http://<host>:<port>/dtr/ws/<Track_Name>/<SC_Name>/cons/inactive)

4.Active Consolidation workspace of your track in DTR Server.

(http://<host>:<port>/dtr/ws/<Track_Name>/<SC_Name>/cons/active)

2 CBS Buildspaces:

Build-spaces belong to CBS.Go to Component Build Services (CBS) Web UI >> (Build spaces >>)

1.Development Buildspace

"<SID>_<Track-ID>_D" build space.

2.Consolidation Buildspace

"<SID>_<Track-ID>_C" build space.

All your Source code is stored inside the DTR Workspaces and the compiled version (Built version) of that source code is stored inside the CBS Build-spaces.

So, when you import your development configurations in developer studio it brings the code from DTR-Workspaces and built archives from CBS build spaces.

And last but not the least the defination of your Track, which is created in CMS.

So when you say you want to delete a Track from NWDI, then you have to consider all the above metioned units that are building blocks of your entire track. Which simply implies that you need to delete all of these possible units to cease the existence of your track.

Please refer to the below mentioned blog to get a clear picture.

:[Source Code Journey (NWDI under the Hood)|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/25521]

Regards,

Shreyas Pandya