cancel
Showing results for 
Search instead for 
Did you mean: 

Migrate user passwords

Joe_Peters
Active Contributor
0 Kudos

Hi,

I'm writing an SDK utility to migrate uses accounts from one CMS to another. I can create the new IUser in the target environment and copy the user's properties including the CUID. But since the password isn't exposed in any form in the SDK, I can't set the password in the target environment to match the source. I know it must be possible to do this since, the Import Wizard sets the password.

Is there some other way to copy InfoObjects across CMSs, or is the Import Wizard using some hidden SDK calls?

Thanks,

Joe

Accepted Solutions (0)

Answers (1)

Answers (1)

Adam_Stone
Active Contributor
0 Kudos

Check out the import and export biar samples on this [page|http://wiki.sdn.sap.com/wiki/display/BOBJ/JavaBusinessObjectsEnterpriseSDKSamples#JavaBusinessObjectsEnterpriseSDKSamples-ContentManagement]

Joe_Peters
Active Contributor
0 Kudos

I'll have a look at that - thanks!