DBF_JDBC2.0 |
Jeff Winn |
2010-10-12 17:44:01 |
We currently use DBF_JDBC2.0 to write FoxPro DBF files, on a Solaris platform. We have migrated to a Linux platform, and calling com.hxtt.sql.dbf.DBFDriver fails. Please advise on how to fix.
|
Re:DBF_JDBC2.0 |
HXTT Support |
2010-10-12 17:56:45 |
>calling com.hxtt.sql.dbf.DBFDriver fails.
What's your error message? If you hasn't use lockType Xbase compatible connection property, DBF_JDBC20.jar is pure Java driver, so that you need to check classpath setting?
|
Re:DBF_JDBC2.0 |
HXTT Support |
2010-10-12 17:59:29 |
BTW, you need to redownload DBF_JDBC20.jar since that file is upload just now. Maybe you download a part jar file, and need to download again:) Sorry.
|
Re:Re:Re:DBF_JDBC2.0 |
Jeff Winn |
2010-10-12 18:48:13 |
We downloaded the DBF_JDBC20.jar again, and uploaded to the server. We ran the program, and got the same error. Not sure this error message will be very help, as it's specific to our app, but here it is.
com.jpmchase.pws.standalone.mcd.format.FormatParseException: com.hxtt.sql.dbf.DBFDriver
at com.jpmchase.pws.standalone.mcd.format.CDSearchStandardFormatter.writeFoxProDetails(CDSearchStandardFormatter.java:977)
at com.jpmchase.pws.standalone.mcd.format.CDSearchStandardFormatter.processJob(CDSearchStandardFormatter.java:177)
at com.jpmchase.pws.standalone.mcd.format.AbstractMCDFormater.run(AbstractMCDFormater.java:189)
at java.lang.Thread.run(Thread.java:736)
|
Re:Re:Re:Re:DBF_JDBC2.0 |
HXTT Support |
2010-10-12 19:02:18 |
Please checked whether that DBF_JDBC20.jar length is 951,077. If not, please redownload.
|
Re:Re:Re:Re:Re:DBF_JDBC2.0 |
Jeff Winn |
2010-10-12 19:04:12 |
bash-3.2$ ls -l DBF*.jar
-rw-r--r-- 1 pwsm pwsm 951077 Oct 12 21:20 DBF_JDBC20.jar
The jar is the same length you gave me. We are using JDK 1.6. Is DBF_JDBC20 compatible?
|
Re:Re:Re:Re:Re:Re:DBF_JDBC2.0 |
HXTT Support |
2010-10-12 19:14:54 |
>The jar is the same length you gave me. We are using JDK 1.6. Is DBF_JDBC20
>compatible?
Yeah. DBF_JDBC20.jar supports JDK1.6.X also. BTW, you can use DBF_JDBC40.jar since it support new JDK1.6.X API.
|
Re:Re:Re:Re:Re:Re:Re:DBF_JDBC2.0 |
Jeff Winn |
2010-10-12 19:17:55 |
Where can I download DBF_JDBC40.jar? I don't see it on the downloads page.
|
Re:Re:Re:Re:Re:Re:Re:Re:DBF_JDBC2.0 |
HXTT Support |
2010-10-12 19:25:36 |
Checked. You have the right to download DBF_JDBC30.jar which provides JDK1.5.X API, and can run on JDK1.6.X too.
|
Re:Re:Re:Re:Re:Re:Re:Re:DBF_JDBC2.0 |
Jeff Winn |
2010-10-12 19:41:46 |
When I downloaded DBF_JDBC30.jar, I got errors stating the file was corrupt. I get the same thing every time I download it. Can you please verify the file is good?
|
Re:Re:Re:Re:Re:Re:Re:Re:DBF_JDBC2.0 |
HXTT Support |
2010-10-12 20:59:07 |
Checked. Replaced that corrupted file.
|
Re:Re:Re:Re:Re:Re:Re:Re:DBF_JDBC2.0 |
Jeff Winn |
2010-10-12 21:24:13 |
Problem resolved with the new DBF_JDBC30.jar! Thank you for your help!
|