<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fabric On-Prem Gateway PostgreSQL Connector – Error Despite Correct Npgsql Version in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4734378#M8048</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="860602" data-lia-user-login="gdev701" class="lia-mention lia-mention-user"&gt;gdev701&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226550" data-lia-user-login="NandanHegde" class="lia-mention lia-mention-user"&gt;NandanHegde&lt;/a&gt;&amp;nbsp;for the prompt response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the response and confirming the network connectivity and successful connection using pgAdmin. Based on the error message and the setup this is most likely related to a DLL binding issue with the Npgsql connector in the gateway. Please follow below steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Confirm that the Npgsql.dll version is 4.0.17.0, go to properties, details and confirm that the file version is 4.0.17.0. If not download the correct version from the official Npgsql GitHub releases and replace it in the correct directory.&lt;BR /&gt;&lt;A href="https://github.com/npgsql/npgsql/releases/tag/v4.0.17" target="_blank"&gt;https://github.com/npgsql/npgsql/releases/tag/v4.0.17&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Check for any other versions are present in the connector path, if any delete or move them temporarily to avoid binding conflicts.&lt;/LI&gt;
&lt;LI&gt;After confirming the correct version and cleaning up, restart the On-premises data gateway service.&lt;/LI&gt;
&lt;LI&gt;After that please try reconnecting in the fabric.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Accepting as solution&amp;nbsp;&lt;/STRONG&gt;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;&lt;STRONG&gt;"Kudos"&lt;/STRONG&gt;&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jun 2025 09:31:59 GMT</pubDate>
    <dc:creator>v-achippa</dc:creator>
    <dc:date>2025-06-17T09:31:59Z</dc:date>
    <item>
      <title>Fabric On-Prem Gateway PostgreSQL Connector – Error Despite Correct Npgsql Version</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4732276#M8020</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm facing an issue while trying to connect my &lt;STRONG&gt;Azure VM–hosted PostgreSQL (Ubuntu 22.04)&lt;/STRONG&gt; to &lt;STRONG&gt;Microsoft Fabric&lt;/STRONG&gt; using the &lt;STRONG&gt;on-premises data gateway&lt;/STRONG&gt; (installed on a separate Windows 11 Azure VM).&lt;/P&gt;&lt;P&gt;Here’s what I’ve done so far:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Installed the &lt;STRONG&gt;on-premises gateway&lt;/STRONG&gt; and verified it's running.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Checked If&amp;nbsp;&lt;STRONG&gt;Npgsql.dll version 4.0.17.0&lt;/STRONG&gt; present in the path: "G:\On-premises data gateway\FabricIntegrationRuntime\5.0\Gateway\sxs\PostgreSqlV2\1.0.0.0\Microsoft.Connectors.PostgreSqlV2\"&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Despite all of this, I still get the following error while creating the connection in Fabric:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Any insights or help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;&lt;STRONG&gt;Gurudev&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jun 2025 23:59:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4732276#M8020</guid>
      <dc:creator>gdev701</dc:creator>
      <dc:date>2025-06-14T23:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric On-Prem Gateway PostgreSQL Connector – Error Despite Correct Npgsql Version</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4732695#M8022</link>
      <description>&lt;P&gt;Login within the server hosting the gateway and check whether you are able to access the database from within that server and confirm back. Post that we can debug the next steps&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 03:40:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4732695#M8022</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2025-06-16T03:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric On-Prem Gateway PostgreSQL Connector – Error Despite Correct Npgsql Version</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4732858#M8027</link>
      <description>&lt;P&gt;I logged into the Windows VM where the On-Premises Data Gateway is installed. From there, I was able to connect to the PostgreSQL server using &lt;STRONG&gt;pgAdmin&lt;/STRONG&gt; with the server's IP address and successfully accessed the databases.&lt;/P&gt;&lt;P&gt;Additionally, I confirmed that &lt;STRONG&gt;port 5432 is reachable&lt;/STRONG&gt; using Test-NetConnection.&lt;/P&gt;&lt;P&gt;This confirms that the gateway host VM has proper network connectivity to the PostgreSQL server and the credentials are valid.&lt;/P&gt;&lt;P&gt;Could you please guide me on the next steps to troubleshoot the Fabric connector error?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 05:49:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4732858#M8027</guid>
      <dc:creator>gdev701</dc:creator>
      <dc:date>2025-06-16T05:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric On-Prem Gateway PostgreSQL Connector – Error Despite Correct Npgsql Version</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4734378#M8048</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="860602" data-lia-user-login="gdev701" class="lia-mention lia-mention-user"&gt;gdev701&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for reaching out to Microsoft Fabric Community.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="226550" data-lia-user-login="NandanHegde" class="lia-mention lia-mention-user"&gt;NandanHegde&lt;/a&gt;&amp;nbsp;for the prompt response.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for the response and confirming the network connectivity and successful connection using pgAdmin. Based on the error message and the setup this is most likely related to a DLL binding issue with the Npgsql connector in the gateway. Please follow below steps:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Confirm that the Npgsql.dll version is 4.0.17.0, go to properties, details and confirm that the file version is 4.0.17.0. If not download the correct version from the official Npgsql GitHub releases and replace it in the correct directory.&lt;BR /&gt;&lt;A href="https://github.com/npgsql/npgsql/releases/tag/v4.0.17" target="_blank"&gt;https://github.com/npgsql/npgsql/releases/tag/v4.0.17&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Check for any other versions are present in the connector path, if any delete or move them temporarily to avoid binding conflicts.&lt;/LI&gt;
