LANG environment
variable must be set before bringing up the server. This environment
variable is needed for the VALIEDATEFMT table.
LANG environment variable to
specify the desired locale and this variable is often already set
in your environment. Locale names vary among different UNIX or Linux
operating systems, so use a value that is supported by your version
of UNIX or Linux.
ODBCINI environment variable
to the odbc.ini file located in the Federation Server
installation path:export ODBCINI=$installpath/fedserver/etc/odbc.iniWhen you run
dfsadmin, the ODBCINST environment
variable is set to the odbcinst.ini file
located in the federation server installation path. Here is an example: export ODBCINST=$installpath/fedserver/etc/odbc.ini
ODBCINI.
Please refer to your vendor documentation to find specific information.
Additional information for ODBC can be found in Configuring ODBC Connections.
ODBCHOME environment
variable to your ODBC home directory before setting the environment
variables as shown in the following examples.
dfdbview,
to test your connection. For example, if you added a data source calledmy_oracle,
run ./bin/dfdbview my_oracle (from the installation
root) to test the connection. You might be prompted for a user name
and password. If the connection succeeds, you will see a prompt from
which you can enter SQL commands and query the database. If the connection
fails, dfdbview displays error messages describing
one or more reasons for the failure.
odbcini and odbcinst.ini installed
with SAS Federation Server are for use with the
ODBC driver manager, also installed with SAS Federation Server.
Since the third-party ODBC driver will likely use the unixODBC driver
manager, you will need to update the odbcini and odbcinst files
used by unixODBC and update the OBCDINI environment variable accordingly.