cancel
Showing results for 
Search instead for 
Did you mean: 

Procedure / Process to get source code from track.

Former Member
0 Kudos

Hi Friends,

I am trying to import source code from production track and i am following the steps as:

a) in NWDS did the connection settings pertaining to the particular client from Windows->Preferences

i)proxy settings

ii) javadoc (local server)

iii)JDI ->DC pool -> url (client's), root folder (local drive with .dtc)

iv)EP -> created change server settings

v) j2ee engine -> remote j2ee path & message server number

vi)webdynpro server -> remote path

b) After log in to the client, i am able to see all the tracks

c) did the synchronization by right clicking on the prd track and this is successfull (i guesss, here the .ear file wil automatically generated after sync.. but i cldn't find out the physical .ear file anywhere in the respective folder)

d) when i chose on import (from File ->Import ->Development Component on the local tab, it is displaying an error and message as "you should select at least one Development Component tree structure)

I relaly donno, the above procedure is correct or not? somebody told me tht this is the procedure. Can somebody guide me plz?

Any updates on this plz.....

regards

Message was edited by:

Vijaya Lakshmi MV

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186016
Active Contributor
0 Kudos

In your NWDS configure the DTR.

Go to DTR perspective. Check if you can see all the SC and DC in the track.

Go to the DC for which you can to see the code. Choose the option create project.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

Hi Ashwin,

Thanks for the input. can you plz explain me the rest of the procedure. I am able to create that but cldn't achieve the rquirement.

plz help me.

regard

arun_srinivasan
Contributor
0 Kudos

Hi

From the InActive Dc View

Select the Development Component that you want to customize.

Right Click the DC and Select the create project and pop up will open for sync

Then the project will be available as local dc

when you want to cutumize

If it is webdynpro component

Go to the webdynpro explorer

expand the DC and if you want to custimize anything or change anything for example adding a textview ui to the view , then pop up will open for creating activity after that build the component and check in the activity

please revert for further

Thanks and Regards,

Arun

Former Member
0 Kudos

Hi Arun,

I tried all the options, but I cldn't find anything. The steps i have followed are:

a) under the particular track, i have two folders cons & dev, as specified by you, i have created a project from inactive-> DCs

b) synchronization and everything is perfect

c) when i chk in the webdynpro explorer, i cldn't fnd any DCs except default and used.

Plz plz guide me how to proceed futher.

regards

former_member186016
Active Contributor
0 Kudos

Hi,

Check in navigator view, if the project is present ?

Click on the dc, in component properties view... you can see what kind of DC it is. Is it really a Web Dynpro DC ?

Web Dynpro explorer will show only web dynpro dcs.

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

Hi,

I found something that the J2EE engine (remote server) is showing as N/A. is this cld be the prblm? plz advice.

regards

arun_srinivasan
Contributor
0 Kudos

Hi

1) Open the windows>preference>exapand the java development infrastructure. There you can find the root folder where the dc is stored. In that path open <root folder>
.dtc\0\DCs\sap.com\test1\_comp\.dcdef

In that .dcdef file there will be component type tag in that you can see what type of dc it is

<component-type>

<vendor>sap.com</vendor>

<type>Web Dynpro</type>

</component-type>

Then According to the type of dc open the corresponding perpestive in nwds

Also you can find the .dcdef file this Navigator Tab

2) Also Sync the dc from in active dc again

Thanks and Regards,

Arun