Skip Headers
Oracle® Enterprise Data Quality for Product Data COM API Interface Guide
Release 5.6.2

Part Number E23724-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

B System Configuration File

This file is read by the TransformSystem object. The TransformSystem object reads the list of Oracle DataLens Servers and associated connection parameters from this configuration file, if available. A collection of TransformServer objects is built from this file.

The system.cfg file is a simple tab separated file with a header row. The file is located in the /datalens/applications/config directory.

Server Configuration File Format:

SERVER        PORT    CLIENTCODE      USER     PWD     NAMEFILTER CAMAPFILTER
my-staging 8080 myAssignedCode ksmith xky3kx Main Classif
my-prod       8090    anotherCode     ksmith   xky3kx  Prod       Classif

The user name and password are currently not used. The calling application is responsible for supplying the user name.

Only the first NAMEFILTER is used in the file.

The CAMAPFILTER is not used.