cancel
Showing results for 
Search instead for 
Did you mean: 

IUser - which library I have to use in Used DC's?

Former Member
0 Kudos

Hello,

I'm trying to upload documents into KM using the KM API. I already have the code to do that from another project and client. When I try to reuse this code I get the following error:

This compilation unit indirectly references the missing type com.sapportals.portal.security.usermanagement.IUser (typically some required class file is referencing a type outside the classpath)

The problem is that now I work with development components and I can't find which library I have to use in Used DC's in order to avoid this error.

I'm working with SAP NetWeaver 7.0.

Thanks in advance,

Mireia

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Problem solved. I have created an External Library DC an put the library I needed in this DC.

Former Member
0 Kudos

Try to add this dc in the used dc section:

com.sap.security.api.sda which is under SAP-JEE.

Hope this helps

Former Member
0 Kudos

Thanks, but it doesn't work. To be more precise, I need the library com.sap.security.api.ep5.jar...

I would like to know in which standard Software Component is this jar in order to say to the administrator to add this SC to the SC where my development track reside...

Thanks anyway Laxmi