cancel
Showing results for 
Search instead for 
Did you mean: 

Using NWDI with VC 7.1 for source control repository

Former Member
0 Kudos

Hello Experts,

I am trying to configure "Source Control Repository" for our VC 7.1 installation.

Info on Backend systems are :

System : DI1 NW 7.00 SP13 (NWDI and SLD 7.00 instance)

System : CE1 NW 7.10 SP06 (CE 7.10 instance)

After configuring the parameters for SDIC, Development Server Repository and

VC Development Server services; following the on-line help, I can see my SC

in the "Manage Models" dialog box.

I choose a local DC and click on [Add to Source Control] toolbar

button; in the "Add to DTR" pop-up dialog, I entered

Development componet = testdc101 (grey-out)

Software component = xyz.com_VCTW2_SC

Vendor = xyz.com

Prefix = z1

Activity description = dummy text

Domain = <empty>

After clicking [Save], an error is reported :

"Development component cannot be added

to source control because a development

component with this name already exists."

Partial trace is appended below.

From the trace, it shows the reason why this operation failed is that the "DC

arelady exists". I checked NameReservation on SLD and DTR workspace; there is

indeed no DC of this name existing.

Can anyone kindly help providing info on the possible failure cause ?

Thanks,

Ying-Jie Chen

>>>>> Extract from Default Trace

[VC-DevServer][]Execution of actionAddDCToSourceControl of service CompLibManager failed : Reason : null

Failed to reserve DC name.

[VC-DevServer][Message:<--Localization failed: ResourceBundle='com.sap.ds.core.exceptions.DevserverMessages',

ID='DC already exists', Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle,

key DC already exists]com.sap.ds.env.repository.repositoryaccessor.exceptions.GenericWriterException:

<--Localization failed: ResourceBundle='com.sap.ds.core.exceptions.DevserverMessages', ID='DC already exists',

Arguments: []--> : Can't find resource for bundle java.util.PropertyResourceBundle, key DC already exists

at com.sap.ds.env.repository.repositoryaccessor.comp.impl.NWDIComponentRepositoryWriter.createDC(NWDIComponentRepositoryWriter.java:198)

at com.sap.ds.env.repository.repositoryaccessor.proxy.ComponentRepositoryWriterProxy.createDC(ComponentRepositoryWriterProxy.java:104)

at com.sap.visualcomposer.comp.IntegratorLayer.VCSourceControlRepositoryIntegrator.addDCToSourceControl(VCSourceControlRepositoryIntegrator.java:229)

at com.sap.visualcomposer.comp.channelImpl.CompLibManager.actionAddDCToSourceControl(CompLibManager.java:1603)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:585)

at com.sap.ds.core.processor.impl.ServiceInstanceProcessor.processClientRequest(ServiceInstanceProcessor.java:232)

at com.sap.ds.core.processor.impl.ServiceInstanceProcessor.doProcessing(ServiceInstanceProcessor.java:103)

at com.sap.visualcomposer.servlet.ServiceChannel.doIt(ServiceChannel.java:35)

at com.sap.visualcomposer.servlet.FrontServlet.doAction(FrontServlet.java:44)

at com.sap.visualcomposer.servlet.FrontServlet.doPost(FrontServlet.java:24)

>>>>>

Accepted Solutions (1)

Accepted Solutions (1)

former_member185029
Active Contributor
0 Kudos

Hi,

Go to sld home page and select Name Reservation.

Check if your DC name appears there? If yes, delete it and then try to save your DC again.

-Ashutosh

Answers (1)

Answers (1)

Former Member
0 Kudos

With the info provided by Daniel

Rajmanovich in a related posting;

I solved the problem.

Ashutosh : Thank you too!

Ying-Jie Chen

Former Member
0 Kudos

.