&lt;LI&gt;After confirming the correct version and cleaning up, restart the On-premises data gateway service.&lt;/LI&gt;
&lt;LI&gt;After that please try reconnecting in the fabric.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;helps, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;Accepting as solution&amp;nbsp;&lt;/STRONG&gt;to help the other members find it more quickly,&amp;nbsp;don't forget to give a&amp;nbsp;&lt;STRONG&gt;"Kudos"&lt;/STRONG&gt;&amp;nbsp;– I’d truly appreciate it!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 09:31:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4734378#M8048</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-06-17T09:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric On-Prem Gateway PostgreSQL Connector – Error Despite Correct Npgsql Version</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4734402#M8049</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try resolving this by downloading Npgsql v4.0.10 from the official GitHub release page:&lt;/P&gt;&lt;P&gt;Download the .msi installer from that page and install it. Then try reconnecting via the on-premises data gateway.&lt;/P&gt;&lt;P&gt;ref:&amp;nbsp;&lt;A href="https://github.com/npgsql/npgsql/releases/tag/v4.0.10" target="_blank" rel="noopener"&gt;Release Npgsql v4.0.10 · npgsql/npgsql · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":hammer_and_wrench:"&gt;🛠&lt;/span&gt;️ Note: Npgsql 4.0.10 fixes some minor issues and is recommended for compatibility with Microsoft Fabric's PostgreSQL connector.&lt;/P&gt;&lt;P&gt;If you encounter an error like frontend.iu***, try the following steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Uninstall both the On-Premises Data Gateway and Npgsql.&lt;/LI&gt;&lt;LI&gt;Reinstall them in the correct order:&lt;/LI&gt;&lt;LI&gt;First, install Npgsql v4.0.10.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Then reinstall the gateway.&lt;/P&gt;&lt;P&gt;Restart the gateway service and try connecting again.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;BR /&gt;Shreya&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 07:34:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4734402#M8049</guid>
      <dc:creator>Shreya_Barhate</dc:creator>
      <dc:date>2025-06-17T07:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric On-Prem Gateway PostgreSQL Connector – Error Despite Correct Npgsql Version</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4738729#M8075</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="860602" data-lia-user-login="gdev701" class="lia-mention lia-mention-user"&gt;gdev701&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution I have provided for the issue worked?&amp;nbsp;&amp;nbsp;or let us know if you need any further assistance.&lt;BR /&gt;If my response addressed, please mark it as "&lt;STRONG&gt;Accept as solution"&amp;nbsp;&lt;/STRONG&gt;and click "Yes" if you found it helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jun 2025 12:29:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4738729#M8075</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-06-20T12:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric On-Prem Gateway PostgreSQL Connector – Error Despite Correct Npgsql Version</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4740741#M8088</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/860602" target="_blank"&gt;@gdev701&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;We wanted to kindly follow up to check if the solution I have provided for the issue worked.&lt;BR /&gt;If my response addressed, please mark it as "&lt;STRONG&gt;Accept as solution"&amp;nbsp;&lt;/STRONG&gt;and click "Yes" if you found it helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 12:11:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4740741#M8088</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-06-23T12:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fabric On-Prem Gateway PostgreSQL Connector – Error Despite Correct Npgsql Version</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4745195#M8107</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/860602" target="_blank"&gt;@gdev701&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution I have provided for the issue worked.&lt;BR /&gt;If my response addressed, please mark it as "&lt;STRONG&gt;Accept as solution"&amp;nbsp;&lt;/STRONG&gt;and click "Yes" if you found it helpful.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks and regards,&lt;/P&gt;
&lt;P&gt;Anjan Kumar Chippa&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 13:25:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Fabric-On-Prem-Gateway-PostgreSQL-Connector-Error-Despite/m-p/4745195#M8107</guid>
      <dc:creator>v-achippa</dc:creator>
      <dc:date>2025-06-26T13:25:53Z</dc:date>
    </item>
  </channel>
</rss>

