On 17 Jun 2001 19:12:11 +0200, Helmut Weisser <[EMAIL PROTECTED]> wrote:

>Hello together,
>
>
>i work with Netscape Directory Server 4.11 and use a Ldif-file to update the 
>directory.
>
>
>This is a first Entry:
>
>
>dn: cn=Dieter Wegener (1), ou=Personen, o=Tree.de
>changetype: modify
>add: costloc
>costloc: PKId: 11, KST: 111
>-
>add: perskstid
>perskstid: 11
>----------------------------------------------------------------------------------
>-----------------------------------
>This works ......but when a next entry comes little later, like these...
>
>
>dn: cn=Dieter Wegener (1), ou=Personen, o=Tree.de
>changetype: modify
>add: costloc
>costloc: PKId: 44, KST: 444
>-
>add: perskstid
>perskstid: 44
>----------------------------------------------------------------------------------
>-----------------------------------
>
Should be:


dn: cn=Dieter Wegener (1), ou=Personen, o=Tree.de
changetype: modify
replace: costloc
costloc: PKId: 44, KST: 444
costloc: PKId: 11, KST: 111
-
replace: perskstid
perskstid: 44
perskstid: 11




>
>This entry doesn�t works. A error-message in the log says: ----add value for 
>type costloc failed: duplicate value------
>
>
>from the 1st entry: costloc: PKId: 11, KST: 111
>from the 2nd entry: costloc: PKId: 44, KST: 444
>
>
>The attribute costloc is multivalued. And it must take both entry�s. They are 
>not duplicated.
>I put the two costloc-rows in 1 Entry. Then it works. But the situation doesn�t 
>allowed to take
>both costloc-rows in one entry.
>
>
>Can you help me? 
>Thanks,
>
>
>Helmut
>
>
>
>
>
>
>
>-- 
>__________________________________________________________
>News suchen, lesen, schreiben mit http://newsgroups.web.de


Reply via email to