Technote (troubleshooting)
Problem(Abstract)
I have installed SPSS Statistics Server without apparent issue but am unable to connect Statistics Client after starting the server process.
In some cases the server process is not running after having launched it while in other cases it is running, but the Statistics Client simply cannot connect.
Symptom
Unable to connect Statistics Client to Statistics Server.
Resolving the problem
The statisticsd.conf file (found in the installation folder of your Statistics Server installation on Windows and in the bin subfolder on *nix platforms) sets many of the basic settings required for the server to start. If any incorrect changes are made to this file it may prevent the server from loading, often without any errors being displayed to indicate the problem. If you have made changes to this file and the server worked before those changes, consider removing those changes and testing the server again.
One setting that does often need to be configured for normal operation is the "listenconnect" setting. This controls the network adapter and port the server attempts to bind to when it starts.
1) Edit statisticsd.conf
Change:
<listenconnect desc="Overriding parameters for the listening socket of the server" value=""/>
To
<listenconnect desc="Overriding parameters for the listening socket of the server" value="inet:<ip_addr>:<port>"/>
where <ip_addr> is ip address of machine: example: 10.123.32.5
where <port> is port that statistics server should listen: example: 3019
Example:
<listenconnect desc="Overriding parameters for the listening socket of the server" value="inet:10.123.32.5:3019"/>
2) Restart the server
Having an incorrectly configured or blank listenconnect can either prevent the server from properly loading at all or can cause it to bind to an undesired network adapter (such as the local loop back adapter 127.0.0.1). For many environments using the IP 0.0.0.0 can be used which will cause the server to bind to all network adapters. If that is undesired (or doesn't work) then a specific IP can be used such as in the example above.
Rate this page:
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.