%META:TOPICPARENT{name="ErrorMessagesSymbols"}% ==Error Messages== [[ErrorMessagesA|A]] [[ErrorMessagesB|B]] [[ErrorMessagesC|C]] [[ErrorMessagesD|D]] [[ErrorMessagesE|E]] [[ErrorMessagesF|F]] [[ErrorMessagesG|G]] [[ErrorMessagesH|H]] [[ErrorMessagesI|I]] [[ErrorMessagesJ|J]] [[ErrorMessagesK|K]] [[ErrorMessagesL|L]] [[ErrorMessagesM|M]] [[ErrorMessagesN|N]] [[ErrorMessagesO|O]] [[ErrorMessagesP|P]] [[ErrorMessagesQ|Q]] [[ErrorMessagesR|R]] [[ErrorMessagesS|S]] [[ErrorMessagesT|T]] [[ErrorMessagesU|U]] [[ErrorMessagesV|V]] [[ErrorMessagesW|W]] [[ErrorMessagesX|X]] [[ErrorMessagesY|Y]] [[ErrorMessagesZ|Z]] [[ErrorMessagesSymbols|#]] ===-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: # 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