Error Messages
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
-tok is not a database parameter and was ignored. (1402)
The "-tok" error is a Progress-specific database error. This error implies that you have passed the Progress Token parameter (-tok) in your Data Source connection attributes or your Tableview .pf file. Possibly, you may have passed -tok to an inappropriate parameter in a Multi-Tier Session Rulebook. To resolve the error, you must remove -tok from its current place in the Data Source, .pf file, or Rulebook. Moreover, if you remove -tok from a Rulebook, you must restart or reinitialize (oplshut +reinit) your Request Broker to register the change.
If necessary, you may set -tok in the Session Options field of Single-Tier Data Sources, or in the
- Use a text editor to open your the oplrqb.ini file, which you find in the /bin/ sub-directory of your
OpenLink server components installation.
- Locate the [generic_proxxx] section which is associated with your
OpenLink database agent. For example:
[generic_pro82a] Program = pro82a_sv.exe Environment = PROGRESS82A ServerOptions = -q -d mdy -TB 31 -TM 31 ReUse = never UserID = Password =
- Add the -tok setting to the ServerOptions parameter.
For example:
ServerOptions = -q -d mdy -TB 31 -TM 31 -tok 1600
- Save your changes and exit the file.
- Restart or reinitialize your Request Broker.
- Test your connection.
Evidence
- Data Source Attributes
- Request Broker Log
- Request Broker Session Rulebook
- Tableview .dat and .pf Files
Referenced by...