Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It's not uncommon for wireless traffic to be restricted due to corporate security policies.</p> <p>Verify that you can connect to <a href="http://pic.dhe.ibm.com/infocenter/iseries/v7r1m0/topic/ddp/rbal1intro.htm?resultof=%22%64%72%64%61%22%20" rel="nofollow noreferrer">DRDA</a> (tcp port 446) on the IBM i from the device on the wireless network.</p> <p>See <a href="http://www-01.ibm.com/support/docview.wss?uid=nas8N1019667" rel="nofollow noreferrer">TCP/IP Ports Required for iSeries Access for Windows</a> for more information. <hr> JTOpen/Toolbox has a <a href="http://pic.dhe.ibm.com/infocenter/iseries/v7r1m0/index.jsp?topic=%2Frzahh%2Fpage1.htm" rel="nofollow noreferrer">proxy mode</a> if security requirements prevent allowing direct access to the IBM i.</p> <p><img src="https://i.stack.imgur.com/ujfNR.gif" alt="Figure 1: How a standard client and a proxy client connect to a server"></p> <p>The lightweight version of the JTOpen/Toolbox jar's are also more suited to installation in a cpu and memory restricted environment such as an Android device.</p> <p><img src="https://i.stack.imgur.com/qulQQ.gif" alt="Figure 2: Size comparison of proxy JAR files and standard JAR files"></p> <p>The full JTOpen/Toolbox can be run as a proxy server as follows:</p> <pre><code>java -cp jt400.jar com.ibm.as400.access.ProxyServer -verbose -port 3470 </code></pre> <p>Add the <strong>proxy server</strong> option to your connection string:</p> <pre><code>jdbc:as400:&lt;url&gt;;proxy server=&lt;proxy server address:port&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload