Alias | LOGICAL= |
Default | The default metadata connection for the logical server. |
Note | Enclose logical-server-name in quotes. |
See | CONNECT Example Using a Logical Server Name |
Example | logical="App Server - Logical Workspace Server" |
"iom://hostname:port"
Notes | When URI= is specified, PORT= is not required. |
Enclose uniform-resource-identifier in quotes. | |
The name-value pairs listed under IOMOPTIONS= can be specified as part of URI. | |
See | CONNECT Example with a URI and Explicit Server Name |
Example | uri="iom://myappserver1234:8581" |
localhost
can be used if the SAS session is connecting to a server on the
same computer.
Alias | HOST= |
Note | Enclose host-name in quotes. |
See | CONNECT Example with a Server Name |
Example | host="myhost.example.com". |
Default | When a port is required but not specified, IOMOPERATE defaults to a value based on the CLSID= or SERVERTYPE= . |
Note | Not required when you specify PROTOCOL=COM or URI=. |
See | CONNECT Example with a Server Name |
Example | port=2171 |
Default | BRIDGE |
Note | When COM is specified, PORT= is not required. |
See | CONNECT Example Using a URI and a Class Identifier |
Example | protocol=com |
Alias | USERID=, USER=, UID= |
Note | Enclose user-ID in quotes. |
See | CONNECT Example Using Credentials |
Example | uid="sasdemo" |
Alias | PASSWD=, PASS= , PWD=, PW= |
Note | Enclose password in quotes. |
See | CONNECT Example Using Credentials |
Example | pw="mypass" |
Alias | CLSID |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
See | CONNECT Example Using a URI and a Class Identifier |
Example | opts="clsid=0E3B1810-6646-11D5-8863-00C04F48BC53, user=myacct,pass=mypwd" |
Note | The value of the DOMAIN never reaches the target IOM server. |
Example | opts='servername=myserver,domain=mydomain' |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | opts='encr=aes,encrlvl=1,user=myusername, pass=mypswd' |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | opts='encr=aes,encrlvl=1,user=myusername, pass=mypswd' |
Alias | IID |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | opts='iid=0E3B1810-6646-11D5-8863-00C04F48BC53, user=myusername,pass=mypswd' |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | opts='locale=french, servername=SASApp - Stored Process Server' |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | For SAS 9.3 this would be MAJOR=3 MINOR=0. |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | For SAS 9.3 this would be MAJOR=3 MINOR=0. |
Example | opts='noredirect, servername=SASApp - Stored Process Server' |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | opts='user=myusername,pass=mypswd, servername=SASApp - Stored Process Server' |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | opts='user=myusername,pass=mypswd, servername=SASApp - Stored Process Server' |
Default | NEGOTIATE |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
See | SECPACKAGE System Option |
Example | opts='sspi,securitypackage=negotiate,securitypackagelist=Kerberos,NTLM' |
Note | Enclose the option in quotes. Separate multiple options
with a comma. To use the SECPACKAGELIST system option, SECPACKAGE
must be set to negotiate .
|
See | SECPACKAGELIST System Option |
Example | opts='sspi,securitypackage=negotiate,securitypackagelist=Kerberos,NTLM' |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | opts='servername=SASApp - Stored Process Server,timeout=3600' |
Note | Enclose the option in quotes. Separate multiple options with a comma. |
Example | opts='spn=SAS [Config-Lev1] SASMeta - Metadata Server,timeout=3600' |
Note | Use SSPI in conjunction with SECURITYPACKAGE and SECURITYPACKAGELIST. |
See | SECURITYPACKAGE=package-name | NEGOTIATE, SECURITYPACKAGELIST=package-name, |
Example | opts='sspi,securitypackage=negotiate,securitypackagelist=Kerberos,NTLM' |
Note | Enclose the option in quotes. Separate multiple options with a comma. The value of the TIMEOUT never reaches the target IOM server. |
Example | opts='timeout=3600,servername=SASApp - Stored Process Server' |
Alias | IOMOPTS=, OPTS= |
Note | Enclose IOM-option in quotes. Separate multiple options with a comma. |
See | CONNECT Example Using Kerberos |
Example | opts='servername=SASApp - Stored Process Server,timeout=3600' |
Note | When used as a connection parameter, enclose class-UUID in quotes. |
See | CONNECT Example Using a URI and a Class Identifier |
Example | clsid="0E3B1810-6646-11D5-8863-00C04F48BC53" |
Alias | TYPE= |
See | CONNECT Example with a Server Name |
Example | type=storedprocess |
Alias | LAUNCHED= |
Note | Enclose UUID in quotes. Because you are connecting to the object spawner, any other connection options that follow (like PORT=, TYPE=, and so on) refer to the spawner. |
See | CONNECT and LIST Examples Using a Spawner |
Example | spawned="E3D5D132-5DC0-46CB-A4FD-713098B1EE95" |
Alias | CLUSTER= |
Note | Enclose cluster-name in quotes. |
Example | cluster="SASApp - Logical Stored Process Server". |
Alias | CLUSTERSERVER= |
Requirement | You must also use the CLUSTER NAME= argument. |
Note | Enclose cluster-server-UUID in quotes. |
Example | clusterserver="15931e31-667f-11d5-8804-00c04f35ac8c" |