cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Portal Webdynpro Java Project from ear, src.zip

0 Kudos

Hi,

  • We have an old WD Webdynpro java project that is deployed on enterprise portal. We need to make changes to the code now. We downloaded the copy of the EAR using offline config tool. It contains the SRC.zip file. However, we are not able to import the same in NWDS.

  • We need to understand the way/steps to create the project from the source SRC.zip.

  • We have no copy of the *.sca files to import back, no one has taken the backup before.

Please let me know if you have any ideas on this scenerio.

Thanks,

Vikas Kerehalli

former_member189220
Active Contributor
0 Kudos

Hello Vikas,

If the initial question, in this forum thread, is answered from your perspective, then please click on the “Accept” link (to any of them) to complete this question. More details here. https://blogs.sap.com/2017/08/15/what-to-do-with-my-answered-questions/

Otherwise, please post more details on the present impediment you do face.

Thank you, in advance, for your contribution to the better administration of the SAP Community!

Regards,

Accepted Solutions (0)

Answers (2)

Answers (2)

hemanth2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Dear Vikas,

Hope you are doing good.

There is no standard procedure to recover lost code using the src.zip as the SCAs are not preserved while being deployed on the target system. It is possible that under the following path you will find the war-files that have been deployed:

...\usr\sap\<SID>\J<IID>\j2ee\cluster\apps\...

Depending on the build option used when building the archives in NWDI, these may contain files called 'src.zip'.
The official recommendation is to proceed as per Milen's advise.


Kind Regards,
Hemanth Kumar | SAP Product Support

0 Kudos

Thank you for your inputs.

former_member189220
Active Contributor
0 Kudos

Hello Vikas,

Extracting a deployed SCA and editing it is NOT supported scenario.

The supported by SAP way is to use NWDI and import a development configuration in the NWDS.

Then you might change the source code and with the help of CMS, to deploy it to the RTS.

In case you do not have this SCA in the DTR, then you might try to import a development configuration and manually to create DCs .

These documents might come handy.

Importing a Development Configuration

Working with Development Components

Creating a Development Component (DC)

Migrating Local Developments to a Centralized NWDI Environment (Developer’s Viewpoint)

Migrating Java Projects to the NWDI

Regards,

0 Kudos

Thank you for your inputs. I will check and come back.