When you install the data quality software, the SAS Deployment Wizard
installs and configures the SAS Data Quality Server, SAS Foundation,
and SAS Data Integration Studio software. If you deploy an enterprise
data integration software bundle, the SAS Deployment Wizard also installs
the DataFlux client and server and creates metadata for the server.
After installation, the data quality software is fully operational.
The following information is provided so that you can change the default
configuration.
The SAS Data Quality
Server software is installed in
!SASROOT\dquality
.
Locales and schemes
are located in directories subordinate to
dquality
:
sasmisc\QltyKB\sample\locale
and
sasmisc\QltyKB\sample\scheme
.
During execution, data
quality jobs reference a specific Quality Knowledge Base (QKB) at
a specific location. The location of the QKB can be specified by the
job, by the DI Studio client, or by one of two system defaults.
Data quality jobs can
specify the location of a Quality Knowledge Base by specifying a value
for the system option DQSETUPLOC.
To create jobs that
reference non-default QKBs, open SAS Data Integration Studio, select
ToolsOptions, and display the
Data Quality tab.
To set a default QKB
location on a SAS Application Server, open the file
SAS-configuration-directory\Lev1\SASApp\sasv9_usermods.cfg
and specify a new
location, as shown in this example:
-dqsetuploc "C:\Program Files\DataFlux\QltyKB\CI\2010A"
When you install the
server, the write-protected system default for DQSETUPLOC is specified
in the file
SAS-configuration-directory\Lev1\SASApp\sasv9.cfg
. The default entry in that
file is as follows:
DQSETUPLOC "!SASROOT\dquality\sasmisc\QltyKB\sample"
The default locale is
set as follows in sasv9_usermods.cfg:
-dqlocale (ENUSA)
You can change values in the SAS configuration file sasv9_usermods.cfg
without restarting servers. Any SAS Data Integration Studio clients
need to be restarted in order to use new values.
Note: Do not edit sasv9.cfg, so
that your system can revert to a known default state.