Here's the partial results of my sync:
Code: Select all
2007-09-10 16:07:43 STATUS: find delta and perform mapping ...
2007-09-10 16:07:43 INFO: ... 6 entries to delete
2007-09-10 16:07:44 INFO: ... 0 entries to add
2007-09-10 16:07:44 INFO: ... 1 entries to modify
2007-09-10 16:07:44 STATUS: apply membdelete data against Scalix ...
Enter CAA Password: --------> Sending SOAP Request to Ubermanager@http://xdsmail.xdsinc.corp/caa/ for method:DeleteMembersFromGroup
--------> Received SOAP Response from Ubermanager@http://xdsmail.xdsinc.corp/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="sxadmin@xdsmail.xdsinc.corp" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>DeleteMembersFromGroup</FunctionName>
<DeleteMembersFromGroupParameters id="PnOB55hjK0ecCJ3vgtrQAA==">
<member fa="CN=Bill Sheehan,OU=Employees,DC=xdsinc,DC=corp"/>
</DeleteMembersFromGroupParameters>
</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>Failed to obtain CN, MailNode for all the members in the Request SOAP Document from LDAP server xdsmai
l.xdsinc.corp</message>
<errorcode>UM-1019</errorcode>
</scalix-caa:fault-details>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
0 entries passed
1 entries failed
0 entries warned
2007-09-10 16:07:48 ERROR: failed to run omldapagent
2007-09-10 16:07:48 INFO: ... 0 entries passed for member.curr
2007-09-10 16:07:48 INFO: ... 1 entries failed for member.curr
2007-09-10 16:07:48 INFO: ... 0 entries warned for member.currIn the above error, Bill is one of the employees I deleted. I checked in SAC and in AD and he is not listed in that group in either place.
The following error is repeated multiple times (once for each deleted employee):
Code: Select all
2007-09-10 16:07:48 STATUS: apply delete data against Scalix ...
Enter CAA Password: --------> Sending SOAP Request to Ubermanager@http://xdsmail.xdsinc.corp/caa/ for method:DeleteUser
--------> Received SOAP Response from Ubermanager@http://xdsmail.xdsinc.corp/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="sxadmin@xdsmail.xdsinc.corp" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>DeleteUser</FunctionName>
<DeleteUserParameters id="/FedfOP3uUaL97fq/J6B/g=="/>
</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>Failed to locate or retrieve information in LDAP for id /FedfOP3uUaL97fq/J6B/g==</message>
<errorcode>UM-1015</errorcode>
</scalix-caa:fault-details>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
0 entries passed
1 entries failed
0 entries warned
2007-09-10 16:07:49 ERROR: failed to run omldapagent
Can anyone help me here?
Thanks,
Mike G.
