[
https://issues.apache.org/jira/browse/DIRSERVER-1861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13689315#comment-13689315
]
Serge Pouliquen commented on DIRSERVER-1861:
--------------------------------------------
Hi,
I miss the final "-" but that is not working even with it.
I am using a LdifFileLoader to import a file containing :
dn: cn=John Smith,dc=contacts
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetOrgPerson
cn: John Smith
givenname: John
sn: Smith
mail: [email protected]
And then I use second LdifFileLoader to import another file containing :
dn: CN=John Smith,dc=contacts
changetype: modify
replace:employeeID
replace: extensionAttribute6
extensionAttribute6: JSmith98
-
The exception is almost the same
at
org.apache.directory.api.ldap.model.ldif.LdifReader.parseModify(LdifReader.java:1103)
at
org.apache.directory.api.ldap.model.ldif.LdifReader.parseChange(LdifReader.java:1227)
...
failing on state variable with an unapproved value
Thank you for the previous answer
Regards,
Serge
> documentation update entry
> --------------------------
>
> Key: DIRSERVER-1861
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1861
> Project: Directory ApacheDS
> Issue Type: Improvement
> Components: doc
> Affects Versions: 2.0.0-M12
> Environment: linux 32bit java 1.7.0.21
> Reporter: Serge Pouliquen
> Priority: Minor
> Labels: documentation
>
> Hi,
> Could you add a sample of code that show how to update an entry (attribute
> addition) using an ldif file (or command line in guide) ?
> Adding and deleting are already present in basic user guide.
> I tried adding lines like "changetype: modify", "add: jpegPhoto" and
> "jpegPhoto:: ...".
> But, I only get an exception:
> ERR_12042_BAD_MODIFY_SEPARATOR_2 Bad state : we should have come from a
> MOD_SPEC or an ATTRVAL_SPEC
> at
> org.apache.directory.api.ldap.model.ldif.LdifReader.parseModify(LdifReader.java:1165)
> at
> org.apache.directory.api.ldap.model.ldif.LdifReader.parseChange(LdifReader.java:1227)
> at
> org.apache.directory.api.ldap.model.ldif.LdifReader.parseEntry(LdifReader.java:1383)
> at
> org.apache.directory.api.ldap.model.ldif.LdifReader.init(LdifReader.java:256)
> at
> org.apache.directory.api.ldap.model.ldif.LdifReader.initReader(LdifReader.java:242)
> at
> org.apache.directory.api.ldap.model.ldif.LdifReader.<init>(LdifReader.java:325)
> Could you help me to find out what I'm doing wrong ?
> Serge
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira