AS400 Connection problems - Configuring ports?

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default AS400 Connection problems - Configuring ports?

    Our (ancient) production web server went down from hardware failure, and I was
    forced to bring up it's replacement earlier than I had anticipated. I cannot
    get my JDBC connection (jt400.jar) to our AS400 established. This is the error:

    Connection verification failed for data source: Alea
    (java.sql.SQLException: The application requester cannot establish the
    connection.(Connection timed out: connect)
    The root cause was that: java.sql.SQLException: The application requester
    cannot establish the connection.(Connection timed out: connect)

    I have another system that can connect. Both systems are in a DMZ, while the
    AS400 is on the inside network. I have confirmed that the firewall access is
    the same for both boxes.

    I have done a packet captures on both systems, and find that the new system
    is attempting to connect to the AS400 on port 449, while the one that is
    working is connecting on port 8476.

    Any suggestions? Is there a way to configure the ports for jt400.jar?

    ZaneyFellow Guest

  2. Similar Questions and Discussions

    1. Error Connection to AS400
      I am able to connect to the AS400 but after a couple of minutes the connection fails and I receive the following error. Has anyone seen this before?...
    2. Help needed with configuring OLE-DB connection string
      I'm using the examples set out at aspfaq.com to create an OLEDB connection (instead of using a DSN you'll be glad to hear!!). The problem is I keep...
    3. Configuring RAID 0 through tip connection (Solaris 8 and 9, Sparc)
      On Thu, 17 Jul 2003 07:28:19 -0700, Mike Shafer wrote: How do you expect the system to boot a kernel scattered across several drives without...
    4. ADODB connection to AS400 via iSeries takes up to 300 seconds
      Hi, I have a visual basic application on a W2k server that is using ADODB and iSeries driver to connect to DB2 on AS/400. Connection pooling is...
    5. ASP connection to DB2/AS400
      I am trying to connect to a DB2 database on an AS400 via ASP. On the server I can connect fine using VB, but keep getting a communcation link...
  3. #2

    Default AS400 Connection problems - Configuring ports?

    I have the same problem with the as400 connection. Let me know if you found a solution.
    Rosa Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139