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 SessionOptions parameter of a Multi-Tier Session Rulebook. The following instructions will help you to configure a Rulebook:

  1. 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.
  2. 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 =

  3. Add the -tok setting to the ServerOptions parameter. For example:


    ServerOptions = -q -d mdy -TB 31 -TM 31 -tok 1600

  4. Save your changes and exit the file.
  5. Restart or reinitialize your Request Broker.
  6. Test your connection.

Evidence