Option
|
Description
|
---|---|
DRIVER
|
DRIVER=FEDSVR Required. Specifies the driver for connection to a SAS Federation Server from another
SAS Federation Server.
|
PROTOCOL
|
PROTOCOL=BRIDGE Specifies the protocol
for the connection. At this time, BRIDGE is the only option and is
the default.
|
PORT
|
PORT=port-number Required. Specifies
the port number of the SAS Federation Server that you are connecting
to. There is no default port number associated with this option. Therefore,
PORT must be specified.
|
CONOPTS
|
CONOPTS=(connection-string) Required. Specifies the connection string to be passed to the federation server (for example,
CONOPTS=(DSN=mydsn) ).
|
PROXYLIST
|
PROXYLIST=http-proxy-string Optional. Specifies
the proxy information needed to connect with an HTTP proxy. When specifying
the HTTP proxy, you must use the encoded characters,
%2F in
place of a forward slash (for example, http:%2F%2Fsaveferris.com) .
|
URI
|
URI=address Optional. Specifies
a proxy with a URI instead of using the PROXYLIST option. If using
both the URI and PROXYLIST options, URI takes precedence and overrides
PROXYLIST.
|
SERVICE
|
SERVICE=service-name Optional. Specifies
a name from the services file as an alternative to port. The services
file is located in
/etc/services on
UNIX, and c:\windows\system32\drivers\etc\services on
Windows.
|
SERVER
|
SERVER=host-name Required. Specifies
the name of the SAS Federation Server that you are connecting to.
|
UID
|
UID=user-id Required. Specifies
the user ID that is used for connection to the SAS Federation Server.
|
PWD
|
PWD=password Required. Specifies
the password associated with the user ID that is used for connection
to the SAS Federation Server.
|
APPLICATION NAME
|
APPLICATIONNAME=Fed-server-name Specifies a symbolic name for the client connecting to the SAS Federation Server.
Use APPLICATION NAME to associate a client with records in SQL logging. This option corresponds to an entry of
X{Client.AppName} in
the SQL Logging configuration file.
Note: If APPLICATION NAME is not
specified on the connection string, the driver should pass on the
current setting from the App.Name option specified in the server’s
configuration file.
|
CREATE
DATA SERVICE remote_fed_server TYPE FEDSVR DOMAIN D76586 REGISTER
() VALIDATE YES {OPTIONS ADD CONOPTS (PORT '1234', SERVER
'D76586', DRIVER 'FEDSVR', CONOPTS (DSN OracleShared)
)}
DRIVER=FEDSVR;SERVER=FedServer1;PORT=1234;UID=user_name;PWD=password;CONOPTS=(DSN=mydsn)
.