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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Abd
Helper I
Helper I

Issue with Postgreys database connection.

Hi there,

 

I am trying to connect to Postgreys Database, I have provided Server & database details but I am keep getting timeout issues.

Upon detail analysis I found that there are 2 ports one (123) is restricted & another one (456) is open so I think its hitting restricted one; so how can hit to open port (456).

 

Regards,

Abd

 

 

 

 

2 REPLIES 2
v-angzheng-msft
Community Support
Community Support

Hi, @Abd 

You could reference the ways to change timeout parameters to check if you could connect the data source without an error. 

1. Add timeout parameter to connection string:

  • Connect Timeout=xx  (xx = seconds)

2. Otherwise, you could add  timeout parameter to Query argument within M Code / Advanced Editor:

  • let
    Source =
    Odbc.DataSource(
    xxxxxxxxxxxxxxxxx,
    [Query = "xxxxxxxxx",CommandTimeout =#duration(0,1,0,0)]
    )
    in
    Source 

 

ConnectionTimeout : A duration that controls how long to wait before abandoning an attempt to make a connection to the server. The default value is 15 seconds.

vangzhengmsft_0-1646012973830.png

 

Reference:

https://docs.microsoft.com/en-us/powerquery-m/odbc-datasource

 

 

Best Regards,
Community Support Team _ Zeon Zheng


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

Thanks for the reply @v-angzheng-msft ,

Forgot to mentioned that I already tried timeout but here the issue is the port where Power BI trying to query; its trying on restricted port so is there any way I can mention port no while trying to get data?
Also FYI I cant use ODBC due to compliance issues.

Regards,
Abd

 

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors