Forum Discussion
Firebird and VPN
I have very big problem with Firebird db
Now i need manually do such things:
- Connect to VPN
- Conect to VPN RDP
- Copy gdb file from VPN RDPs local FTP to VPN RDPs desktop
- Run IBOconsole, set 10 options each time (overwrite, select db and etc)
- Close IBOconsole
- Close RDP
- Always have active VPN to refresh PBI file
- Refresh PBI (source throught firebird ODBC)
So question is, how do all that thing inside PBIx file with queries?
4 Replies
- Greg_Deckler
Community 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.
- amitchandak
Super User
Analitika , Power BI works with data connection available using the provided connector. These things can not be done with power BI.
- v-yingjl
Community 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.
- Run Power BI Desktop and click Get Data.
- Select the Other category in the Get Data dialog box, then select ODBC. Click Connect to confirm the choice.
- In the From ODBC dialog box, expand the Data Source Name (DSN) drop-down list and select the previously configured DSN for Firebird
- 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.
- 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.
- Now you should see the data structures in your data source. You can preview the contents of the database objects by clicking on them.
- 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 LiIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.