<?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: EventStream - SQL Server on VM DB (CDC) in Fabric platform</title>
    <link>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4777961#M19028</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1315604" data-lia-user-login="Karthikpv" class="lia-mention lia-mention-user"&gt;Karthikpv&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Ah, this is a classic "empty field" error. You're probably leaving the username box blank when setting up the EventStream connection.&lt;/P&gt;&lt;P class=""&gt;What's likely happening: EventStream is expecting SQL Server authentication (username/password), but you've left the username field empty. It won't accept Windows authentication for CDC connections.&lt;/P&gt;&lt;P class=""&gt;Quick fix:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a proper SQL login on your SQL Server instance&lt;/LI&gt;&lt;LI&gt;Use that login's username (not a Windows domain account)&lt;/LI&gt;&lt;LI&gt;Make sure the login has db_owner permissions on the database&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;CDC-specific gotchas: Your SQL user needs special permissions because CDC is picky. The account needs to read change data, and that requires elevated permissions. Also, make sure:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;CDC is actually enabled on your database AND the specific tables&lt;/LI&gt;&lt;LI&gt;SQL Server Agent is running (CDC breaks without it)&lt;/LI&gt;&lt;LI&gt;Your SQL Server allows mixed authentication mode&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;If you're still stuck: Try connecting with SQL Server Management Studio first using the same credentials. If that works but EventStream doesn't, it's probably a permissions issue rather than a connection problem.&lt;/P&gt;&lt;P class=""&gt;What type of authentication were you trying to use? And have you verified CDC is properly set up on the SQL Server side?&lt;/P&gt;&lt;HR /&gt;&lt;P class=""&gt;If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#808080"&gt;This response was assisted by AI for translation and formatting purposes.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jul 2025 06:26:48 GMT</pubDate>
    <dc:creator>burakkaragoz</dc:creator>
    <dc:date>2025-07-28T06:26:48Z</dc:date>
    <item>
      <title>EventStream - SQL Server on VM DB (CDC)</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4777882#M19027</link>
      <description>&lt;P&gt;I am facing this issue while trying to connect to a SQL server on EventStream,&lt;BR /&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Property 'username's value '' is invalid.&lt;/STRONG&gt;&lt;BR /&gt;What's the solution?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 05:26:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4777882#M19027</guid>
      <dc:creator>Karthikpv</dc:creator>
      <dc:date>2025-07-28T05:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: EventStream - SQL Server on VM DB (CDC)</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4777961#M19028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1315604" data-lia-user-login="Karthikpv" class="lia-mention lia-mention-user"&gt;Karthikpv&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Ah, this is a classic "empty field" error. You're probably leaving the username box blank when setting up the EventStream connection.&lt;/P&gt;&lt;P class=""&gt;What's likely happening: EventStream is expecting SQL Server authentication (username/password), but you've left the username field empty. It won't accept Windows authentication for CDC connections.&lt;/P&gt;&lt;P class=""&gt;Quick fix:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create a proper SQL login on your SQL Server instance&lt;/LI&gt;&lt;LI&gt;Use that login's username (not a Windows domain account)&lt;/LI&gt;&lt;LI&gt;Make sure the login has db_owner permissions on the database&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;CDC-specific gotchas: Your SQL user needs special permissions because CDC is picky. The account needs to read change data, and that requires elevated permissions. Also, make sure:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;CDC is actually enabled on your database AND the specific tables&lt;/LI&gt;&lt;LI&gt;SQL Server Agent is running (CDC breaks without it)&lt;/LI&gt;&lt;LI&gt;Your SQL Server allows mixed authentication mode&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;If you're still stuck: Try connecting with SQL Server Management Studio first using the same credentials. If that works but EventStream doesn't, it's probably a permissions issue rather than a connection problem.&lt;/P&gt;&lt;P class=""&gt;What type of authentication were you trying to use? And have you verified CDC is properly set up on the SQL Server side?&lt;/P&gt;&lt;HR /&gt;&lt;P class=""&gt;If my response resolved your query, kindly mark it as the Accepted Solution to assist others. Additionally, I would be grateful for a 'Kudos' if you found my response helpful.&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#808080"&gt;This response was assisted by AI for translation and formatting purposes.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 06:26:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4777961#M19028</guid>
      <dc:creator>burakkaragoz</dc:creator>
      <dc:date>2025-07-28T06:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: EventStream - SQL Server on VM DB (CDC)</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4778436#M19049</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a login on SQL server and tested it in SSMS. Also i have given the db_owner permission to the login , enabled mixed authentication , have enabled CDC for the db and the tables and verified it , the connections and gateway are online , still i am facing this issue&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 10:20:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4778436#M19049</guid>
      <dc:creator>Karthikpv</dc:creator>
      <dc:date>2025-07-28T10:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: EventStream - SQL Server on VM DB (CDC)</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4778699#M19063</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1315604" data-lia-user-login="Karthikpv" class="lia-mention lia-mention-user"&gt;Karthikpv&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Hmm, that's weird if you've got the SQL login working in SSMS but EventStream is still complaining about an empty username.&lt;/P&gt;&lt;P&gt;A few things to double-check:&lt;/P&gt;&lt;P&gt;In the EventStream connection setup:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are you definitely typing the username in the right field? Sometimes there are multiple auth sections&lt;/LI&gt;&lt;LI&gt;Try the username without any domain prefix (just sqluser, not domain\sqluser)&lt;/LI&gt;&lt;LI&gt;Make sure there are no trailing spaces in the username field&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Gateway-related issues: Since you mentioned the gateway is online, this might be a gateway configuration problem:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is the gateway service running under an account that can reach your SQL Server?&lt;/LI&gt;&lt;LI&gt;Try testing the connection directly on the gateway machine&lt;/LI&gt;&lt;LI&gt;Check if there are any firewall rules blocking the gateway from reaching SQL Server&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;EventStream-specific quirks:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What's the exact format you're using for the server name? Try both servername\instance and servername,port formats&lt;/LI&gt;&lt;LI&gt;Is your SQL Server instance named or default? Named instances can be tricky with EventStream&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Debug step: Try creating a simple data flow (not EventStream) to the same SQL Server first. If that works, then it's definitely an EventStream-specific issue.&lt;/P&gt;&lt;P&gt;Can you share the exact server name format you're using and whether it's a named instance? That might help narrow down the issue.&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#999999"&gt;This response was assisted by AI for translation and formatting purposes.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 13:37:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4778699#M19063</guid>
      <dc:creator>burakkaragoz</dc:creator>
      <dc:date>2025-07-28T13:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: EventStream - SQL Server on VM DB (CDC)</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4782511#M19169</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1315604" data-lia-user-login="Karthikpv" class="lia-mention lia-mention-user"&gt;Karthikpv&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;Since you've already went through the steps provided by&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;&amp;nbsp;and also verified the SQL login works in SSMS and CDC is properly configured.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If none of the above help, at this point it may be worth opening a support ticket with Microsoft. You can reach out to Microsoft Support by raising a ticket with Microsoft Support.&lt;/P&gt;
&lt;P&gt;Please refer below link on how to raise a contact support or support ticket.&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/support/create-support-ticket" target="_blank"&gt;How to create a Fabric and Power BI Support ticket - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also take a moment to thank &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="529075" data-lia-user-login="burakkaragoz" class="lia-mention lia-mention-user"&gt;burakkaragoz&lt;/a&gt;, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Hammad.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 07:17:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4782511#M19169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-07-31T07:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: EventStream - SQL Server on VM DB (CDC)</title>
      <link>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4785735#M19278</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1315604" data-lia-user-login="Karthikpv" class="lia-mention lia-mention-user"&gt;Karthikpv&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I wanted to follow up on our previous conversation. Has your issue been resolved or were you able to raise a support ticket with Microsoft Fabric Support?&lt;/P&gt;
&lt;P&gt;Your feedback would be greatly appreciated, as it can help us better understand and address similar issues in the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Aug 2025 18:28:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Fabric-platform/EventStream-SQL-Server-on-VM-DB-CDC/m-p/4785735#M19278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-08-03T18:28:09Z</dc:date>
    </item>
  </channel>
</rss>

