Attempting to set up omldapsync but ubermanager not running?

Discuss the Scalix Server software

Moderators: ScalixSupport, admin

patrickmcshane
Posts: 25
Joined: Thu Mar 16, 2006 8:32 pm
Location: San Diego, CA
Contact:

Attempting to set up omldapsync but ubermanager not running?

Postby patrickmcshane » Mon Mar 27, 2006 9:33 pm

Hi,

I am trying to setup omldapsync to syncronize between a RedHat EL ES 4 OpenLDAP and a new Scalix 10.0 installation. I have gone through the sync.cfg file and made adjustments for our environment but am having a problem getting a good test. When I try a full import I get a major traceback from java which seems to point to the "Ubermanager" jar file. In particular, the folllowing line in my sync.cfg file:

IM_CAA_URL=http://mxlx01p.fe.sddc1.luthresearch.com:8080/caa/

It seems like there is no tomcat related service that listens to port 8080 as per the commented examples in the sync.cfg file as get "Connection Refused" when testing the port.

Is my Tomcat broken?javascript:emoticon(':cry:')

Please look at the java traceback and let me know what I am missing.

Thanks,
Pat

[root@mxlx01p scalix]# omldapsync -i dslx01p
2006-03-27 17:24:44 STATUS: Interactive for dslx01p started ########
Common tasks menu for syncid dslx01p
0. Display this menu
1. Configure the LDAP dir sync settings
2. Force a complete (re)load of the directory
3. Update the directory after some changes
4. Accept previous error and update directory
5. Skip previous error and update directory
6. Update the directory and prompt for error
7. Modify all sync records from the directory
8. Delete all sync records in the directory
d. Toggle debug mode from current setting <0>
n. Toggle test mode from current setting <>
q. Quit
INPUT: Please enter an option (0):2
2006-03-27 17:24:46 STATUS: LDAP dir sync import dslx01p started ###############
2006-03-27 17:24:46 STATUS: load all records from dslx01p.be.sddc1.luthresearch.com ...
--------> Sending SOAP Request to
Ubermanager@http://mxlx01p.fe.sddc1.luthresearch.com:8080/caa/ for method:GetMailNodesList
SOAP part:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<scalix-caa:CAARequestMessage xmlns:scalix-caa="http://www.scalix.com/caa">
<ServiceType>scalix.res</ServiceType>
<FunctionName>GetMailNodesList</FunctionName>
<Credentials id="12345">
<Identity name="importadm" passwd="xxxxxxxx"/>
</Credentials>
<ScalixServers/>
<GetMailNodesListParameters/>
</scalix-caa:CAARequestMessage>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:263)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:151)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
at com.scalix.ldapsync.LdapAgent.sendAndReceive(Unknown Source)
at com.scalix.ldapsync.LdapAgent.main(Unknown Source)
Mar 27, 2006 5:24:47 PM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
SEVERE: SAAJ0009: Message send failed
java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
at com.scalix.ldapsync.LdapAgent.sendAndReceive(Unknown Source)
at com.scalix.ldapsync.LdapAgent.main(Unknown Source)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:308)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:151)
... 4 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:263)
... 5 more
com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:128)
at com.scalix.ldapsync.LdapAgent.sendAndReceive(Unknown Source)
at com.scalix.ldapsync.LdapAgent.main(Unknown Source)
Caused by: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
... 2 more
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:308)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:151)
... 4 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:263)
... 5 more

CAUSE:

java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
at com.scalix.ldapsync.LdapAgent.sendAndReceive(Unknown Source)
at com.scalix.ldapsync.LdapAgent.main(Unknown Source)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:308)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:151)
... 4 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:263)
... 5 more

CAUSE:

