<?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 Connection string ODBC for SAP Hana? in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connection-string-ODBC-for-SAP-Hana/m-p/2484444#M14196</link>
    <description>&lt;P&gt;Hi everyone.&lt;/P&gt;
&lt;P&gt;We got a new connection to SAP HANA S/4 and I need help with the connection string for this. When i try doing it manually via ODBC through the wizard, after set user and pass the wizard ask me host and port. After entering this info, the connection works perfectly, but I need to have the complete sentence on a variable. I couldn't find a way to write correctly the string adding this two parameters (host and port). The string made with the wizard its the next one:&lt;/P&gt;
&lt;P&gt;ODBC CONNECT TO ['Server Name'] (XUserId is 'User', XPassword is 'Pass');&lt;/P&gt;
&lt;P&gt;How can I force the host and port on the previous string?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2024 18:28:55 GMT</pubDate>
    <dc:creator>OscarM</dc:creator>
    <dc:date>2024-09-30T18:28:55Z</dc:date>
    <item>
      <title>Connection string ODBC for SAP Hana?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connection-string-ODBC-for-SAP-Hana/m-p/2484444#M14196</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;
&lt;P&gt;We got a new connection to SAP HANA S/4 and I need help with the connection string for this. When i try doing it manually via ODBC through the wizard, after set user and pass the wizard ask me host and port. After entering this info, the connection works perfectly, but I need to have the complete sentence on a variable. I couldn't find a way to write correctly the string adding this two parameters (host and port). The string made with the wizard its the next one:&lt;/P&gt;
&lt;P&gt;ODBC CONNECT TO ['Server Name'] (XUserId is 'User', XPassword is 'Pass');&lt;/P&gt;
&lt;P&gt;How can I force the host and port on the previous string?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 18:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connection-string-ODBC-for-SAP-Hana/m-p/2484444#M14196</guid>
      <dc:creator>OscarM</dc:creator>
      <dc:date>2024-09-30T18:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connection string ODBC for SAP Hana?</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Connection-string-ODBC-for-SAP-Hana/m-p/2485903#M14215</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;To manually include the host and port in the ODBC connection string for SAP HANA, you can modify the connection string format by adding these parameters explicitly.&lt;/P&gt;
&lt;P&gt;For SAP HANA, a typical ODBC connection string looks like this:&lt;/P&gt;
&lt;P&gt;Driver={HDBODBC};ServerNODE=[HOST]:[PORT];UID=[User];PWD=[Password];&lt;BR /&gt;Here's how you can structure it based on your description:&lt;/P&gt;
&lt;P&gt;Driver: This would be the SAP HANA ODBC driver name, typically HDBODBC.&lt;BR /&gt;ServerNODE: This will include both the hostname (or IP address) and the port number.&lt;BR /&gt;UID: The user ID.&lt;BR /&gt;PWD: The password.&lt;BR /&gt;For example, assuming your server is on myserver.com, using port 30015, the string would look like:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ODBC CONNECT TO "Driver={HDBODBC};ServerNODE=myserver.com:30015;UID=User;PWD=Pass";&lt;BR /&gt;In your case, you would replace myserver.com, 30015, User, and Pass with the actual host, port, username, and password you're using.&lt;/P&gt;
&lt;P&gt;You can integrate this into your script or application by assigning the connection string to a variable. Make sure to include all necessary details for authentication and connection to SAP HANA S/4.&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;
&lt;P&gt;Diego&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 13:31:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Connection-string-ODBC-for-SAP-Hana/m-p/2485903#M14215</guid>
      <dc:creator>diegozecchini</dc:creator>
      <dc:date>2024-10-08T13:31:37Z</dc:date>
    </item>
  </channel>
</rss>

