Configuration file syntax error

Open Server/SDK component affected

Open Client

Error number

8

Message text

Configuration file syntax error line %1! near (%2!).

Possible cause

A syntax error occurred in the specified configuration file. For example, section name is not wrapped in square brackets.

Action

Locate and correct the error in the configuration file at the specified line number near the specified string.

Additional information

Open Client allows you to use runtime configuration files for Client-Library applications. There is no default runtime configuration file included with your software. Therefore, you must create your own configuration file if you need to use one. You can create, place, and name configuration files as needed. However, when an Open Client application is launched, by default Open Client looks for a configuration file named ocs.cfg under the config subdirectory of the Open Client directory. If the file exists, Open Client expects to find the configuration information for the application in it.

The runtime configuration file is separated into sections where each section contains one or more settings, as illustrated below:

[section name] keyword = value ; comment keyword = value; more comments[next section name]... and so forth...

Versions

N/A