cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying Adaptor module in 7.1

Former Member
0 Kudos

Hi Experts,

I have Deployed Adapter Modules in XI 7.0 successfully but i am trying to deploy adaptor Modules in PI 7.1.

I have done the changes required following the PDF for developing adaptor modules

[https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00838345-708c-2a10-1199-9514c0b0a91c]

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/11835] [original link is broken] [original link is broken] [original link is broken];

But as i am using NWDS 7.0 the generated file is in .ear format.

To convert it to .sca format which is supported by PI 7.1 i am trying with these steps

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/6697] [original link is broken] [original link is broken] [original link is broken];

just wanted to know what steps i need to follow if i am using NWDS 7.0 , so that the modules are deployed successfully.

Regards

Syed.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Umar,

If you have the EAR file of the Adapter Module, then for Deployment you need to not convert it to SCA. EAR, itself is a deployable format.

As you have the NWDS 7.0, it will not be possible to deploy the EAR on the PI 7.1 server from the studio. If you can upgrade to NWDS CE version, then the deployment is possible from the available Deploy Perspective.

In case, an upgrade is not possible, you can convert the EAR to SCA using the SCA.bat available in sap-make utility to convert it to SCA and deploy using JSPM tool available on the server.

Regards,

Alka.

Former Member
0 Kudos

Hi Have a look at this Pdf

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0205c42-5e86-2b10-b183-afc655b0...

Need JAR Files to create Adapter Module in NWDS 7.1

"Netweaver Developer Studio (NWDS) 7.1 EHP1", which I've downloaded from https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/20877bcc-bb51-2b10-aa8b-8308e... [original link is broken]

Check this WIKI section for exact JARS: https://wiki.sdn.sap.com/wiki/display/XI/XIlibrariesfor+development

https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/where%252bto%252bget%252bthe%252blibraries%252...

Thanks,

Regards

Abhishek

Edited by: Abhishek Agrahari on Apr 2, 2009 8:15 AM