Error connecting to DB2 Sample database

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

  1. #1

    Default Error connecting to DB2 Sample database

    I've just installed DB2 Personal Edition V8 and managed to get the sample
    database created etc. However, when I attempt to connect to it in the CF
    Administration data sources area, I get the following error:

    Connection verification failed for data source: db2_sample
    []java.sql.SQLException: [Macromedia][DB2 JDBC Driver][DB2]PROGRAM NAME
    DEFAULT.DDTEKA 0X4A44424334444232 NOT FOUND IN PLAN null
    The root cause was that: java.sql.SQLException: [Macromedia][DB2 JDBC
    Driver][DB2]PROGRAM NAME DEFAULT.DDTEKA 0X4A44424334444232 NOT FOUND IN PLAN
    null

    Can someone possibly shed some light on what's going on there?

    MrBonk Guest

  2. Similar Questions and Discussions

    1. 800a01ad error when connecting to database in ASP.
      I have developed a simple ASP/VBScript application to allow a school IT coordinator to keep tabs on what software is installed on various PCs...
    2. Error 80040e14 on connecting to database
      Any ideas?? Here is the error I'm getting: <p>Microsoft OLE DB Provider for ODBC Drivers</font> <font face="Arial" size=2>error...
    3. Looking for sample code and database schema
      I've been handed a project to design and implement a survey system for our intranet. I'm looking for sample code snippets (ASP Classic) or in...
    4. #10316 [Com]: error in connecting to MS access database
      ID: 10316 Comment by: subisiva at yahoo dot com Reported By: thomasj at cs dot uidaho dot edu Status: Closed...
    5. Error connecting to Access database
      Created new page, selected dynamic page and ASP VBscript from dynamic page list. In defining custome connection string, in connection string field,...
  3. #2

    Default Re: Error connecting to DB2 Sample database

    Do you have the DB2 ODBC or JDBC installed? If yes, then I doubt that the
    sample database uses Plan NULL. You probably need to use the DB2 software to
    tell you what that plan name is. hth

    -brian

    "MrBonk" <webforumsuser@macromedia.com> wrote in message
    news:dkmnq4$b3q$1@forums.macromedia.com...
    > I've just installed DB2 Personal Edition V8 and managed to get the sample
    > database created etc. However, when I attempt to connect to it in the CF
    > Administration data sources area, I get the following error:
    >
    > Connection verification failed for data source: db2_sample
    > []java.sql.SQLException: [Macromedia][DB2 JDBC Driver][DB2]PROGRAM NAME
    > DEFAULT.DDTEKA 0X4A44424334444232 NOT FOUND IN PLAN null
    > The root cause was that: java.sql.SQLException: [Macromedia][DB2 JDBC
    > Driver][DB2]PROGRAM NAME DEFAULT.DDTEKA 0X4A44424334444232 NOT FOUND IN
    PLAN
    > null
    >
    > Can someone possibly shed some light on what's going on there?
    >

    Brian Hogue Guest

  4. #3

    Default Re: Error connecting to DB2 Sample database

    Yeah, it's the JDBC, but I have no clue where to even start looking in DB2.
    I'm only using it because I have to to test this app I'm working on.
    Ultimately, it will end up on our corporate system, which is DB2 based only.
    Beyond that, I'll be happy if I never see DB2 again! Talk about ridiculously
    complicated......

    MrBonk Guest

  5. #4

    Default Re: Error connecting to DB2 Sample database

    Well, it turns out all I needed was the CF MX6.1 update (which apparently includes updated JDBC drivers) to solve the problem. I did that and all is well :-)
    MrBonk 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