skip to main content
Connection Option Descriptions : Schema Map
  

Try DataDirect Drivers Now

Schema Map

Attribute

SchemaMap (SM)

Purpose

Specifies the directory where the internal configuration files, REST file, and the relational map of the REST data model are written. The driver looks for these files when connecting to a REST service. If the files do not exist, the driver creates them.

Valid Values

string
where:
string
is the path to the directory used to store the configuration files, REST file, and relational map. For example, if SchemaMap is set to a value of C:\\Users\\Default\\AppData\\Local\\Progress\\DataDirect\\AutoREST_Schema\\, the driver either creates or looks for these files in the directory C:\Users\Default\AppData\Local\Progress\DataDirect\AutoREST_Schema.

Notes

*By default, the name of the internal files are determined by the values of the User Name and Host Name connection options. If no value is specified for either option, a prefix of USER is used for these files. For example, USER.config.
*When connecting to a REST service, the driver looks for the schema map configuration files in the specified location. If the configuration files do not exist, the driver creates them using the location you have provided. If you do not provide a location, the driver creates it using default values.

Default

*Windows platforms:
*User Data Source:
user_profile\AppData\Local\Progress\DataDirect\AutoREST_Schema\
*System Data Source:
C:\Users\Default\AppData\Local\Progress\DataDirect\AutoREST_Schema\
*Linux:
*home_dir/progress/datadirect/AutoREST_Schema/

GUI Tab

General tab

See Also

*User Name