cancel
Showing results for 
Search instead for 
Did you mean: 

path of com.sap.aii.mapping.api in PI7.1

Former Member
0 Kudos

Hi Experts,

I need com.sap.aii.mapping.api from PI7.1. I know the path of

this jar file(aii_map_api.jar) in xi3.0 and PI7.0 (\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\), this path is not available in PI7.1, i checked NWA also but no use.

Please let me know where can i get the mapping api in PI7.1

Very specifically I required the following jar files from PI7.1 only not from lower versions.

com.sap.aii.mapping.api.AbstractTransformation;

com.sap.aii.mapping.api.StreamTransformationException;

com.sap.aii.mapping.api.TransformationInput;

com.sap.aii.mapping.api.TransformationOutput;

com.sap.aii.mapping.lookup.Channel;

Thanks

Prasad N

Accepted Solutions (1)

Accepted Solutions (1)

former_member732072
Active Participant
0 Kudos

Hi Prasad,

Please have a look the following link and see if it helps

Best Regards.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

PI 7.1

usr/sap/<SID>/DVEBMGS<nr>/j2ee/cluster/bin/ ->

ext/com.sap.xi.mapping.api.lib/lib: com.sap.xpi.ib.mapping.lib.jar

Hope this helps.

Thanks and Regards,

Kalpesh

former_member184619
Active Contributor
0 Kudos

Hi Prasad,

the libarary names are changed in PI 7.1 and also they way module is deployed,

Check this nice guide for the same

User Enhancement modules in Adapter engine PI 7.1.pdf

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

Page 32 for libraries used and its path

Sachin

madanmohan_agrawal
Contributor
0 Kudos

Hi Prasad,

Use the below procedure to get the aii_map_api.jar file,

If your machine is running on windows operating system,(remember your machine means from where you work on Repository and Directory Frameworks)

Then look in this folder,

>:\Documents and Settings
Application Data\Sun\Java\Deployment\javaws\cache\http\D\P\DMrep\DMrepository

where - host name of PI server.

- J2EE dispatcherport of PI servergenerally it will be 50000 if instance number is 00 or it will 50000+(100 X Instance number)

- the userprofile with which your are working on your machine.

in the directory you will find "RMaii_map_api.jar". Copy this to your working directory for java mapping class program and set in classpath. You can also rename this jar file as the original name is "aii_map_api.jar".

Regards,

Madan Agrawal

former_member181955
Contributor
0 Kudos

Hi Madan,

I know this path ,this is only for XI3.0 and PI7.0 .I already checked this link before posting it.

I need jar files form PI7.1 .

Thanks

Prasad Nemalikanti

madanmohan_agrawal
Contributor
0 Kudos

Hi Prasad,

The library has been renamed in PI 7.1 as follows.

PI 7.0(3.0) = aii_map_api.jar

PI 7.1 = com.sap.xpi.ib.mapping.lib.jar

Please read the following WIKI.

https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/xilibrariesfor+development

Regards,

Madan Agrawal