• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

WebSphere Studio JDBC Connection Problem

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
i'm trying to get a connection from WebSphere Studio Application Developer (on NT) to a DB2 V7.2 (on Linux) using the NET Driver. The jdbctest Program from the IBM Homepage is running successfully after I copied the db2java.zip from the Linux to the NT machine. But when I try to get the same connection with Studio I'm getting the error message:
IWAS0126E Problems encountered while trying to establish connection Con1. Reason: 'IWAS0223E The server at 'jdbc:Db2://192.168.41.72:6789/db2samp' is not a 'DB2 UDB V7.2' database. Ensure the Database Vendor Type matches the version installed on the server and try again.'
The database in fact IS a DB2 UDB V7.2. So what can I do?
(fixed the jdbc b2 problem - Dave)
[ January 15, 2002: Message edited by: David O'Meara ]
 
Been there. Done that. Went back for more. But this time, I took this tiny ad with me:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic