[Date Prev][Date Next] [Chronological] [Thread] [Top]

FW: Trouble adding some entries to a working database






>      Hi!
> 
>        I have a database that generally works but I'm having trouble
> adding some entries. I have
> a perl script that builds the ldif file. Then I feed the LDIF file to
> ldapadd. That LDIF file may contain 
> 1000 entries and all but 20 will be added. At this point I can't add or
> delete this dn. When I
> try to add it I get unhelpful errors. Below is the LDIF followed by the
> output and error file. My question is what is the best way to diagnose
> these types of problems. What is the best 
> way to identify bad entries in a database. 
> 
> Thank You!
> 
> -john
> 
> dn: c=us
> objectClass: country
> c: us
> 
> dn: o=sbc, c=us
> objectClass: organization
> o: sbc
> 
> dn: Tnic=1, o=sbc, c=us
> objectClass: tnNode
> Tnic: 1
> 
> dn: Tnic=613, Tnic=1, o=sbc, c=us
> objectClass: tnNode
> Tnic: 613
> 
> dn: Tnic=229, Tnic=613, Tnic=1, o=sbc, c=us
> objectClass: tnNode
> Tnic: 229
> 
> dn: Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc, c=us
> objectClass: tnNode
> objectClass: vPIMUser
> Tnic: 0013
> vPIMrfc822Mailbox: +16132290013@bt613.ism.comversens.com
> LocalEmailAddress: +16132290013@comversens.com
> Sbc-vms-id: UNISYS
> Imt-lata-id: 002
> vPIMSupportedEncodingTypes: audio/32kadpcm
> vPIMSupportedEncodingTypes: image/tiff; application=faxbw
> 
> dn: Tnic=01, Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc, c=us
> objectClass: tnNode
> objectClass: vPIMUser
> Tnic: 01
> vPIMrfc822Mailbox: +16132290013+01@bt613.ism.comversens.com
> LocalEmailAddress: +16132290013+01@comversens.com
> Sbc-vms-id: UNISYS
> Imt-lata-id: 002
> vPIMSupportedEncodingTypes: audio/32kadpcm
> vPIMSupportedEncodingTypes: image/tiff; application=faxbw
> 
> dn: Tnic=02, Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc, c=us
> objectClass: tnNode
> objectClass: vPIMUser
> Tnic: 02
> vPIMrfc822Mailbox: +16132290013+02@bt613.ism.comversens.com
> LocalEmailAddress: +16132290013+02@comversens.com
> Sbc-vms-id: UNISYS
> Imt-lata-id: 002
> vPIMSupportedEncodingTypes: audio/32kadpcm
> vPIMSupportedEncodingTypes: image/tiff; application=faxbw
> 
> dn: Tnic=03, Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc, c=us
> objectClass: tnNode
> objectClass: vPIMUser
> Tnic: 03
> vPIMrfc822Mailbox: +16132290013+03@bt613.ism.comversens.com
> LocalEmailAddress: +16132290013+03@comversens.com
> Sbc-vms-id: UNISYS
> Imt-lata-id: 002
> vPIMSupportedEncodingTypes: audio/32kadpcm
> vPIMSupportedEncodingTypes: image/tiff; application=faxbw
> 
> dn: Tnic=04, Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc, c=us
> objectClass: tnNode
> objectClass: vPIMUser
> Tnic: 04
> vPIMrfc822Mailbox: +16132290013+04@bt613.ism.comversens.com
> LocalEmailAddress: +16132290013+04@comversens.com
> Sbc-vms-id: UNISYS
> Imt-lata-id: 002
> vPIMSupportedEncodingTypes: audio/32kadpcm
> vPIMSupportedEncodingTypes: image/tiff; application=faxbw
> 
> 
> ldap_add: No such object
> ldap_add: Already exists
> ldap_add: Already exists
> ldap_add: Already exists
> ldap_add: Already exists
> ldap_add: No such object
> ldap_add: matched: TNIC=613,TNIC=1,O=SBC,C=US
> ldap_add: No such object
> ldap_add: matched: TNIC=613,TNIC=1,O=SBC,C=US
> ldap_add: No such object
> ldap_add: matched: TNIC=613,TNIC=1,O=SBC,C=US
> ldap_add: No such object
> ldap_add: matched: TNIC=613,TNIC=1,O=SBC,C=US
> ldap_add: No such object
> ldap_add: matched: TNIC=613,TNIC=1,O=SBC,C=US
> add objectClass:
> 	country
> add c:
> 	us
> adding new entry c=us
> 
> add objectClass:
> 	organization
> add o:
> 	sbc
> adding new entry o=sbc, c=us
> 
> add objectClass:
> 	tnNode
> add Tnic:
> 	1
> adding new entry Tnic=1, o=sbc, c=us
> 
> add objectClass:
> 	tnNode
> add Tnic:
> 	613
> adding new entry Tnic=613, Tnic=1, o=sbc, c=us
> 
> add objectClass:
> 	tnNode
> add Tnic:
> 	229
> adding new entry Tnic=229, Tnic=613, Tnic=1, o=sbc, c=us
> 
> add objectClass:
> 	tnNode
> 	vPIMUser
> add Tnic:
> 	0013
> add vPIMrfc822Mailbox:
> 	+16132290013@bt613.ism.comversens.com
> add LocalEmailAddress:
> 	+16132290013@comversens.com
> add Sbc-vms-id:
> 	UNISYS
> add Imt-lata-id:
> 	002
> add vPIMSupportedEncodingTypes:
> 	audio/32kadpcm
> 	image/tiff; application=faxbw
> adding new entry Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc, c=us
> 
> add objectClass:
> 	tnNode
> 	vPIMUser
> add Tnic:
> 	01
> add vPIMrfc822Mailbox:
> 	+16132290013+01@bt613.ism.comversens.com
> add LocalEmailAddress:
> 	+16132290013+01@comversens.com
> add Sbc-vms-id:
> 	UNISYS
> add Imt-lata-id:
> 	002
> add vPIMSupportedEncodingTypes:
> 	audio/32kadpcm
> 	image/tiff; application=faxbw
> adding new entry Tnic=01, Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc,
> c=us
> 
> add objectClass:
> 	tnNode
> 	vPIMUser
> add Tnic:
> 	02
> add vPIMrfc822Mailbox:
> 	+16132290013+02@bt613.ism.comversens.com
> add LocalEmailAddress:
> 	+16132290013+02@comversens.com
> add Sbc-vms-id:
> 	UNISYS
> add Imt-lata-id:
> 	002
> add vPIMSupportedEncodingTypes:
> 	audio/32kadpcm
> 	image/tiff; application=faxbw
> adding new entry Tnic=02, Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc,
> c=us
> 
> add objectClass:
> 	tnNode
> 	vPIMUser
> add Tnic:
> 	03
> add vPIMrfc822Mailbox:
> 	+16132290013+03@bt613.ism.comversens.com
> add LocalEmailAddress:
> 	+16132290013+03@comversens.com
> add Sbc-vms-id:
> 	UNISYS
> add Imt-lata-id:
> 	002
> add vPIMSupportedEncodingTypes:
> 	audio/32kadpcm
> 	image/tiff; application=faxbw
> adding new entry Tnic=03, Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc,
> c=us
> 
> add objectClass:
> 	tnNode
> 	vPIMUser
> add Tnic:
> 	04
> add vPIMrfc822Mailbox:
> 	+16132290013+04@bt613.ism.comversens.com
> add LocalEmailAddress:
> 	+16132290013+04@comversens.com
> add Sbc-vms-id:
> 	UNISYS
> add Imt-lata-id:
> 	002
> add vPIMSupportedEncodingTypes:
> 	audio/32kadpcm
> 	image/tiff; application=faxbw
> adding new entry Tnic=04, Tnic=0013, Tnic=229, Tnic=613, Tnic=1, o=sbc,
> c=us
> 
>