<SASHome>\SASFoundation\9.4
,
execute the following command: cntspawn -install -netencryptalgorithm ssl -sslcertsubj "apex.pc.com" -sascmd mysas.bat -servuser userid -servpass passwordThe following table shows the SAS commands that are used to start a spawner on a SAS/CONNECT single-user server.
SAS Command and Arguments
|
Function
|
---|---|
CNTSPAWN
|
Starts the spawner.
|
-INSTALL
|
Causes an instance of
a spawner to be installed as a Windows service. For information
about the -INSTALL option, see Spawner Options in SAS/CONNECT User’s Guide.
|
-NETENCRYPTALGORITHM SSL
|
Specifies the SSL encryption algorithm.
|
-SSLCERTSUBJ "apex.pc.com"
|
Specifies the subject
name that is used to search for a certificate from the Microsoft Certificate
Store.
|
-SASCMD mysas.bat
|
Specifies the name of
an executable file that starts a SAS session when you sign on without
a script file.
|
-SERVUSER user-ID
|
Specifies the user-ID to be used to start the spawner and to obtain a digital certificate. The -SERVUSER and -SERVPASS options are used together and must be specified when
the spawner is installed as a service (the -INSTALL option is specified). For information
about the -SERVUSER option, see Spawner Options in SAS/CONNECT User’s Guide.
|
-SERVPASS password
|
Specifies the password to be used to start the spawner and to obtain a digital certificate. The -SERVUSER
and -SERVPASS options are used together and must be specified when
the spawner is installed as a service (the -INSTALL option is specified). For information
about the -SERVPASS option, see Spawner Options in SAS/CONNECT User’s Guide.
|
options netencryptalgorithm=ssl; %let machine=apex.pc.com; signon machine.unxspawn user=_prompt_;The computer that is specified in the client sign-on and the subject (the -SSLCERTSUBJ option) that is specified at the server must be identical.
SAS Options, Statements,
and Arguments
|
Function
|
---|---|
NETENCRYPTALGORITHM=SSL
|
Specifies the encryption algorithm
|
SIGNON=server-ID
|
Specifies which server
to connect to
|
USER=_PROMPT_
|
Prompts for the user
ID and password to be used for authenticating the client to the server
|