Ask a Question related to Coldfusion Database Access, Design and Development.
-
MrBonk #1
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
-
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... -
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... -
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... -
#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... -
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,... -
Brian Hogue #2
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...PLAN> 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> null
>
> Can someone possibly shed some light on what's going on there?
>
Brian Hogue Guest
-
MrBonk #3
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
-
MrBonk #4
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



Reply With Quote

