<?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: Unable to read data from onprem sql server to databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93884#M38778</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99826"&gt;@Panda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even&lt;/P&gt;&lt;P&gt;1.I have used IP address instead of server name&lt;/P&gt;&lt;P&gt;2.could you please provide any reference document for this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;network routing issues between Databricks and the SQL Server using traceroute or ping (or) any support engineer assist on this&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Oct 2024 11:49:56 GMT</pubDate>
    <dc:creator>plakshmi</dc:creator>
    <dc:date>2024-10-14T11:49:56Z</dc:date>
    <item>
      <title>Unable to read data from onprem sql server to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93771#M38764</link>
      <description>&lt;P&gt;I am trying to read data into data frame of data Bricks from on Prem SQL server but facing&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host HYDNB875, port 1433 has failed. Error: "HYDNB875. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have all the set up later this also showing blank screen, port is listening&lt;BR /&gt;telnet &amp;lt;your_sql_server_ip&amp;gt; 1433&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 07:07:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93771#M38764</guid>
      <dc:creator>plakshmi</dc:creator>
      <dc:date>2024-10-14T07:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to read data from onprem sql server to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93841#M38773</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/126583"&gt;@plakshmi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1-Double-check your JDBC connection string. It should look something like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;jdbc_url = "jdbc:sqlserver://&amp;lt;your_sql_server_ip&amp;gt;:1433;databaseName=&amp;lt;your_database&amp;gt;;user=&amp;lt;your_username&amp;gt;;password=&amp;lt;your_password&amp;gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2-Ensure that there are no firewall rules blocking inbound/outbound traffic on port 1433. Both the SQL Server machine and any intermediate firewalls must allow traffic on this port.&lt;/P&gt;&lt;P&gt;3-Make sure TCP/IP is enabled.&lt;/P&gt;&lt;P&gt;4-Ensure that your SQL Server instance is running and accessible. You can check this by connecting to it using SQL Server Management Studio (SSMS) from the same network where Databricks is hosted.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 10:04:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93841#M38773</guid>
      <dc:creator>Rishabh-Pandey</dc:creator>
      <dc:date>2024-10-14T10:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to read data from onprem sql server to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93859#M38775</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/126583"&gt;@plakshmi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Along with what &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79172"&gt;@Rishabh-Pandey&lt;/a&gt;&amp;nbsp;mentioned, follow these additional step&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;If HYDNB875 can't be resolved, try using the server's IP address.&lt;/LI&gt;&lt;LI&gt;Check for network routing issues between Databricks and the SQL Server using traceroute or ping.&lt;/LI&gt;&lt;LI&gt;Review the SQL Server logs for any blocked or failed connection attempts.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 10:47:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93859#M38775</guid>
      <dc:creator>Panda</dc:creator>
      <dc:date>2024-10-14T10:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to read data from onprem sql server to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93880#M38776</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/79172"&gt;@Rishabh-Pandey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First 3 steps I have done correct and crosschecked many times, my data Bricks workspace not created under VPN and also I checked in powershell&lt;/P&gt;&lt;P&gt;telnet&amp;nbsp; &amp;lt;ip-address&amp;gt; 1433 it is showing blank screen...&lt;/P&gt;&lt;P&gt;The SQL server able to listening to port but when I am trying to connect from Databricks using pyspark code facing the above issue&lt;/P&gt;&lt;P&gt;Note: 1.Downloaded .jar files and attached to cluster&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.Allowed inbound rule for data Bricks region IP addresses range&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;P.Lakshmi&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 11:30:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93880#M38776</guid>
      <dc:creator>plakshmi</dc:creator>
      <dc:date>2024-10-14T11:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to read data from onprem sql server to databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93884#M38778</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/99826"&gt;@Panda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even&lt;/P&gt;&lt;P&gt;1.I have used IP address instead of server name&lt;/P&gt;&lt;P&gt;2.could you please provide any reference document for this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;network routing issues between Databricks and the SQL Server using traceroute or ping (or) any support engineer assist on this&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2024 11:49:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-read-data-from-onprem-sql-server-to-databricks/m-p/93884#M38778</guid>
      <dc:creator>plakshmi</dc:creator>
      <dc:date>2024-10-14T11:49:56Z</dc:date>
    </item>
  </channel>
</rss>

