Dear florian ,
After selecting the option 4 ( Accept previous error and update directory) then running option 2 gives the previous log .
Actually after creating a new user in AD and running omldapsync gives the following error (in the next paragraph) . Even though in the scalix server the user has been added but authentication failure occurs while I tried to login using scalix webmail .
one more issue, even after disabling the scalix mailbox service in the AD for the user, the users has not been removed in the scalix mail server.
NPUT: Please enter an option (0):2
2006-06-28 17:31:32 STATUS: LDAP dir sync import test4 started ###############
2006-06-28 17:31:32 STATUS: load all records from 192.168.7.26 ...
2006-06-28 17:31:32 INFO: work dir is /var/opt/scalix/ldapsync/test4/import
2006-06-28 17:31:32 STATUS: search source directory on 192.168.7.26 ...
2006-06-28 17:31:32 INFO: search base is cn=users,dc=dsrc7,dc=com
2006-06-28 17:31:32 INFO: ... 2 entries to check
2006-06-28 17:31:32 STATUS: find delta and perform mapping ...
2006-06-28 17:31:32 INFO: ... 0 entries to delete
2006-06-28 17:31:32 INFO: ... 2 entries to add
2006-06-28 17:31:32 INFO: ... 0 entries to modify
2006-06-28 17:31:32 STATUS: apply membdelete data against Scalix ...
2006-06-28 17:31:32 INFO: ... 0 entries passed for member.curr
2006-06-28 17:31:32 INFO: ... 0 entries failed for member.curr
2006-06-28 17:31:32 INFO: ... 0 entries warned for member.curr
2006-06-28 17:31:32 STATUS: apply delete data against Scalix ...
2006-06-28 17:31:32 INFO: ... 0 entries passed for delete.curr
2006-06-28 17:31:32 INFO: ... 0 entries failed for delete.curr
2006-06-28 17:31:33 INFO: ... 0 entries warned for delete.curr
2006-06-28 17:31:33 STATUS: apply add data against Scalix ...
--------> Sending SOAP Request to Ubermanager@http://linmail.dsrc.com/caa/ for method:AddUser
--------> Received SOAP Response from Ubermanager@http://linmail.dsrc.com/caa/
error: Response contains failure report
>>>>>>>>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="Hari.Gobi@linmail.dsrc.com" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>AddUser</FunctionName>
<AddUserParameters>
<user type="MAIL"/>
<mailNode name="linmail,dsrc"/>
<userAttributes>
<entity name="S" value="testuser"/>
<entity name="G" value="testuser"/>
<entity name="FOREIGN-ADDR" value="CN=testuser testuser,CN=Users,DC=dsrc7,DC=com"/>
<entity name="CN" value="testuser testuser"/>
<entity name="GLOBAL-UNIQUE-ID" value="E3A/vNp6REqMQq/uGveV4A=="/>
<entity name="ACCOUNT_STATUS" value="unlock"/>
<entity name="UL-AUTHID" value="testuser@DSRC7.COM"/>
<entity name="UL-IL" value="ENGLISH"/>
<entity name="INTERNET-ADDR" value=""testuser testuser" <testuser@dsrc7.com>"/>
<entity name="UL-CLASS" value="FULL"/>
<entity name="ADMINISTERED-BY" value="ldapsync-test4"/>
</userAttributes>
</AddUserParameters>
</scalix-caa:CAARequestMessage>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
>>>>>>>>SOAP Response
SOAP part:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>CAA Service Error</faultstring>
<detail>
<scalix-caa:fault-details xmlns:scalix-caa="http://www.scalix.com/caa">
<message>omaddu : [OM 8265] Authentication ID
testuser@DSRC7.COM already used. :linmail.dsrc.com</message>
<errorcode>OM 8265</errorcode>
</scalix-caa:fault-details>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
0 entries passed
1 entries failed
0 entries warned
2006-06-28 17:31:33 ERROR: failed to run omldapagent
--------> Sending SOAP Request to Ubermanager@http://linmail.dsrc.com/caa/ for method:AddUser
--------> Received SOAP Response from Ubermanager@http://linmail.dsrc.com/caa/
error: Response contains failure report
>>>>>>>>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="Hari.Gobi@linmail.dsrc.com" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>AddUser</FunctionName>
<AddUserParameters>
<user type="MAIL"/>
<mailNode name="linmail,dsrc"/>
<userAttributes>
<entity name="S" value="newuser"/>
<entity name="G" value="newuser"/>
<entity name="FOREIGN-ADDR" value="CN=newuser newuser,CN=Users,DC=dsrc7,DC=com"/>
<entity name="CN" value="newuser newuser"/>
<entity name="GLOBAL-UNIQUE-ID" value="E8fzczMw6kWlZDeUmuiatw=="/>
<entity name="ACCOUNT_STATUS" value="unlock"/>
<entity name="UL-AUTHID" value="newuser@DSRC7.COM"/>
<entity name="UL-IL" value="ENGLISH"/>
<entity name="INTERNET-ADDR" value=""newuser newuser" <newuser@dsrc7.com>"/>
<entity name="UL-CLASS" value="LIMITED"/>
<entity name="ADMINISTERED-BY" value="ldapsync-test4"/>
</userAttributes>
</AddUserParameters>
</scalix-caa:CAARequestMessage>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
>>>>>>>>SOAP Response
SOAP part:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>CAA Service Error</faultstring>
<detail>
<scalix-caa:fault-details xmlns:scalix-caa="http://www.scalix.com/caa">
<message>omaddu : [OM 8265] Authentication ID
newuser@DSRC7.COM already used. :linmail.dsrc.com</message>
<errorcode>OM 8265</errorcode>
</scalix-caa:fault-details>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
0 entries passed
1 entries failed
0 entries warned
2006-06-28 17:31:34 ERROR: failed to run omldapagent
2006-06-28 17:31:34 INFO: ... 0 entries passed for add.curr
2006-06-28 17:31:34 INFO: ... 2 entries failed for add.curr
2006-06-28 17:31:34 INFO: ... 0 entries warned for add.curr
2006-06-28 17:31:34 STATUS: apply limit data against Scalix ...
2006-06-28 17:31:34 INFO: ... 0 entries passed for add.curr
2006-06-28 17:31:34 INFO: ... 0 entries failed for add.curr
2006-06-28 17:31:34 INFO: ... 0 entries warned for add.curr
2006-06-28 17:31:34 STATUS: apply modify data against Scalix ...
2006-06-28 17:31:34 INFO: ... 0 entries passed for modify.curr
2006-06-28 17:31:34 INFO: ... 0 entries failed for modify.curr
2006-06-28 17:31:34 INFO: ... 0 entries warned for modify.curr
2006-06-28 17:31:34 STATUS: apply limit data against Scalix ...
2006-06-28 17:31:34 INFO: ... 0 entries passed for modify.curr
2006-06-28 17:31:34 INFO: ... 0 entries failed for modify.curr
2006-06-28 17:31:34 INFO: ... 0 entries warned for modify.curr
2006-06-28 17:31:34 STATUS: apply membadd data against Scalix ...
2006-06-28 17:31:34 INFO: ... 0 entries passed for member.curr
2006-06-28 17:31:34 INFO: ... 0 entries failed for member.curr
2006-06-28 17:31:34 INFO: ... 0 entries warned for member.curr
2006-06-28 17:31:34 STATUS: apply membmodify data against Scalix ...
2006-06-28 17:31:35 INFO: ... 0 entries passed for member.curr
2006-06-28 17:31:35 INFO: ... 0 entries failed for member.curr
2006-06-28 17:31:35 INFO: ... 0 entries warned for member.curr
2006-06-28 17:31:35 STATUS: LDAP dir sync import failed, error=2 ###########
2006-06-28 17:31:35 STATUS: LDAP dir sync export test4 started ###############
2006-06-28 17:31:35 STATUS: load all records from linmail.dsrc.com ...
2006-06-28 17:31:35 INFO: agreement type 11 only supports import operation
2006-06-28 17:31:35 STATUS: LDAP dir sync export test4 completed #############
Thanks and regards
HariGobi