cancel
Showing results for 
Search instead for 
Did you mean: 

Creating SDA file using sapmake_util

former_member55105
Participant
0 Kudos

Hi,

I have to convert EAR file generated using SAP's deploy tool into a SDA file and finally to a SCA file. I have tried converting EAR to SCA directly using sapmake_util, but it does not work.

What are the steps to convert a EAR file to SDA? I have tried creating the sap-dd.xml file and sap-manifest file manually and add it to the ear file, but it does not work. I am getting error as follows -

C:\Program Files (x86)\SAP\sapmake_util_70>sca test sca

Buildfile: C:\Program Files (x86)\SAP\sapmake_util_70\build.xml

build:

init:

[echo] Using vendor ID: Amberpoint

check_vendor:

[delete] Deleting directory C:\Program Files (x86)\SAP\sapmake_util_70\tmp

[mkdir] Created dir: C:\Program Files (x86)\SAP\sapmake_util_70\tmp

build.sca:

[exportsc] Info: ExportSC version 20060828.1700

[exportsc] Info: the scacreationmode is LCR

BUILD FAILED

file:C:/Program Files (x86)/SAP/sapmake_util_70/build.xml:108: Error: the file test/test_new.ear is not a correct SDA The information about the development component found in the manifest is either missing or incomplete!

Manifest attributes are missing or have badly formatted value:

attribute keylocation is missing

attribute keyname is missing

attribute keyvendor is missing

attribute keycounter is missing

(test/test_new.ear)

Total time: 0 seconds

Can someone please help resolve this issue?

Thanks & Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

chintan_virani
Active Contributor
0 Kudos

Vijaya,

See if Note 696084 and this [link|http://help.sap.com/saphelp_nw04/helpdata/en/a3/782240da03e569e10000000a155106/content.htm] helps.

Chintan

Former Member
0 Kudos

Hi,

what is the command for creating sda from ear file using sapmake_util?

chintan_virani
Active Contributor
0 Kudos

Mahadev,

There is no conversion needed for ear to sda. You can create a SCA from an EAR file.

Check out following blog as it contains detailed information:-

Chintan