Forum Discussion

Analitika's avatar
Analitika
Icon for Post Prodigy rankPost Prodigy
6 years ago

Firebird and VPN

I have very big problem with Firebird db

 

Now i need manually do such things:

  1. Connect to VPN
  2. Conect to VPN RDP
  3. Copy gdb file from VPN RDPs local FTP to VPN RDPs desktop
  4. Run IBOconsole, set 10 options each time (overwrite, select db and etc)
  5. Close IBOconsole
  6. Close RDP
  7. Always have active VPN to refresh PBI file
  8. Refresh PBI (source throught firebird ODBC)

So question is, how do all that thing inside PBIx file with queries?

4 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity Champion

    Analitika - I really do not think that level of automation is really possible with Power BI alone. Perhaps you need to look into RPA technologies.

  • Analitika , Power BI works with data connection available using the provided connector. These things can not be done with power BI.

  • v-yingjl's avatar
    v-yingjl
    Icon for Community Support rankCommunity Support

    Hi Analitika ,

    Basically, power bi only provides connector to Firebird, you can use ODBC to connect Firebird in power bi desktop:

    It is assumed that you have already installed and configured a DSN for ODBC driver for Firebird.

    1. Run Power BI Desktop and click Get Data.
    2. Select the Other category in the Get Data dialog box, then select ODBC. Click Connect to confirm the choice.
    3. In the From ODBC dialog box, expand the Data Source Name (DSN) drop-down list and select the previously configured DSN for Firebird
    4. If you would like to enter a SQL statement to narrow down the returned results, click the Advanced options arrow, which expands the dialog box, and type or paste your SQL statement.
    5. Click OK. If your data source is password-protected, Power BI will prompt you for user credentials. Type your Username and Password in the respective fields and click.
    6. Now you should see the data structures in your data source. You can preview the contents of the database objects by clicking on them.
    7. To load the Firebird data into Power BI for analysis, select the needed table and click Load.

     

    After creating reports for the data source, you can publish it to power bi service to configure scheduled refresh for it.

    If you have problems when connecting, you can refer the Firebird FAQ: The Firebird FAQ 

     

    Best Regards,
    Yingjie Li

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

     

  • v-yingjl's avatar
    v-yingjl
    Icon for Community Support rankCommunity Support

    Hi Analitika ,

    If you've fixed the issue on your own please kindly share your solution. If the above posts help, please kindly mark it as a solution to help others find it more quickly. Thanks!


    Best Regards,
    Yingjie Li