java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:121)
at com.scalix.ldapsync.LdapAgent.sendAndReceive(Unknown Source)
at com.scalix.ldapsync.LdapAgent.main(Unknown Source)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:308)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:151)
... 4 more
Caused by: java.net.ConnectException: Connection refused
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.net.NetworkClient.doConnect(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.openServer(Unknown Source)
at sun.net.www.http.HttpClient.<init>(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.http.HttpClient.New(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:263)
... 5 more
2006-03-27 17:24:47 ERROR: failed to run omldapagent
2006-03-27 17:24:47 STATUS: LDAP dir sync import failed, error=2 ###########
2006-03-27 17:24:47 STATUS: LDAP dir sync export dslx01p started ###############
2006-03-27 17:24:47 STATUS: load all records from mxlx01p.fe.sddc1.luthresearch.com ...
2006-03-27 17:24:47 INFO: agreement type 13 only supports import operation
2006-03-27 17:24:47 STATUS: LDAP dir sync export dslx01p completed #############
Common tasks menu for syncid dslx01p
0. Display this menu
1. Configure the LDAP dir sync settings
2. Force a complete (re)load of the directory
3. Update the directory after some changes
4. Accept previous error and update directory
5. Skip previous error and update directory
6. Update the directory and prompt for error
7. Modify all sync records from the directory
8. Delete all sync records in the directory
d. Toggle debug mode from current setting <0>
n. Toggle test mode from current setting <>
q. Quit
INPUT: Please enter an option (0):
Regards,
Pat

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Mon Mar 27, 2006 10:00 pm

You need to remove the :8080 from your URL as tomcat is no longer listening on that port. Everything is handled through Apache port 80.

Cheers

Dave

patrickmcshane
Posts: 25
Joined: Thu Mar 16, 2006 8:32 pm
Location: San Diego, CA
Contact:

Postby patrickmcshane » Mon Mar 27, 2006 10:29 pm

Dave,

Thanks. That got me a good bit further javascript:emoticon(':lol:'). Now I get the following response below after a successful OpenLDAP connection. Please let me know what you think.

Thanks,
Pat

INPUT: Please enter an option (0):2
2006-03-27 18:29:08 STATUS: LDAP dir sync import dslx01p started ###############
2006-03-27 18:29:08 STATUS: load all records from dslx01p.be.sddc1.luthresearch.com ...
2006-03-27 18:29:09 INFO: work dir is /var/opt/scalix/ldapsync/dslx01p/import
2006-03-27 18:29:09 STATUS: search source directory on dslx01p.be.sddc1.luthresearch.com ...
2006-03-27 18:29:09 INFO: search base is ou=People,dc=luthresearch,dc=com
2006-03-27 18:29:09 INFO: ... 41 entries to check
2006-03-27 18:29:09 STATUS: find delta and perform mapping ...
2006-03-27 18:29:10 INFO: ... 0 entries to delete
2006-03-27 18:29:10 INFO: ... 41 entries to add
2006-03-27 18:29:10 INFO: ... 0 entries to modify
2006-03-27 18:29:10 STATUS: apply membdelete data against Scalix ...
2006-03-27 18:29:10 INFO: ... 0 entries passed for member.curr
2006-03-27 18:29:10 INFO: ... 0 entries failed for member.curr
2006-03-27 18:29:10 INFO: ... 0 entries warned for member.curr
2006-03-27 18:29:10 STATUS: apply delete data against Scalix ...
2006-03-27 18:29:10 INFO: ... 0 entries passed for delete.curr
2006-03-27 18:29:10 INFO: ... 0 entries failed for delete.curr
2006-03-27 18:29:10 INFO: ... 0 entries warned for delete.curr
2006-03-27 18:29:10 STATUS: apply add data against Scalix ...
--------> Sending SOAP Request to Ubermanager@http://mxlx01p.fe.sddc1.luthresearch.com/caa/ for method:AddUser
--------> Received SOAP Response from Ubermanager@http://mxlx01p.fe.sddc1.luthresearch.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="importadm" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>AddUser</FunctionName>
<ScalixServers>
<Host>mxlx01p.fe.sddc1.luthresearch.com</Host>
</ScalixServers>
<AddUserParameters>
<user type="INTERNET"/>
<mailNode name="internet"/>
<userAttributes>
<entity name="FOREIGN-ADDR" value="uid=pmcshane,ou=People,dc=luthresearch,dc=com"/>
<entity name="CN" value="Patrick Mcshane"/>
<entity name="UL-AUTHID" value="pmcshane"/>
<entity name="G" value="Patrick"/>
<entity name="S" value="Mcshane"/>
<entity name="STREET-ADDRESS" value="313 Creek Drive"/>
<entity name="TITLE" value="Manager"/>
<entity name="L" value="St Davids"/>
<entity name="STATE-OR-PROVINCE" value="PA"/>
<entity name="POSTAL-CODE" value="19087"/>
<entity name="PHONE-1" value="6109950080"/>
<entity name="FAX" value="6039479172"/>
<entity name="GLOBAL-UNIQUE-ID" value="61176bba-481c-102a-9675-c36c596b019d"/>
<entity name="INTERNET-ADDR" value="pmcshane@luthresearch.com"/>
</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>CN=Patrick Mcshane/G=Patrick/S=Mcshane/OU1=internet/UL-AUTHID=pmcshane/POSTAL-CODE=19087/FAX=6039479172/FOREIGN-ADDR=uid\=pmcshane,ou\=People,dc\=luthresearch,dc\=com/L=St Davids/STREET-ADDRESS=313 Creek Drive/TITLE=Manager/STATE-OR-PROVINCE=PA/PHONE-1=6109950080/GLOBAL-UNIQUE-ID=61176bba-481c-102a-9675-c36c596b019d/INTERNET-ADDR=pmcshane@luthresearch.com [OM 27663] The supplied or generated Internet Address is not unique :mxlx01p.fe.sddc1.luthresearch.com</message>
<errorcode>OM 27663</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-03-27 18:29:44 ERROR: failed to run omldapagent
--------> Sending SOAP Request to Ubermanager@http://mxlx01p.fe.sddc1.luthresearch.com/caa/ for method:AddUser
--------> Received SOAP Response from Ubermanager@http://mxlx01p.fe.sddc1.luthresearch.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="importadm" passwd="xxxxxxxx"/>
</Credentials>
<FunctionName>AddUser</FunctionName>
<ScalixServers>
<Host>mxlx01p.fe.sddc1.luthresearch.com</Host>
</ScalixServers>
<AddUserParameters>
<user type="INTERNET"/>
<mailNode name="internet"/>
<userAttributes>
<entity name="FOREIGN-ADDR" value="uid=test,ou=People,dc=luthresearch,dc=com"/>
<entity name="CN" value="test test"/>
<entity name="G" value="test"/>
<entity name="S" value="test"/>
<entity name="UL-AUTHID" value="test"/>
<entity name="GLOBAL-UNIQUE-ID" value="9a2c0d2e-5231-102a-953c-c13947a1ced1"/>
<entity name="INTERNET-ADDR" value="test@luthresearch.com"/>
</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>CN=test test/G=test/S=test/OU1=internet/UL-AUTHID=test/GLOBAL-UNIQUE-ID=9a2c0d2e-5231-102a-953c-c13947a1ced1/FOREIGN-ADDR=uid\=test,ou\=People,dc\=luthresearch,dc\=com/INTERNET-ADDR=test@luthresearch.com [OM 27663] The supplied or generated Internet Address is not unique :mxlx01p.fe.sddc1.luthresearch.com</message>
<errorcode>OM 27663</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-03-27 18:29:44 ERROR: failed to run omldapagent
2006-03-27 18:29:45 INFO: ... 39 entries passed for add.curr
2006-03-27 18:29:45 INFO: ... 2 entries failed for add.curr
2006-03-27 18:29:45 INFO: ... 0 entries warned for add.curr
2006-03-27 18:29:45 STATUS: apply limit data against Scalix ...
2006-03-27 18:29:46 INFO: ... 0 entries passed for add.curr
2006-03-27 18:29:46 INFO: ... 0 entries failed for add.curr
2006-03-27 18:29:46 INFO: ... 0 entries warned for add.curr
2006-03-27 18:29:46 STATUS: apply modify data against Scalix ...
2006-03-27 18:29:46 INFO: ... 0 entries passed for modify.curr
2006-03-27 18:29:46 INFO: ... 0 entries failed for modify.curr
2006-03-27 18:29:46 INFO: ... 0 entries warned for modify.curr
2006-03-27 18:29:46 STATUS: apply limit data against Scalix ...
2006-03-27 18:29:46 INFO: ... 0 entries passed for modify.curr
2006-03-27 18:29:46 INFO: ... 0 entries failed for modify.curr
2006-03-27 18:29:46 INFO: ... 0 entries warned for modify.curr
2006-03-27 18:29:46 STATUS: apply membadd data against Scalix ...
2006-03-27 18:29:47 INFO: ... 0 entries passed for member.curr
2006-03-27 18:29:47 INFO: ... 0 entries failed for member.curr
2006-03-27 18:29:47 INFO: ... 0 entries warned for member.curr
2006-03-27 18:29:47 STATUS: apply membmodify data against Scalix ...
2006-03-27 18:29:47 INFO: ... 0 entries passed for member.curr
2006-03-27 18:29:47 INFO: ... 0 entries failed for member.curr
2006-03-27 18:29:47 INFO: ... 0 entries warned for member.curr
2006-03-27 18:29:47 STATUS: update sync data files with partial results ...
2006-03-27 18:29:47 INFO: ... 39 entries added to search.last
2006-03-27 18:29:47 STATUS: LDAP dir sync import failed, error=2 ###########
2006-03-27 18:29:47 STATUS: LDAP dir sync export dslx01p started ###############
2006-03-27 18:29:47 STATUS: load all records from mxlx01p.fe.sddc1.luthresearch.com ...
2006-03-27 18:29:47 INFO: agreement type 13 only supports import operation
2006-03-27 18:29:47 STATUS: LDAP dir sync export dslx01p completed #############
Common tasks menu for syncid dslx01p
0. Display this menu
1. Configure the LDAP dir sync settings
2. Force a complete (re)load of the directory
3. Update the directory after some changes
4. Accept previous error and update directory
5. Skip previous error and update directory
6. Update the directory and prompt for error
7. Modify all sync records from the directory
8. Delete all sync records in the directory
d. Toggle debug mode from current setting <0>
n. Toggle test mode from current setting <>
q. Quit
INPUT: Please enter an option (0):
Regards,

Pat

ScalixSupport
Scalix
Scalix
Posts: 5503
Joined: Thu Mar 25, 2004 8:15 pm

Postby ScalixSupport » Mon Mar 27, 2006 11:19 pm

The supplied or generated Internet Address is not unique :mxlx01p.fe.sddc1.luthresearch.com


This means you have an entry in the SYSTEM directory with the address pmcshane@luthresearch.com already.

Cheers

Dave

patrickmcshane
Posts: 25
Joined: Thu Mar 16, 2006 8:32 pm
Location: San Diego, CA
Contact:

Postby patrickmcshane » Tue Mar 28, 2006 12:36 am

Dave,

Thanks. That is quite a bit of output for such an occasion.

I would think a simple warning would have been enough.

Thanks for clearing that up.

Regards,
Pat
Regards,

Pat


Return to “Scalix Server”



Who is online

Users browsing this forum: No registered users and 9 guests