cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Attributes Administration

Former Member
0 Kudos

When I try to run Dynamic Attributes Administration, the following exception gets thrown

NoClassDefFoundError: com/sap/caf/ui/utils/auth/XPDUserManager

Any help would be appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gregory,

It's known issue.

I don't know exact patch for this but you can patch it:

1. Unpack the sap.com_cafUIdynattr~admin.sda archive from sca.

2. Unpack sap.comcafUIdynattradmin.wda archive.

3. Open the PORTAL-INF\portalapp.xml file and the following entry to SharingReference section:

<property name="SharingReference" value="sap.com/cafUIptn~common"/>

And pack it again in correct order(for ex.:

jar.exe -Mcvf sap.comcafUIdynattradmin.wda .

jar.exe -Mcvf sap.com_cafUIdynattr~admin.sda .

)

Best regards,

Aliaksei

Answers (1)

Answers (1)

Former Member
0 Kudos

The patch corrected the problem.

Thanks for your help.