Re: Entry doesn't appear in the destination directory server

2006-08-12 Thread Peter Marschall
Hi, On Monday, 7. August 2006 14:32, B.P.S. Rajaram wrote: > I simplyfied the code as below. > #--begin source > my $changeType = 'add'; > foreach $entry ($src_result->all_entries()) > { > $dest_entry = Net::LDAP::Entry->new; > $dest_entry = $entry->clone; > $logger->debug_message ( "Retrieved

Re: My entry doesn't appear in the destionation directory

2006-08-12 Thread Peter Marschall
Hi, On Monday, 7. August 2006 11:22, B.P.S. Rajaram wrote: > Hi Peter, > Many thx for your replying. > I have tried to find a solution using the different classes (meaning the > net::ldap::entry/net::ldap class) but all gave me the same (operating > system specific) error messages on different ope

Re: Entry doesn't appear in the destination directory server

2006-08-12 Thread Kurt D. Zeilenga
At 12:17 PM 8/12/2006, Peter Marschall wrote: >Hi, > >On Monday, 7. August 2006 14:32, B.P.S. Rajaram wrote: >> I simplyfied the code as below. >> #--begin source >> my $changeType = 'add'; >> foreach $entry ($src_result->all_entries()) >> { >> $dest_entry = Net::LDAP::Entry->new; >> $dest_entr

Re: Entry doesn't appear in the destination directory server

2006-08-12 Thread Peter Marschall
Hi Kurt, On Saturday, 12. August 2006 21:43, Kurt D. Zeilenga wrote: > At 12:17 PM 8/12/2006, Peter Marschall wrote: > >LDAP error code 1 is LDAP_OPERATIONS_ERROR > >meaning: Server encountered an internal error > > I note that the standardized meaning is: > operationsError (1) > In

Re: Entry doesn't appear in the destination directory server

2006-08-12 Thread Kurt D. Zeilenga
At 01:51 PM 8/12/2006, Peter Marschall wrote: >Hi Kurt, > >On Saturday, 12. August 2006 21:43, Kurt D. Zeilenga wrote: >> At 12:17 PM 8/12/2006, Peter Marschall wrote: >> >LDAP error code 1 is LDAP_OPERATIONS_ERROR >> >meaning: Server encountered an internal error >> >> I note that the standardized