Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem connection to SAPBW using tSapBWInput

Hello,

 

I'm trying to connect to SAP BW Database through tSapBWInput, but I'm getting the following error when trying to connect. I've checked and installed all required modules (jdbc4olap and required dependencies) without success. Anyone experienced this issue when connecting to SAP BW using XMLA BW connector?

 

Version Talend Big Data Platform version 6.2.1.20160704_1411.

 

Database connection is failed. java.lang.RuntimeException: java.lang.NullPointerException at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:195) at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1041) at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:315) at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:301) at org.talend.designer.core.ui.editor.properties.controllers.DbTableController.checkConnection(DbTableController.java:769) at org.talend.designer.core.ui.editor.properties.controllers.DbTableController$6.run(DbTableController.java:558) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) Caused by: java.lang.NullPointerException at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getDriver(JDBCDriverLoader.java:121) at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:146) ... 6 more
Labels (6)
6 Replies
Anonymous
Not applicable
Author

Hello,

Make sure that your configuration is correct. Could you please post your tSapBWInput setting screenshot on forum?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hello, thanks for your reply.

 

I've tested the XMLA Url and it's working. See attached screenshot.

  1. 0683p000009Lw8h.jpg
Anonymous
Not applicable
Author

Hi,

Is there any extra component in your work flow? What does your job design look like?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi Sabrina,

 

I've removed all components from job and kept only tSapBWInput to ensure this error come from bw connection. I get this same error when I click Table Name button from component. 

Anonymous
Not applicable
Author

Hello,

Does this issue repro on this specific job or all jobs on your V 6.2.1?

java.lang.NullPointerException

Have you ever executed a job successfully on V 6.2.1?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hello,

 

This issue happens only when using tSapInputBW component. Other jobs implemented is working properly. I've tested the same component in Talend Open Studio 6.4.1 and same problem occurs. It seems something related loading JDBC Driver. I've followed instructions to install jdbc4olap driver according to https://help.talend.com/reader/NNO~fmVQU4rlkF9Depfdxw/OxZG_CfGeYyNHK8JmSpXnQ with no success.

 

Thanks