Eportfolio Mobile App Update - Android and iOS

Our newest Onefile Eportfolio mobile app update is now available. Grab your free download now!

Version: 2.0.13

Play Store: Onefile Eportfolio App on the Google Play Store

App Store: Onefile Eportfolio App on the Apple App Store



Eportfolio Software Update: Wednesday 22nd April 2026 7am to 7:30am

Wednesday, 25 February 2026, we'll be updating Eportfolio to introduce a range of new enhancements.

Release notes: Full details of the changes can be found here.

Scheduled Downtime: Please note that there will be a brief service interruption between 7:00 and 7:30 AM on the day of the update.

Action required: To avoid any data loss, make sure you're logged out and have saved all work before 7:00am.

Submit a ticket Log in

How to connect to the Data Exports (database tables)

Overview

This guide will help you connect to your Onefile BI Database, which contains your organisation’s exported data tables. These exports provide read‑only access for analysis, reporting, and integration with business intelligence tools.

Your organisation must first purchase the Data Export (database tables). Once enabled, the Onefile Support Team will provide your:

  • Database Name
  • Username
  • Password (securely)

These credentials are required for authentication and secure access.

Connection Details

The information below is required when connecting using Power BI, SSMS, Azure Data Studio, or any SQL client:

  • Server Type: Database Engine (if required)
  • Server Name: onefilebi.database.windows.net
  • Database Name: provided by Onefile Support
  • Username: provided by Onefile Support
  • Password: provided securely by Onefile Support

Important

To connect to the database, ensure that outbound access to:

onefilebi.database.windows.net (port 1433)

is permitted on your network.

You can test the connection using Windows PowerShell:

Test-NetConnection -ComputerName onefilebi.database.windows.net -Port 1433

Connection Examples

Below are step‑by‑step examples for connecting via Power BI and SQL Server Management Studio (SSMS).

Power BI

  1. Open Power BI Desktop.
  2. Click Get Data.
  3. Select Azure.
  4. Click Azure SQL Database. 
  5. Enter your Server Name and Database Name.
  6. Click OK. 
  7. Select Database authentication.
  8. Enter your Username and Password.
  9. Click Connect.

You will now see all available tables in the Power BI Navigator:

Table Relationships in PowerBI:

 

SSMS (SQL Server Management Studio)

  1. Open SSMS.
  2. Click Connect > Database Engine.
  3. Enter the Server Name.
  4. Select SQL Server Authentication. 
  5. Enter the provided Username and Password.
  6. Click Options.
  7. Go to Connection Properties.
  8. Enter your Database Name. 
  9. Click Connect.

Your available database tables will now appear in the Object Explorer.

Linked Servers (SQL)

For guidance on creating a linked server between SQL Server and Azure SQL Database, please follow Microsoft’s documentation. Creating a Linked Server from SQL Server to Azure SQL Database.

Important: Use one of the following drivers:

  • Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL)
  • Microsoft OLEDB Provider for ODBC Drivers (MSDASQL)

Do NOT use SQLNCLI or SQLNCLI11, as they are not supported for Azure SQL linked servers.

Tips & Notes

  • If you cannot connect, check firewall rules with your IT department.
  • Credentials are case‑sensitive — ensure they are entered exactly as provided.
  • Only read‑only access is permitted for Data Export tables.
  • Tables update daily based on your Centre’s setup.

Terminology

The terminology used in this article may differ depending on your Centre’s configuration or BI setup.

Need Help?

If you need assistance, please contact Onefile Support or your internal support team.

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.