Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Oracle Database connectivity issues

Hi All,

I have been going through these issues with the oracle database for a while. 

1) I started to create a report using PBI Desktop and had some issues connecting to the ORA db and i followed the video (https://www.youtube.com/watch?v=2VeqOMAda1o) and could create a report and the report refreshes as expected.

2) Published the report to the PBI Service and i can view the report.

Issue is the report published to service , even when i click on the refresh button. I created the datasource and tested it successfully in PBI Service.

Here is what i see when i went to the gateways

When i click on Add to gateway , i go to the following screen and made the below seclections

In the connection string i entered

(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = servername.domain.local)(PORT = 1525))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = database.domain.local)
)
)

I get the below error, please advice

Second issue is with the paginated report connecting to the same Oracle db 

Please advice

7 Replies

  • That's not how to specify an Oracle connection. 

     

    Notice that your dataset says "dsn=omsp"  - that is the right way to do it on the PC. 

     

    Now what you need to do is to install the Oracle drivers on each gateway cluster member.  You chose the ODBC driver on the desktop (for whatever reason - personally I prefer the native driver) so install the ODBC driver on the gateway cluster members too.

     

    Then populate the TNSNAMES.ORA on each gateway cluster member accordingly.

     

    Then setup your ODBC connection on each gateway cluster member and test the Oracle connectivity .

     

    Then in your gateway settings use EXACTLY the same connection string "dsn=omsp".  Nothing else.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks i tried that as well, same issue 😞

      • lbendlin's avatar
        lbendlin
        Super User

        switch to the native Oracle SQL*Net driver?