Connect Method (Python)
Attempts to connect to the associated instance of IBM® SPSS® Statistics Server using the provided domain, user ID, and password. Any existing connection to an instance of IBM SPSS Statistics Server is terminated.
Note: This method is not available when called from a Python program
in distributed mode (Python programs make use of the interface exposed
by the Python spss
module).
Syntax
SpssServerConf.Connect(domain,userID,password)
Parameters
domain. A string specifying the domain of the user ID. Enter a blank string if the domain is not required.
userID. A string specifying the user ID.
password. A string specifying the password.