omldapsync
Posted: Thu Oct 19, 2006 12:08 pm
I'm looking for help from the Scalix community as I'm currently evaluating the product for eventual integration into our production environment. My existing setup is scalix v. 10 running on SLES 9.1. Our organizaton runs Novell eDirectory, and I'm attempting to sync the Scalix LDAP against the LDAP on a test Novell OES server. I'm able to get scalix to authenticate against OES, but am receiving the following error when trying to run omldapsync.
error 1005: Entry must have a valid global unique id
Also here is a copy of omldapsync text
I've changed entryUUID in my sync.cfg to = GUID as mentioned in a previous post but am still receiving the same error.
Thanks in advance for the help!
-Chris
error 1005: Entry must have a valid global unique id
Also here is a copy of omldapsync text
Code: Select all
2006-10-19 09:16:13 STATUS: LDAP dir sync import sync01 started ###############
2006-10-19 09:16:15 INFO: work dir is /var/opt/scalix/ldapsync/sync01/import
2006-10-19 09:16:15 STATUS: reprocess search results from 192.168.254.3 ...
2006-10-19 09:16:15 STATUS: find delta and perform mapping ...
2006-10-19 09:16:15 INFO: ... 0 entries to delete
2006-10-19 09:16:15 INFO: ... 2 entries to add
2006-10-19 09:16:15 INFO: ... 0 entries to modify
2006-10-19 09:16:15 STATUS: apply membdelete data against Scalix ...
2006-10-19 09:16:15 INFO: ... 0 entries passed for member.curr
2006-10-19 09:16:15 INFO: ... 0 entries failed for member.curr
2006-10-19 09:16:15 INFO: ... 0 entries warned for member.curr
2006-10-19 09:16:15 STATUS: apply delete data against Scalix ...
2006-10-19 09:16:15 INFO: ... 0 entries passed for delete.curr
2006-10-19 09:16:16 INFO: ... 0 entries failed for delete.curr
2006-10-19 09:16:16 INFO: ... 0 entries warned for delete.curr
2006-10-19 09:16:16 STATUS: apply add data against Scalix ...
error 1005: Entry must have a valid global unique id
>>>>>>>>SOAP Request
SOAP part:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<scalix-caa:CAARequestMessage xmlns:scalix-caa="http://www.scalix.com/caa">
<ServiceType>scalix.res</ServiceType>
<Credentials id="12345">
<Identity name="admin" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>AddUser</FunctionName>
<AddUserParameters>
<user type="MAIL"/>
<mailNode name="scalix,my domain"/>
<userAttributes>
<entity name="FOREIGN-ADDR" value="uid=testuser,ou=users,o=my domain"/>
<entity name="CN" value="testuser"/>
<entity name="INTERNET-ADDR" value="testuser@ip6.my domain.org"/>
<entity name="UL-AUTHID" value="testuser"/>
<entity name="G" value="test"/>
<entity name="S" value="user"/>
</userAttributes>
</AddUserParameters>
</scalix-caa:CAARequestMessage>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
0 entries passed
1 entries failed
0 entries warned
2006-10-19 09:16:16 ERROR: failed to run omldapagent
error 1005: Entry must have a valid global unique id
>>>>>>>>SOAP Request
SOAP part:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<scalix-caa:CAARequestMessage xmlns:scalix-caa="http://www.scalix.com/caa">
<ServiceType>scalix.res</ServiceType>
<Credentials id="12345">
<Identity name="admin" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>AddGroup</FunctionName>
<AddGroupParameters>
<user type="MAIL"/>
<mailNode name="scalix,my domain"/>
<userAttributes>
<entity name="FOREIGN-ADDR" value="cn=Scalixgrp,ou=users,o=my domain"/>
<entity name="CN" value="scalixgrp"/>
<entity name="INTERNET-ADDR" value="scalixgrp@ip6.my domain.org"/>
<entity name="S" value="Scalixgrp"/>
</userAttributes>
</AddGroupParameters>
</scalix-caa:CAARequestMessage>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
0 entries passed
1 entries failed
0 entries warned
2006-10-19 09:16:17 ERROR: failed to run omldapagent
2006-10-19 09:16:17 INFO: ... 0 entries passed for add.curr
2006-10-19 09:16:17 INFO: ... 2 entries failed for add.curr
2006-10-19 09:16:17 INFO: ... 0 entries warned for add.curr
2006-10-19 09:16:17 STATUS: apply limit data against Scalix ...
2006-10-19 09:16:18 INFO: ... 0 entries passed for add.curr
2006-10-19 09:16:18 INFO: ... 0 entries failed for add.curr
2006-10-19 09:16:18 INFO: ... 0 entries warned for add.curr
2006-10-19 09:16:18 STATUS: apply modify data against Scalix ...
2006-10-19 09:16:18 INFO: ... 0 entries passed for modify.curr
2006-10-19 09:16:18 INFO: ... 0 entries failed for modify.curr
2006-10-19 09:16:18 INFO: ... 0 entries warned for modify.curr
2006-10-19 09:16:18 STATUS: apply limit data against Scalix ...
2006-10-19 09:16:18 INFO: ... 0 entries passed for modify.curr
2006-10-19 09:16:18 INFO: ... 0 entries failed for modify.curr
2006-10-19 09:16:18 INFO: ... 0 entries warned for modify.curr
2006-10-19 09:16:18 STATUS: apply membadd data against Scalix ...
error 1005: Entry must have a valid global unique id
>>>>>>>>SOAP Request
SOAP part:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<scalix-caa:CAARequestMessage xmlns:scalix-caa="http://www.scalix.com/caa">
<ServiceType>scalix.res</ServiceType>
<Credentials id="12345">
<Identity name="admin" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>AddMembersToGroup</FunctionName>
<AddMembersToGroupParameters id="">
<member fa="uid=testuser,ou=users,o=my domain"/>
<member fa="uid=pbrosnan,ou=users,o=my domain"/>
<member fa="cn=sconnery,ou=users,o=my domain"/>
<member fa="cn=rmoore,ou=users,o=my domain"/>
</AddMembersToGroupParameters>
</scalix-caa:CAARequestMessage>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
0 entries passed
1 entries failed
0 entries warned
2006-10-19 09:16:19 ERROR: failed to run omldapagent
2006-10-19 09:16:19 INFO: ... 0 entries passed for member.curr
2006-10-19 09:16:19 INFO: ... 1 entries failed for member.curr
2006-10-19 09:16:19 INFO: ... 0 entries warned for member.curr
2006-10-19 09:16:19 STATUS: apply membmodify data against Scalix ...
2006-10-19 09:16:19 INFO: ... 0 entries passed for member.curr
2006-10-19 09:16:19 INFO: ... 0 entries failed for member.curr
2006-10-19 09:16:19 INFO: ... 0 entries warned for member.curr
2006-10-19 09:16:19 STATUS: LDAP dir sync import failed, error=2 ###########
2006-10-19 09:16:19 STATUS: LDAP dir sync export sync01 started ###############
2006-10-19 09:16:19 INFO: agreement type 13 only supports import operation
2006-10-19 09:16:19 STATUS: LDAP dir sync export sync01 completed #############
Common tasks menu for syncid sync01
I've changed entryUUID in my sync.cfg to = GUID as mentioned in a previous post but am still receiving the same error.
Thanks in advance for the help!
-Chris