cancel
Showing results for 
Search instead for 
Did you mean: 

Problems on SharingReference

Former Member
0 Kudos

Hi,

in a webdypro-application i want to use portalservice via it's API. As in some SAP-documents i filled in the SharingReference in the projekt properties. But in deployment i always get the following warning/error:

Application local/ZZTest cannot be started. Reason: it has hard reference to resource com.sap.portal.usermapping.user_mapping with type application, which is not active on the server.

I want to have access to the usermapping-Service of the portal. Eg. with that code-line:

IUserMappingService iUmService = (IUserMappingService)WDPortalUtils.getServiceReference(IUserMappingService.KEY);

Could anyone give me hint to solve the problem.

Thanks.

Regards André

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Try adding tc/je/usermanagement/api as part of dependencies

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj,

thanks, but i does not help:

The referenced application ''tc/je/usermanagement/api'' can''t be started. Check the causing exception for details. Hint: Is the referenced application deployed correctly on the server?

How did you get this name for the reference ?

Regards

André