cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Broken DC from SC

Former Member
0 Kudos

Dear Experts,

We are facing an issue where we are not able to assemble the SC. There is a broken DC in the SC and i am unable to proceed with the other transports.

I would like to know how to remove this broken DC from the SC.

My portal developer says he does not have the activity to correct it from NWDS.

Kindly Suggest.

Cheers....,

Raghu

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Experts,

More info.....

I am getting the below error when i am assebling.

20091001181709 Info :Starting Step Check-assembly at 2009-10-01 18:17:09.0084 +5:00

20091001181709 Info :Checks for software component xxx.com,AXS_PROD_SC are performed now:

20091001181709 Info :list of broken DCs:

20091001181709 Info :axs,portal_dev/axs_corpcreate_dc27jul09

20091001181709 Info :Nonempty list of broken DCs, the export of the affected software component is skipped

20091001181709 Info :list of problem DCs:

20091001181709 Info :axs,portal_dev/axis_corpcreate_dc27jul09

20091001181709 Info :Nonempty list of problem DCs, the export of the affected software component is skipped

20091001181709 Info :Remove software component AXS_PROD_SC from further processing, because check failed

20091001181709 Info :Step Check-assembly ended with result 'error' at 2009-10-01 18:17:09.0179 +5:00

It was working fine before and we have done lot of transports.

Kindly Suggest.

Cheers...,

Raghu

Former Member
0 Kudos

Raghu,

Rather than removing the broken DC from the SC you should fix it there itself.....ask your developer to create a new Activity ....fix the defect move that file to the new activity and check it in....

Regards,

Shikhil

nitin_mahajan2
Contributor
0 Kudos

Note 864515. Thats is what i used to delete DC from SCA.

however here are the steps and consideration. I have a small document iwth me that i prepared for this, just picking up the text from there. You need to have NWDI Administrator access.

Open the DTR Perspective in NWDS

Login on to the server and map the path of design time repository of server

Enter the required values

The URL would be like : http://<server>:<port>/dtr

Browse to the respective component

Make sure of the followings:

u2022 The DC has no child DCs. Having child DCs without a parent violates the Component Model and leads to problems inside SAP Netweaver Developer Studio!

u2022 If you want to delete a whole DC "family" you have to do it from bottom to top.

u2022 DC is not used by any other DC. Resolve such Used DC dependencies before deletion this DC. This may involve creating a dependency to other DCs, or deleting such DCs (which use the DC to be deleted).

u2022 You can find out usage dependencies from the CBS web UI (in the "Development Component" detail view)

u2022 No checked out or synced files for this DC. DTR doesn't allow to delete resources in this case.

Delete the content under _comp folder by

an activity will be created for the deletion which will be checked in immediately for technical reasons! Be sure that this is really the folder that you want to delete, it is not possible to restore it afterwards!

u2022 - Note: the deletion will fail if you have any local only files or folders below the "_comp" folder!

u2022 - Note: the name of this activity will be a generic one: "Immediate hierarchical deletion".

u2022 - Note: the DC deletion will keep the folder structure empty in other DTR workspaces, as explained in SAP Note 782995.

Do not try to delete anything from the _cons track. Follow the following steps to have the issues resolved in _cons or assembled components.

Regards,

Nitin