Hello,
Trying your jdbc text driver, i always get the following error:
Classes to proces:
SAP
com.hp.ifc.ext.exp.ConfigFileReader
com.hp.ifc.ext.exp.
Invalid JDBC connection url: jdbc:Text://usr/data for user
ErrorNumber: 7002
java.lang.ClassNotFoundException: com.hxtt.sql.text.TextDriver
at com.hp.loader.StandardClassLoader.loadClass(Unknown Source)
at com.hp.loader.StandardClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:115)
at com.hp.ifc.ext.exp.JDBCConnection.initializeConnection(JDBCConnection.java)
at com.hp.ifc.ext.exp.DataConnectionFactory.Get(DataConnectionFactory.java)
at com.hp.ifc.ext.exp.Extractor.init(Extractor.java)
at com.hp.ifc.ext.exp.Extractor.main(Extractor.java)
at java.lang.reflect.Method.invoke(Native Method)
at com.hp.startup.Bootstrap.runprogram(Unknown Source)
at com.hp.startup.Bootstrap.main(Unknown Source)
I have tried different URLs comming to the same error.
What do i do wrong?? Can you help??
With kind regards
Rainer Knippschild
|
Dear Rainer Knippschild,
>Invalid JDBC connection url: >jdbc:Text://usr/data for user
You should try jdbc:text:////usr/data since you're using Linux.
>java.lang.ClassNotFoundException: >com.hxtt.sql.text.TextDriver
Please check your classpath whether contains Text_JDBC30.jar . You can use Class.forName("com.hxtt.sql.text.TextDriver"); to load that driver.
With best regards,
Yonghong Zhao
|
Dear Yonghong Zhao,
Thank you for your repley.
Aktually I am working on a Solaris 9 maschine.
And I have also tried alot of different URLs as well.
My CLASSPATH actually looks like this:
/usr/share/lib/Text_JDBC30.jar:
And I still have the same Problem.
Do you know what the Error-Code 7002 means?
Maybe this is a good hint?
Thanks in advance!
With kind regards
Rainer Knippschild
|
Dear Rainer Knippschild,
It seems that the HP software have not recognize the classpath which contains the HXTT Text JDBC Package.
I have tested a simple program on Solaris 9 and haven't found any problemn.
Maybe you should see the document abount HP Software for solve your problem.
Good Lucks.
With Best Regards.
Yonghong Zhao
|