cancel
Showing results for 
Search instead for 
Did you mean: 

How to transport wdj project code from one server to other server?

Former Member
0 Kudos

Hi, experts,

I development 100 wdj component and deployed them to development server(A_development_server).

I have download sca file of my WDJ project from A_development_server.

I have config the SLD and Track in the other development server(B_development_server).

I don't know how to transport the project code from A_development_server to B_development_server for download the project code ?

Do you give me some hint?

Best regards,

tao

Edited by: wang tao on Mar 12, 2010 4:41 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Wang,

If you have NWDI configured, then you have to use CMS concept for deployment. In this scenario you have to assembled the activities and need to import in the target system.

or if not Use SDM to deploy SCA files, take the sca files from the Dev server and copy in the locale file system of the target server and import the sca using SDM.

Please refer the below link:-

Hope this may help you.

Deepak!!!

Answers (1)

Answers (1)

p330068
Active Contributor
0 Kudos

Hi Wang,

You can directly deploy project from A_development_server to B_development_server. For that you need to Define Runtime details under RUNTIME tab in landscape configurator for B_development_server in CMS. To access CMS, go through http://host:port/devinf

Automated Deployment into Multiple Production Systems

http://help.sap.com/erp2005_ehp_04/helpdata/EN/44/355093ba830a67e10000000a422035/frameset.htm

Getting Started with the Development Infrastructure

http://help.sap.com/erp2005_ehp_04/helpdata/EN/44/0d18d725301a78e10000000a1553f6/content.htm

Hopt it helps

Regards,

Arun

Former Member
0 Kudos

Hi, Deepak,

Thanks a lot for your help!

The problem has been resolved.

Best regards,

tao