• Topic
  • Discussion
  • UdaWikiWeb.ConfigureMulti-TierToUseTableview(Last) -- Owiki? , 2016-08-19 14:59:47 Edit owiki 2016-08-19 14:59:47


    The following instructions will enable you to configure Multi-Tier Data Sources for tableview connectivity:

    1. Use a text editor to open your Session Rulebook. The default Rulebook is the oplrqb.ini file found in the /bin sub-directory of your server's OpenLink installation. For example:


      vi /usr/lpp/openlink/bin/oplrqb.ini

    2. Locate the [Environment PROGRESSXXX] section which corresponds to your DSN's Domain or Server Type. For example:


      [Environment PROGRESS82A]

    3. Set the Tableview attribute to the full path to your tableview.dat file. Ensure that there is no semicolon (";") in front of the Tableview attribute name. For example:


      Tableview = /usr/lpp/openlink/bin/tableview.dat

    4. Save your changes and exit the file.
    5. Restart or reinitialize your Request Broker.
    6. Edit your client DSN.
    7. Remove any existing value from from the Database field in your DSN.
    8. Remove any existing value from the DB Connect Options field.
    9. Pass -pf /full/path/to/your/tableview.pf file in the DB Connect Options field. For example:


      -pf /usr/lpp/openlink/bin/tableview.pf

    10. Test your connection.

    Referenced by...