Can't conect to DB2 on iSeries (AS400)

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

  1. #1

    Default Can't conect to DB2 on iSeries (AS400)

    CF Administrator setup:

    CF Data Source Name metdb2
    Database name of library I am trying to access on
    the iSeries
    Server ip address of iSeries
    Username valid iSeries profile with full rights
    Password valid iSeries profile password

    Here is the error I get when I click "SUBMIT" in CF Administrator to setup the
    datasource...

    Connection verification failed for data source: met
    java.sql.SQLException: Error establishing socket. Connection refused: connect
    The root cause was that: java.sql.SQLException: Error establishing socket.
    Connection refused: connect


    dremmeister Guest

  2. Similar Questions and Discussions

    1. Can't conect - access denied
      I recently changed hosting providers, and simply moved all of the files in my public_html folder over to my new public directory. However, when I...
    2. how to know FMS2 check client is not conect ?
      How to know Flash media server 2 check client is not connect( i have meet problem client fall net work but FMS2 is not know client is not connect )
    3. Help conect to SQL
      Hi i need help with this code. Set conn1=Server.CreateObject("ADODB.Connection") conn1.ConnectionString="Provider=SQLOLEDB; Data Source=ASF_SQL;...
    4. cannot conect the dots
      I am modifying text, I made the letter into points and cut it and moved parts, I know there is a way to connect the points of the pieces but cannot...
    5. 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...
  3. #2

    Default Re: Can't conect to DB2 on iSeries (AS400)

    In addition you would not use the name of the library in the database field.

    DB2/400 does use database names.
    Robert10 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