cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding com.sap.ip.me.api library

Former Member
0 Kudos

Hi,

I have installed NWDS SP14 and SAP MI2.5 SP13 client.

When I try to build the example programs by SAP in NWDS, the following packages are not imported

import com.sap.ip.me.api.logging.AbstractLogging;

import com.sap.ip.me.api.logging.AppLog;

import com.sap.ip.me.api.logging.Severities;

import com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet;

Is there an issue regardin SAP MI 2.5 client installation.

Please let me know a work around.

Regards

Raja Sekhar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Kishore, Thanks for your reply.

1. Regarding MEg,I checked at both the locations

a. SAP Mi client and b. SAP NWDS. The MEg jar file was present. Anyways I reinstalled my MI client but the problem persisted. I noticed that there was a different Meg jar file sizes were different.

I have configured the MDK plugin by setting the home folder to the MI Client home folder.

2. Regarding upgrading MI, as the SAP releases new versions of MI server, should we keep upgrading our Web AS. The SAP Web AS is on SP 14.

SHould I upgrade to later versions.

Regards

Raja Sekhar

kishorg
Advisor
Advisor
0 Kudos

Hi Raja,

In the developer studio ,

just check the MEg.jar file.

Expand the MEg.jar file in tree level , so that u can easily view the package structure itself.

in the package structure

-- com.sap.ip.me.api.logging

open this package and verify whether ,

com.sap.ip.me.api.logging.AbstractLogging

com.sap.ip.me.api.logging.AppLog

com.sap.ip.me.api.logging.Severities

com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet

these class files are there or not...

do one more thing...

just add the MEg.jar file as external jar file and import the missed class files by right clicking on the source code .

<<SHould I upgrade to later versions>>

To get better support , we have to upgrade our WAS also to the latest versions.

one main thing is ,

the client version must not be greater than the server SP level.

Regards

Kishor Gopinathan

kishorg
Advisor
Advisor
0 Kudos

Hi Raja ,

<<<

import com.sap.ip.me.api.logging.AbstractLogging;

import com.sap.ip.me.api.logging.AppLog;

import com.sap.ip.me.api.logging.Severities;

import com.sap.ip.me.api.runtime.jsp.AbstractMEHttpServlet

>>>

these class references are from the MEg.jar file itself.

So

hope u have properly configured the MDK settings.

Check <Drive>:\Program Files\SAP\JDT\eclipse\plugins\com.sap.ip.me.mdk.developmentTools , whether the MEg.jar file is there or not.

check the MI Home directory , whether the MEg.jar file is existing there or not.

if not , then ur MI Client installation has problem.

re-install the client with higher version like SP 15 .

u can even install the SP 13 version of MI client and then apply the patch level to SP15 (using add-on mechanisam).

Regards

Kishor Gopinathan