Address book server configuration with Communications Sync
Hello. How can I find out what server/port to enter in Sun Communications Sync 2005Q4 for the Address Book Server? We are using Communications Express and I see the address book entries under o=PiServerDb.
Here are my configutil settings for uwc:
local.sso.uwc.verifyurl = http://hostname:6788/uwc/VerifySSO?
local.webmail.sso.uwccontexturi = uwc
local.webmail.sso.uwcenabled = 1
local.webmail.sso.uwchome = http://www.Sun.com
local.webmail.sso.uwclogouturl = http://hostname:6788/uwc/base/UWCMain?op=logout
local.webmail.sso.uwcport = 6788
Sun Java(tm) System Messaging Server 6.2-3.04 (built Jul 15 2005)
libimta.so 6.2-3.04 (built 01:43:03, Jul 15 2005)
SunOS vmpm1 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-V490
David
Message was edited by: David
dpelinka
[851 byte] By [
dpelinkaa] at [2007-11-27 9:34:42]

# 1
Hi,
The addressbook server is your UWC address, so from the information provided, the addressbook server host will be "hostname" and the port would be "6788".
UWC provides a private-interface to the LDAP user addressbook which is used by the Outlook Connector. It's the reason why the Outlook Connector requires UWC to be installed.
Regards,
Shane.
# 7
From the Sun Java Communcations Suite 5 Deployment Guide:
Sun Java System Communications Sync 3.0 (formerly SunONE Synchronization) is a software product that runs on a Windows personal computer and enables users to synchronize Communications Suite events, tasks, and contacts with mobile devices and personal information managers (PIMs) such as Microsoft Outlook.
And this URL seems to say that Communcations Sync will run as a standalone tool as well:
http://www.sun.com/software/products/calendar_srvr/comms_sync/index.xml
# 8
Hi,
Yes the sync tool is a standalone utility (you don't need the outlook connector installed). I finally got around to installing/configuring the latest version (comm-suite-5 sync tool) against my 2005Q4 test install.
The addressbook server is the UWC address as I mentioned before but you also need to include the /uwc on the end.
So for my system I have the following setting:
local.sso.uwc.verifyurl = http://test-system.sun.com:82/uwc/VerifySSO?
This maps to a :
=> Address Book Server: test-system.sun.com/uwc
=> Port: 82
So in your case it would be:
local.sso.uwc.verifyurl = http://hostname:6788/uwc/VerifySSO?
=> Address Book Server: hostname/uwc
=> Port: 6788
Regards,
Shane.