cancel
Showing results for 
Search instead for 
Did you mean: 

Build sca-File from a developed ear-File / NWDS 7.1

Former Member
0 Kudos

Hello,

i am trying to convert my created ear File from the NWDS 7.1 to a sca File. I tried a programm which i found in a sap forum.

But always i get the following error:

build:

init:
     [echo] Using vendor ID: cognizant.com

check_vendor:
   [delete] Deleting directory C:\Programme\SAP\sapmake_util\tmp
    [mkdir] Created dir: C:\Programme\SAP\sapmake_util\tmp

build.sca:

BUILD FAILED

C:\Dokumente und Einstellungen\Tobi\Desktop\SAP_Entwicklung\NWDS\sapmake_uti
l\build.xml:108: Could not create task of type: exportsc due to java.lang.NoClas
sDefFoundError: com/sap/lcr/api/cimclient/IRequestSender

Total time: 0 seconds

Anybody an idea? There a another ways to build a sca-File from a ear?

Thank you all.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member

I solved it and it is quite EASY

There re different versions:

Installation in NetWeaver 04 (6.40) you ll need sapmake_util.zip

and

Installation in NetWeaver 04s (7.0) you ll need sapmake_util_70.zip

I got the 7.0 and used the sapmake_util.zip:-( thats throws the exception because of wrong path i think.

But now it works:-)

Check this out:

https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=696084

Edited by: CAS_Tobi on Jul 28, 2009 10:52 AM

former_member601407
Participant
0 Kudos

Hi,

I am facing an issue in one of my inbound interface (third party HTTP_AAE to ECC File). The connectivity from third party site to SAP PI 7.5 configuration is done in the .SCA extension file. I tried opening the .sca file in NWDS and the content it showed was not correct, as it is displaying full of special characters in the file as shown below.

Any comments on this would be much appreciated. I think the connectivity configurations will be present in EAR file, right?

Correct me if i am wrong !

Former Member
0 Kudos

No ideas?? Please help me out. I already read a lot of posts, comments and google article but i didn t find any good solutions for my problem.

There re another tools to build a sca File from a ear File?

Thank you