cancel
Showing results for 
Search instead for 
Did you mean: 

"ISystems" error

Former Member
0 Kudos
62

Hi,

I am trying to develop an application that will give the info regarding the systems.

For that I found that I need to get ISystem , ISystems classes.

I found that the path to the jar that contains this is : com.sap.portal.ivs.api_landscape/lib/com.sap.portal.ivs.api_landscapeapi.jar

But on viewing this jar I found that it contains the ISystemExtended and ISystemsExtended.I added the jar to my project build path .

I tried to use the same , but in NWDS I get this error : "this compilation unit indirectly references the missing type com.sap.portal.pcm.system.ISystems.

Please help me out in resolving this issue.

Thnx,

Pravesh Puria.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi,

You need these two file in your build classpath:

WEB-INF\portal\portalapps\com.sap.portal.ivs.api_landscape\lib\

<b>com.sap.portal.ivs.api_landscape_api.jar</b>

WEB-INF\portal\portalapps\com.sap.portal.ivs.systemlandscapeservice\lib\

<b>com.sap.portal.ivs.systemlandscapeservice_api.jar</b>

Also dont forget to set SharingReference in your portalapp to these two applications.

(com.sap.portal.ivs.api_landscape, com.sap.portal.ivs.systemlandscapeservice)

Greetings,

Praveen Gudapati

[Points are always welcome for helpful answers]

Former Member
0 Kudos

The quickest way to find these in future is to use the class locator Eclipse plug in...

Cheers

Former Member
0 Kudos

Hi Praveen,

Thank you . Now am able to access the class file.

I have awarded the points.

Thnx,

Pravesh Puria.

Answers (0)