cancel
Showing results for 
Search instead for 
Did you mean: 

Assigning Scenario Steps to another package cause JDBC Driver not found error

Former Member
0 Kudos

Hey everyone,

i had a few scenario steps assigned to sap.Files. Since i wanted a "clean" package i created a new one called sap.XXX. Assigning all my steps there cause the scenarios to fail as soon as JDBC ist involved.

This ist the error:

com.sap.b1i.adapter.jdbc.JdbcAdapter$LoadJdbcDriverFailureException: Could not find the driver ''''

I do not quite understand it, because reassigning the steps to sap.Files makes them work like a charm.

Any help is appreciated.

Regards Simon

Accepted Solutions (0)

Answers (1)

Answers (1)

bastian_schaefer
Active Contributor
0 Kudos

Hi Simon,

the error gives you a hint that the JDBC-System can't be found during the processing.

Please debug and check if the system id exists in your environment to connect via JDBC.

Best regards

Bastian

Former Member
0 Kudos

Hello Bastian,

thank you for the feedback. The system id does exist. I have attached all relevant scenarios back to sap.Files and it works.

Assigning the steps to sap.XXX (created by myself) causes this error when it comes to an sql call.

Maybe you have another idea what could cause this issue.

Regards Simon

bastian_schaefer
Active Contributor
0 Kudos

Hello Simon,

please activate the detailed logging and check the details of your jdbc call.

Here you should see the connection details of the JDBC connection (see screenshot):

Best regards

Bastian