ldif2db producing weird messages while trying to migrate from 5.1 to 5.2

I have a fresh install of DS 5.2 Patch 3...I took the 99user.ldif from my 5.1 SP3 instance and copied it over to my 5.2 instance.I did a db2ldif on the 5.1 instance and then took that ldif and performed an ldif2db on the 5.2 instance. I received a couple of obvious schema violations that I need to take care of, but I received many informational errors like this:

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - ldap_normalize_count: ldap_explode_rdn failed for dn component: Jim Danton

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - dn_values2keys(EQUALITY): invalid dn for value Jim Danton.

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - ldap_normalize_count: ldap_explode_rdn failed for dn component: Fran Pinto

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - dn_values2keys(EQUALITY): invalid dn for value Fran Pinto.

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - ldap_normalize_count: ldap_explode_rdn failed for dn component: Brian Graziano

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - dn_values2keys(EQUALITY): invalid dn for value Brian Graziano.

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - ldap_normalize_count: ldap_explode_rdn failed for dn component: Neil Bouvier

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - dn_values2keys(EQUALITY): invalid dn for value Neil Bouvier.

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - ldap_normalize_count: ldap_explode_rdn failed for dn component: Bob Gehrer

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - dn_values2keys(EQUALITY): invalid dn for value Bob Gehrer.

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - ldap_normalize_count: ldap_explode_rdn failed for dn component: Peter Hines

[03/Jan/2006:12:07:19 -0500] - INFORMATION - conn=-1 op=-1 msgId=-1 - dn_values2keys(EQUALITY): invalid dn for value Peter Hines.

I'm at a loss for what this means. Any help would be greatly appreciated.

Thanks!

Don

[2302 byte] By [] at [2007-11-26 6:15:06]
# 1

Hi Don,

The errors you are seeing are due to some changes in Directory Server 5.2 which implements some stricter Distinguished Names parsing and normalization (more compliant with the LDAPv3 specifications).

This error seems to indicate that the DN of the entries are not valid DNs...

And from the small excerpt of the logs, the DN does not look like a sequence of AttributeTypeAndValue pairs (AttributeName=Value,AttrName=value)

Regards,

Ludovic.

ludovicp at 2007-7-6 13:53:41 > top of Java-index,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...
# 2

Hi Ludovic,Don

I have exactly the same the problem except the version

I have fresh install of DS 6.0 and I took the 99user.ldif from my DS 5.2 and copied it to over my 6.0 instance and get full of errors

also when I search any entry

I get this error

"20/Jun/2007:10:35:48 +0300] - INFORMATION - conn=-1 op=-1 msgId=-1 - dn_filter_sub: invalid dn for value 198

[20/Jun/2007:10:35:48 +0300] - INFORMATION - conn=-1 op=-1 msgId=-1 - ldap_normalize_count: ldap_explode_rdn failed for dn component: 480"

also the errors below keep going all the time

[20/Jun/2007:10:33:32 +0300] - ERROR<49156> - mo-plugin - conn=-1 op=-1 msgId=-1 - Bad group configuration. Maximum number of nested groups exceeded (max 30 current 31), not retrieving member from entry CN=NOR-CN-MAR-FM-CO-W-D,OU=ORGANIZATION,OU=Distribution Lists,ou=Groups,o=Turkcell,dc=entp,dc=tgc -- probable circular definition.

I am new at DS6.0 so any help or preferably solution would be greatly appreciated

thanks very much

Alper

Alp at 2007-7-6 13:53:41 > top of Java-index,Java Enterprise System,Java Enterprise System - Installation, Upgrade and Migration...