To ensure that the Sync Server can successfully communicate with clients, you should check the servlet. You do not need to have any clients installed in order to perform a check.
Procedure
You should receive the following message for both Windows and UNIX:
DB2e SyncServer <datetime string>
For the Application Server - Express that ships with DB2 Everyplace, you might receive a message in the server log files located in [DSYINSTDIR]/Server/logs/[servername] that port is already taken by another program. If you receive this message, change the port number.
The embedded Application Server - Express has been changed between DB2 Everyplace 8.1.2 and 8.1.4. The default value during installation for Server name is IBMDB2eServer. The default value during installation for the server IP address is 127.0.0.1.
To change the port number:
cd [DSYINSTDIR]\Server\installableApps\common [DSYINSTDIR]\WAS\bin\stopServer.bat DB2eServer [DSYINSTDIR]\WAS\bin\wsadmin.bat -conntype NONE -f dsyConfigEmbedded.jacl DefaultNode default_host DB2eServer 127.0.0.1 [DSYINSTDIR] [new http port] [new https port]
cd [DSYINSTDIR]/Server/installableApps/common [DSYINSTDIR]/WAS/bin/stopServer.sh DB2eServer [DSYINSTDIR]/WAS/bin/wsadmin.sh -conntype NONE -f dsyConfigEmbedded.jacl DefaultNode default_host DB2eServer 127.0.0.1 [DSYINSTDIR] [new http port] [new https port]
Related tasks