Subject | Re: [Firebird-Java] FW: jdbc driver error |
---|---|
Author | Mark Rotteveel |
Post date | 2017-08-18T12:10:13Z |
On 2017-08-18 09:22, Andrew Fletcher andrew.fletcher@...
[Firebird-Java] wrote:
post exactly how you defined your classpath and how you start your
application (and note that most Java applications will ignore the
CLASSPATH environment variable). However if you need support for how to
correctly include JDBC drivers in SAP ERP, I suggest you contact SAP
instead.
If I had to guess, the problem is either that SAP ERP does not use the
classpath environment variable (most Java applications don't use that)
or that you forgot to include the connector-api-1.5.jar dependency of
Jaybird.
Mark
[Firebird-Java] wrote:
> HiPlease include the error as text, attachments are stripped, and also
>
> We want to connect from our sap PI system to a database running on
> Firebird Version 2.5.4
>
> We have deployed JDBC driver jaybird-3.0.1.jar into our pi(java)
> system and set classpath environment variable to the location of the
> driver
>
> Below is the error which we are getting when we try to connect to
> Database
>
> Please can you assist with a solution.
>
> Is there a way to connect SAP ERP ehp6 to firebird database?
>
> Driver Class Could not be found.org.firebirdsql.jdbc.FBDriver
post exactly how you defined your classpath and how you start your
application (and note that most Java applications will ignore the
CLASSPATH environment variable). However if you need support for how to
correctly include JDBC drivers in SAP ERP, I suggest you contact SAP
instead.
If I had to guess, the problem is either that SAP ERP does not use the
classpath environment variable (most Java applications don't use that)
or that you forgot to include the connector-api-1.5.jar dependency of
Jaybird.
Mark