This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34678 - Problem with the Database Connection
Summary: Problem with the Database Connection
Status: VERIFIED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@db
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 19:11 UTC by wildcat69
Modified: 2006-06-05 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wildcat69 2003-06-27 19:11:54 UTC
I'm working with NetBeans IDE 3.5 on Windows XP. I have 
PointBase4.6 on my machine. I copied the jar files 
pbembedded46.jar and pbclient46.jar to \lib\ext directory. 
When I was trying to test driver in the Run Time tab of the 
IDE, I'm getting the following error :

Unable to perform action, Database SAMPLE does not exist or 
cannot be found in database home \pointbase\databases 
specified either specify database.home=<folder> in 
pointbase.ini or use the <URL>;database.home=<folder> to 
indicate the database folder. pointbase.ini should be 
available in the current folder or you can specify the 
location for pointbase.ini with java -D:property=value 
where "property" is pointbase.ini and value is 
<path>pointbase.ini

Can you please tell me where I have to put this 
pointbase.ini file to work without errors. I tried the Help 
topics of the IDE to Install the Driver and Test the 
Driver. But, I'm getting the above said error. Thank 
you.
Comment 1 Radko Najman 2003-07-03 09:35:57 UTC
This is not Database Explorer issue but problem with location of your
instalation. You need to let the JDBC driver know where is the
database placed. As the error message says you can specify your
database home in the database URL or start NetBeans with
-J-D:property=value where "property" is pointbase.ini and value is
<path>pointbase.ini. For more info see your PointBase documentation.
Comment 2 Martin Schovanek 2003-10-07 16:30:42 UTC
VERIFIED