cancel
Showing results for 
Search instead for 
Did you mean: 

Libraries For Module Devlopement

Former Member
0 Kudos

Hi Xi Experts,

I am planning to write a simple module on for the j2ee adapter Engine. Can any one send me the direct link for the libraries for the same,i guess its in service market place but i am not getting the correct link or path. I need the following:-

aii_af_cpa_svc.sda,aii_af_lib.sda, aii_af_svc.sda

Also i need to know where the Adapter framework gets installed locally?

Regards,

Anirban.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184154
Active Contributor
0 Kudos

hello Anirban,

You must download them directly from your XI machine, and this also ensures that you are workin with the correct lib releases!

Find them under this path or very similar(i'll give a unix-like path):

/usr/sap/<SID>/DVEBMGS00/j2ee/cluster/server0/bin/ext/com.sap.aii.af.lib

Then if you look in the parent dir you can find probably other useful jars.

For local installation of AFW, mmh, sounds hard: usually you'll have to deploy on XI to try out your modules! Just configure your developer studio to deploy on your Xi dev box, you'll be asked for SDM admin password once, and you should be done.

Satisfied?

Alex

BTW, why are you looking for .sda files? You need .jar to files to write your code in DevStudio, and then build a your own jar and finally an ear that can be deployed.

Message was edited by: Alessandro Guarneri

Former Member
0 Kudos

Hi,

Thanks, can you please get me a direct link from service market place from where i can download the latest libraries?

Regards,

Anirban.

former_member184154
Active Contributor
0 Kudos

Sorry but, as I said, there's no Internet link for those libraries! You have to go to your XI file system (e.g. via ftp) and download them following the path in my previous post. ok?

Alex

Former Member
0 Kudos

Hi Alex,

Are you sure on this as the SAP material (pdf) on 'how to create module for the j2ee Adapter Engines' clearly asks to download from Service market place, the issue is i am lost in their so wanted a direct link.

Any ways i am trying to reach out for the XI file system,lets see if it works.

Thanks,

Anirban.

former_member184154
Active Contributor
0 Kudos

Well maybe there's a place in the marketplace as well, but once again, if you dl them from your XI box you are 100% sure that the support package level is the right one!

Imagine to dl from the web jars for SP15; use them in your DevStudio project; then deploy to your XI which is SP12; if you use something (class, instance, method or whatever) that was changed between sp12 and sp15 your stuff won't work!

Take care!

Alex

Former Member
0 Kudos

Hi Alex,

You are correct i did not think about that, its entirely depends on the xi box i use, very correct.

Yes i can use the FTP and go up the directory as you said but there are many folders under server0/bin/ext

which folder should i copy into my local system?

Thanks again Alex.

Anirban.

former_member184154
Active Contributor
0 Kudos

Mainly you need jars in com.sap.aii.af.lib folder.

Then if you feel your missing something, crawl into folders containing "af", which of course stands for Adapter Framework and point to AF related java stuff.

Alex

Former Member
0 Kudos

Hi,

You are correct again, i got 5 jars i needed in that folder but still i need 2 more viz, aii_af_svc.jar,aii_af_cpa.jar.

I tried all the folders with 'af' but they mostly contain dummy jars. Any thoughts on these last 2 jars.

Alex, please help.

Regards,

Anirban

former_member184154
Active Contributor
0 Kudos

> aii_af_svc.jar

find it in /usr/sap/<SID>/DVEBMGS00/j2ee/cluster/server0/bin/services/com.sap.aii.af.svc

>aii_af_cpa.jar

find it in /usr/sap/<SID>DVEBMGS00/j2ee/cluster/server0/bin/services/com.sap.aii.af.cpa.svc

I think you should be done now.

Take care

Alex

<i>(I never ask for forum points, but in this case I gave you quite good personal assistance, so... )</i>

Former Member
0 Kudos

Hi Alex,

A perfect 10 and bang on target !!!

Finally got the last 2 jars, thanks a lot for the jars and it was nice knowing you and a consultant who knows so much about file structures in xi servers. Keep it up!

Always,

Anirban.

Answers (0)