• Topic
  • Discussion
  • UdaWikiWeb.TNSProtocolAdapterError(Last) -- Owiki? , 2016-08-19 15:01:03 Edit owiki 2016-08-19 15:01:03

    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 #

    TNS: protocol adapter error (T)

    "TNS:protocol adapter" errors are associated with environment and permissions problems. If your OpenLink server components are installed on Windows, restart your Broker using your local system account. If your OpenLink server components are installed on Unix, start your Broker under the root or Oracle uid. For example:

    $ cd /usr/openlink/bin
    $ ./oplshut
    $ su
    $ cd ..
    $ . ./openlink.sh ## setting OpenLink environment variables
    $ cd bin
    $ ./oplrqb
    


    If the problem persists, determine how many network cards are installed in the machine containing the OpenLink server installation. If you have multiple network cards, take the following action:

    1. Use a text editor to open the oplrqb.ini file which exists in the /bin sub-directory of your server's OpenLink installation.

    2. Locate [Protocol TCP].

    3. Locate IPAddress.

    4. Remove the semicolon (;).

    5. Pass one of your machine's IP addresses to IPAddress. For example:

    IPAddress = 33.213.143.88
    


    6. Save your changes and exit the file.

    7. Restart or reinitialize your Request Broker.

    8. Test.

    Evidence

    Session Rules Book
    Request Broker Log


    Referenced by...