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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
SJ3
Contributor III
Contributor III

Pulling data from a Microsoft Server Analysis cube using cdata driver

Hi, I am using following jdbc driver to pull data from a Microsoft Server Analysis cube:

https://www.cdata.com/kb/tech/ssas-jdbc-talend.rst

 

I can connect to the cube but I cannot run queries. I am getting following error:

XcoreXssasX180X6996.dmb: An error was encountered in the transport layer.

 

I want to use a generic login. Is there a way to stop windows authentication here? I think I am getting this transport layer error because Talend is using my windows authentication instead. Thanks!

 

SJ

 

Labels (3)
3 Replies
vapukov
Master II
Master II

Hi,

 

but SSAS does not support standard SQL server authentification

https://docs.microsoft.com/en-us/sql/analysis-services/instances/connect-from-client-applications-an...

SJ3
Contributor III
Contributor III
Author

Hi,

Thanks for your post! But I was able to connect to the analysis server cube using a generic login. I used tjdbc component to test the connection. 

vapukov
Master II
Master II

when you use tJDBC - you connect to SQL Server but not to SSAS

 

try to run Management Studio and connect to SSAS, you will see it also does not support SQL Server authentification