cancel
Showing results for 
Search instead for 
Did you mean: 

Export of ~6000 users from a LDAP connected Portal

Former Member
0 Kudos

Hello,

we've migrated the Portal from UME only to LDAP (AD) + UME.

Now we'll export the users UME + LDAP to check and compare it but it's not possible anymore due to LDAP limitation of 1000 users.

All limitations we found on Portal side are already increased to 10000 users.

The AD guy told us they cannot increasi this value so we need to read the users in junks at 1000 users but we couldn't find any possibility for this.

Do someone knows how to export 6000 users in junks of 1000 users to get all users of a Portal exported?

Thanks in advance

Harald

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

What is the version of your portal, including possible EHPs and SPs? I'm surprised if the export of users doesn't support Paged Search since SAP supports it elsewhere.

Former Member
0 Kudos

It's e.g. 7.30.11.8 for EPBase and 7.30.11.2 for UMEADMIN

Former Member
0 Kudos

It looks like it's a known restriction, you might want to create a customer incident to SAP support to confirm. Apart from splitting the export to 1000 users or less based on some attribute, I don't think there is much you can do. That is assuming you can't increase MaxPageSize in AD. If your requirement is to compare users between AD and UME, you could consider a custom Java implementation where you first query AD for all users in Paged Search mode and then query the same user using the UME API and compare or just display both query results which you can then redirect to a text file for further processing.

Former Member
0 Kudos

Ok, seems to be the best way.

Thank you

Answers (1)

Answers (1)

divyanshu_srivastava3
Active Contributor
0 Kudos

Hi,

The export is in standard format, so you can manually prepare sets of 1000 or less users for import.

You can give it a try.

Also refer:

1760085 - How to migrate users in J2EE server useradmin application

with passwords included (UME:LOCAL DB)

2001630 - Migrating users in J2EE server and informing end users for their new passwords (UME: ABAP ...

Regards,

Divyanshu

Former Member
0 Kudos

Hello Divyanshu,

thanks for the answer but we don't have problems by importing users.

It's a problem by exporting users from an LDAP user store were we have ~6000 users and it's really hard to create junks manually which are less than 1000 users.

I'm searching for an general automatic possibility by gathering the users in junks of 1000 like it's possible by LDAP tools.

Kind regards

Harald