cancel
Showing results for 
Search instead for 
Did you mean: 

DC, deploy error

Former Member
0 Kudos

Hi,

When I deploy a DC from NWDS, I get a prompt window: "Could not get name for DC project" with an exception " java.lang.Exception: Could not get name for DC project"

If I continue clicking ok, this is what I see in the Deploy output View:

Jan 29, 2009 9:05:05 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] WARNING:

[003]Deployment finished with warning

Settings

SDM host : <host name>

SDM port : 50118

URL to deploy : file:/C:/DOCUME1/<name>/LOCALS1/Temp/temp8382039772689141634.ear

Result

=> deployment not executed : file:/C:/DOCUME1/<name>/LOCALS1/Temp/temp8382039772689141634.ear

com.sap.sdm.util.sduread.IllFormattedSduFileException: The archive (Q:\usr\sap\EPT\JC01\SDM\program\temp\temp8382039772689141634.ear) must be deployed with a 6.20 SDM, which has a SDM-SDA compatible version 1 or greater.

Deployment exception : Got problems during deployment

I am able to deploy other DC's without any errors.

I couldn't find any relevant threads in SDN.

Thanks

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi srinivas,

Try this one.

Reason for this is, There can be many reasons for this error. More obvious reasons are not correctly build and deployed Web Dynpro DCs.

A qualified name (for a class, Web Dynpro Application, Web Dynpro Component) must be used only in one DC. The DC concept provides assigning packages uniquely to a DC for reaching this goal. However, the DC tools do not enforce this restriction. If a Web Dynpro Component (or Application) with the same qualified name is contained in more than one DC then deploying one of the DCs destroys the meta data in the runtime repository of the other DC.

Solution:

Use unique names for all Web Dynpro Components and Applications.

Thanks and Regards

shanto aloor

Former Member
0 Kudos

Hi Shanto,

Thanks for your response. I created that DC by importing contents from another DC. May be there might have been name conflicts.

I didn't try to fix the issue. Instead I worked on the original DC after making a back up copy.

Srinivas

Answers (0)