BookmarkSubscribeRSS Feed
dtravassos
Obsidian | Level 7

Hello,

 

I am the first person to use SAS in my area and i'm struggling to establish a connection with our server.

 

It seems like we have two servers

1) A local power BI server

2) Cloud based database 

 

Has anyone had experience connecting SAS with power BI server and cloud based database?

 

 

Thank you very much

 

Danielle 

4 REPLIES 4
Ksharp
Super User

If you could get database's ODBC driver,maybe you could connect it with SAS.

For Windows OS :

Start->control panel->manage tools->data source-> setup a DSN 

dtravassos
Obsidian | Level 7

Hi,

 

Thank you for your reply.

 

The third party uses JDBC. I'm to install the SAS JDBC drivers for win 10 but i'm getting the error "this application does not support your platform. I try the only two drivers available for windows.

I'm able to connect via Squirrel SQL and the connection works fine.

 

When I try to declare the libname, I get this error:

 

36 libname bean jdbc driverclass="com.jaspersoft.jdbc.driver.JasperDriver"
37 URL="jdbc:jaspersoft@https://cppmrpt4003.ondemand.ca.com/reportservice;datasource=/ca_ppm/data_sources/CA_PPM_BEAN;
37 ! pagesize=500" user=reportdev|cppm4001
38 password=XXXXXXXXXXX classpath="c:\lib";
ERROR: The JDBC engine cannot be found.
ERROR: Error in the LIBNAME statement.

 

 

Ksharp
Super User

ERROR: The JDBC engine cannot be found.

 

You can't use JDBC , try ODBC if you have it .

dtravassos
Obsidian | Level 7
Hi Unfortunately, the third part database uses JDBC.

I use Squirrel SQL to access it and works well. I cant believe, SAS cant access a database, though.


sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 4 replies
  • 670 views
  • 0 likes
  • 2 in conversation