• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

SET UP POINTBASE IN WEBLOGIC

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I am new to weblogic, and got a question.
I am trying to connect pointbase to weblogic 8.1.
1. Do I need to set up the PATH and CLASSPATH? How?
2. I have class driver : com.pointbase.jdbc.jdbcUniversalDriver
URL: jdbc ointbase:server://localhost/dbName

But, I got an error message : no suitable driver
What's wrong?

Thanks for your help.
 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Java New:

I have class driver : com.pointbase.jdbc.jdbcUniversalDriver
URL: jdbc ointbase:server://localhost/dbName



First you need to connect using poiintbase console, and verify that it is working fine and able to see the scema and table in pointbase console

you missed the port number in you URL.
here is the details

com.pointbase.jdbc.jdbcUniversalDriver
jdbc ointbase:server://localhost:9093/workshop
(Workshop is the db name)
User name
Pasword

It should work
 
They gave me pumpkin ice cream. It was not pumpkin pie ice cream. Wiping my tongue on this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic