• Topic
  • Discussion
  • UdaWikiWeb.NetworkReadError(Last) -- Owiki? , 2016-08-19 15:00:35 Edit owiki 2016-08-19 15:00:35

    Network read error (JDBC)

    JDBC "network read" errors most often occur when incorrect port numbers are used in connection URLs. If you receive "network read" errors, insure that you pass the OpenLink Request Broker "Listen" port, 5000 by default, in your URL. This setting may have been changed during installation and configuration of the Multi-Tier components. If you do not know which port is utilized by your Broker, take the following action:

    1. Access the machine which contains your OpenLink server components installation.
    2. Open your Rulebook (default, oplrqb.ini in the $OPENLINK_INSTALL/bin/ directory) in a text editor.
    3. Locate the [Protocol TCP] section of the file.
    4. Record the value passed to Listen, if you use Release 4.x or later. If you use Release 3.x or earlier, record the value passed to PortLow. (Often the Listen and PortLow values are identical.)
    5. Exit the file.
    6. Pass the appropriate port number in your JDBC connection strings.

    These errors may also be caused by resource exhaustion on the Broker or JDBC client host. Kernel tuning may resolve the issue, by increasing open file, network handle, and other limits. Specific tuning varies with the environment, including the operating system, hardware, and other software running thereon.

    Release 3.x and earlier users only: If the problem persists, confirm that the appropriate JDBC agent is specified in your connection URLs. URLs targeting Unix Brokers should always use JDBCAGENT=judbc. In most instances, URLs targeting Windows Brokers should use JDBCAGENT=jodbc. However, some SQLServer users will find that JDBCAGENT=judbc resolves "network read" errors.

    Evidence

    • JDBC Connect String
    • Request Broker Rulebook
    • Request Broker Log

    Referenced by...