Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
etiskapp2
New Member

TripPin connector not working with on premise data gateway

Hi,

 

I have downloaded the github source code of the TripPin connector (from the tutorial). I have built it and added to PowerBi Desktop.

I've created a small report with a table that show some Airport data. I've published the report online (on my online workspace).

I've installed the on-premise data gateway and configured it. I see the TripPin connector in the gateway window (connector is listed).

When I try to refresh the data online, it says that de data source is not configured correctly. When I go to the Data connexion, I can't choose any authentication and so I cant connect it (see attached screenshot).

trippin.png

3 REPLIES 3
v-yiruan-msft
Community Support
Community Support

Hi @etiskapp2 ,

In order to make troubleshooting and get a solution, could you please check and confirm the following info?

TripPin 9 - Test Connection - Power Query | Microsoft Learn

1. Add a TestConnection handler to your connector: This is generally the same as your main data source function. The TestConnection handler is added to the Data Source Kind declaration record (the same place you declare its supported authentication type(s)).

2. Gateway

  • Install the On-Premises Data Gateway in Personal mode
  • Update the latest version
  • Enable Custom Connector support in the Gatewayvyiruanmsft_0-1695884726756.png

 

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Regarding the gateway i've don exactly what you say.

 

I've downloaded the source code from github and used the 10-TableView1 folder in TripPin. So the test connection is already implemented.

I've got this as a test connection that comes from your repository : 

TripPin = [
// TestConnection is required to enable the connector through the Gateway
TestConnection = (dataSourcePath) => {"TripPin.Contents"},
Authentication = [
Anonymous = []
],
Label = "TripPin Part 10 - Query Folding part 1"
];

Hi @etiskapp2 ,

Whether it still not working? Did you get any other error message?

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.

Top Solution Authors