Re: Import LDIF with operational attributes

2013-04-10 Thread Kiran Ayyagari
On Thu, Apr 11, 2013 at 12:35 AM, Kevin Hamilton wrote: > I am using M11 for the import. I was just getting the data from the M2. I > ahh, I missed the M11 part, ok so far so good > think I figured out what was wrong. I actually received an error that said > the following: > > version: 1 > > #!R

Re: Import LDIF with operational attributes

2013-04-10 Thread Kevin Hamilton
I am using M11 for the import. I was just getting the data from the M2. I think I figured out what was wrong. I actually received an error that said the following: version: 1 #!RESULT ERROR #!CONNECTION ldap://CONNECTION:10636 #!DATE 2013-04-10T14:41:32.336 #!ERROR [LDAP: error code 19 - CONSTRAI

Re: Import LDIF with operational attributes

2013-04-10 Thread Kiran Ayyagari
just tested, it works with M11, would it be possible for you to move to M11? (ofcourse this is the best version than any other previous versions) On Thu, Apr 11, 2013 at 12:11 AM, Kevin Hamilton wrote: > I am binded as uid=admin,ou=system and I receive the following error: > > version: 1 > > #!

Re: Import LDIF with operational attributes

2013-04-10 Thread Kevin Hamilton
I am binded as uid=admin,ou=system and I receive the following error: version: 1 #!RESULT ERROR #!CONNECTION ldap://ADDRESS:10636 #!DATE 2013-04-10T14:39:40.824 #!ERROR [LDAP: error code 50 - INSUFFICIENT_ACCESS_RIGHTS: failed for MessageType : MODIFY_REQUEST Message ID : 430 Modify Request O

Re: Import LDIF with operational attributes

2013-04-10 Thread Kiran Ayyagari
if you inject as uid=admin,ou=system user the UUID should be preserved while adding On Wed, Apr 10, 2013 at 11:34 PM, Kevin Hamilton wrote: > Hello, > > We are attempting to migrate some data from our apacheds 2.0.0-M2 to a > newer machine running a 2.0.0-M11 install. When I export my users, I

Import LDIF with operational attributes

2013-04-10 Thread Kevin Hamilton
Hello, We are attempting to migrate some data from our apacheds 2.0.0-M2 to a newer machine running a 2.0.0-M11 install. When I export my users, I would like to preserve the entryUUID from the initial user creation. Unfortunately, when I try to import an LDIF of users that contains the entryUUID w

Re: Filters does not work anymore after server restart

2013-04-10 Thread Pierre-Arnaud Marcelot
Hi, AFAICT, this is an issue that should have been fixed in ApacheDS 2.0.0-M8 [1] I guess. Some improvements on indexes were also brought with the latest ApacheDS 2.0.0-M11 release. Could you give this version a try and see if the issue is still there? Thanks, Pierre-Arnaud [1] - https://issue

Filters does not work anymore after server restart

2013-04-10 Thread Tanguy tlrx
Hi all, On ApacheDS M10, I can retrieve entries when searching with the filters "(uid=tanguy)" or "(objectClass=myclass)" or "(cn=tanguy)" or "(sn=*)". After a server restart, the filters "(uid=tanguy)" and "(cn=tanguy)" doesn't retrieve any results. "(objectClass=myclass)" and "(sn=*)" work as