regarding import

I was trying to import some entries through ldapmodify operation.but i got this error....

Error adding object 'dn: cn=COMPETITIVE SHOP+uid=CSUSER, ou=ST_NO, o=xxxxx, c=US'. The error sent by the server was Constraint violation. Another entry with the same attribute value already exists'.

The thing is that the instance already had this OU and so i deleted the OU and then again tried to import the LDIF file ..then i got this error//?what exactly is the solution for this?

[497 byte] By [anandkaturia] at [2007-11-26 22:58:34]
# 1
This is probably due to the uid attribute uniqueness plugin.Is there another object in your directory with "uid: CSUSER"?If you want to allow objects with the same uid, you can disable the plugin in the console.
gtholberta at 2007-7-10 12:24:32 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Thank you... I will do that
anandkaturia at 2007-7-10 12:24:32 > top of Java-index,Web & Directory Servers,Directory Servers...