Skip to Content
0
Former Member
Nov 03, 2007 at 03:05 PM

User mapping no update

25 Views

Hello,

I tried to update user mapping with this code :

try {

// get umapping service

IUserMappingService iums = (IUserMappingService)

PortalRuntime.getRuntimeResources().getService(IUserMappingService.KEY);

// IUserMappingService

IUserMappingData iumd = iums.getMappingData("WebEx",epUser);

Map map = new HashMap ();

iumd.enrich (map);

map.put(IUserMappingService.UMAP_KEY_USER,im_usermapping);

map.put(IUserMappingService.UMAP_KEY_PASSWORD,im_passmapping);

iumd.storeLogonData(map);

//This saves the new user and //password to that system

}

catch (NoLogonDataAvailableException nldae)

{

// Error handling

}

It seems not work when i check the user mapping and I have no errors in defaulttrace log file.

Any ideas?

Thanks a lot

Best regards