<?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>Question Re: Installing SAP HANA Smart Data Streaming in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479330#M82628</link>
    <description>&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;When you said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;hdbsql -i 90 -n hxehost:39041 -u SYSTEM -p &amp;lt;password&amp;gt;. This connects to Tenant DB.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Which tenant DB is this?  Is it "HXE" tenant DB that came with the installation?  Or did you create this DB?&lt;/P&gt;&lt;P&gt;-Tai&lt;/P&gt;</description>
    <pubDate>Wed, 26 Apr 2017 21:23:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-04-26T21:23:06Z</dc:date>
    <item>
      <title>Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaq-p/479314</link>
      <description>&lt;P&gt;Hi,
I am following "Installing SAP HANA Smart Data Streaming". While running install_sds.sh I am getting "database 'HXE' is unavailable SQLSTATE: HY000". &lt;/P&gt;&lt;P&gt;
Database ist up and running. Connection in HANA studio works fine.&lt;/P&gt;&lt;P&gt;I suspect it has something to do with tenant. When doing /usr/sap/HXE/HDB90/exe/hdbsql it works with option -n hxehost:39013 or 39041 (ports according to note 2316463). &lt;/P&gt;&lt;P&gt;It is not clear to me how this can be achieved in the parameters of the install_sds.sh&lt;/P&gt;&lt;P&gt;Thanks Klaus&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 12:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaq-p/479314</guid>
      <dc:creator>klausfreyburger</dc:creator>
      <dc:date>2017-04-25T12:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479315#M82613</link>
      <description>&lt;P&gt;Can you login to the tenant database with "hdbsql -i &amp;lt;instance&amp;gt; -d &amp;lt;db&amp;gt;"?&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt; hdbsql -i 90 -d HXE -u SYSTEM -p &amp;lt;password&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 16:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479315#M82613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-25T16:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479316#M82614</link>
      <description>&lt;P&gt;Hello Klaus,&lt;/P&gt;&lt;P&gt;Could you please attach installer trace output? Also, is this issue repeatable i.e. have you try running install again?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrzej.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479316#M82614</guid>
      <dc:creator>andrzej_kucharczyk</dc:creator>
      <dc:date>2017-04-25T17:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479317#M82615</link>
      <description>&lt;P&gt;Also Klaus could you show console output from the install script so that we can see at what point it failed?&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 17:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479317#M82615</guid>
      <dc:creator>andrzej_kucharczyk</dc:creator>
      <dc:date>2017-04-25T17:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479318#M82616</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;Thanks for your answers.&lt;/P&gt;&lt;P&gt;&amp;gt; hdbsql -i 90 -d HXE -u SYSTEM -p &amp;lt;password&amp;gt;&lt;/P&gt;&lt;P&gt;Does not work. Same errormessage as from the installer.&lt;/P&gt;&lt;P&gt;However this works: hdbsql -i 90 -n hxehost:39013 -u SYSTEM -p &amp;lt;password&amp;gt;. This connects to SYSTEMDB.&lt;/P&gt;&lt;P&gt;hdbsql -i 90 -n hxehost:39041 -u SYSTEM -p &amp;lt;password&amp;gt;. This connects to Tenant DB.&lt;/P&gt;&lt;P&gt;Screenshot of installer below. And yes: this is repeatable. Thanks Klaus&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/31725-sds-installer.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479318#M82616</guid>
      <dc:creator>klausfreyburger</dc:creator>
      <dc:date>2017-04-25T19:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479319#M82617</link>
      <description>&lt;P&gt;Can you login to SYSTEMDB and run:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALTER SYSTEM START DATABASE HXE&lt;/P&gt;then try "install_sds.sh" again?</description>
      <pubDate>Tue, 25 Apr 2017 20:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479319#M82617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-25T20:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479320#M82618</link>
      <description>&lt;P&gt;This solves the first issue. Thanks a lot!&lt;/P&gt;&lt;P&gt;However now I am stuck during the installation process (VMWare 12 GB on an Windows 16GB host). It now hangs about an hour at this step (see screenshot below). System monitoring in HANA studio is not possible (timeout when trying to connect to server) I have to leave now and let this running. I will keep you informed.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/31688-installstreamingserver.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 04:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479320#M82618</guid>
      <dc:creator>klausfreyburger</dc:creator>
      <dc:date>2017-04-26T04:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479321#M82619</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;just to inform how this story went on.&lt;/P&gt;&lt;P&gt;The answer of Tai Le solved the  issue and then installation started. After installing some packages it seemed to hang at step "Installing Streaming Server".&lt;/P&gt;&lt;P&gt;After 2 hours the output of the installer script resumed.&lt;/P&gt;&lt;P&gt;Again it took a while in step "Startimg Streaming Server". Now everything seems to be o.k. At least I could do "8.4 Configure the Streaming Studio Plugin" without any problems.&lt;/P&gt;&lt;P&gt;HDB info shows hdbstremingserver.&lt;/P&gt;&lt;P&gt;Best regards, Klaus&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/31919-hdbinfostreaming.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 14:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479321#M82619</guid>
      <dc:creator>klausfreyburger</dc:creator>
      <dc:date>2017-04-26T14:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479322#M82620</link>
      <description>&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;Did the install finish successfully? Usually when done there is a location of installer trace file printed out. Could you please attach that trace file as well as any other trace files it refers to as well.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Andrzej. &lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:12:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479322#M82620</guid>
      <dc:creator>andrzej_kucharczyk</dc:creator>
      <dc:date>2017-04-26T15:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479323#M82621</link>
      <description>&lt;P&gt;Also, Klaus did you manually stop HXE tenant database after installing HANA but before installing SDS? Not sure why else it would need to be manually started.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Andrzej.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:19:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479323#M82621</guid>
      <dc:creator>andrzej_kucharczyk</dc:creator>
      <dc:date>2017-04-26T15:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479324#M82622</link>
      <description>&lt;P&gt;Hi Andrzej,&lt;/P&gt;&lt;P&gt;still working. It is now about an hour at step "Add HXE database streaming --&amp;gt; Initialize streaming service".&lt;/P&gt;&lt;P&gt;&amp;gt; Usually when done there is a location of installer trace file printed out.&lt;/P&gt;&lt;P&gt;Correct. However I can't access this file at the moment (FileZilla is getting timeout). Or should I stop the system and upload the logfile?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479324#M82622</guid>
      <dc:creator>klausfreyburger</dc:creator>
      <dc:date>2017-04-26T15:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479325#M82623</link>
      <description>&lt;P&gt;Let it finish please.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479325#M82623</guid>
      <dc:creator>andrzej_kucharczyk</dc:creator>
      <dc:date>2017-04-26T15:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479326#M82624</link>
      <description>&lt;P&gt;No. Tenant database was running. Access in HANA Studio was possible. Also access via hdbsql  with option -n hxehost:39013 was possible.&lt;/P&gt;&lt;P&gt;And to be honest: I did not really understand what this really did "Can you login to SYSTEMDB and run: ALTER SYSTEM START DATABASE HXE".&lt;/P&gt;&lt;P&gt;Regards, Klaus&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479326#M82624</guid>
      <dc:creator>klausfreyburger</dc:creator>
      <dc:date>2017-04-26T15:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479327#M82625</link>
      <description>&lt;P&gt;I am confused as well exactly what step allowed SDS install to proceed. If tenant database HXE was already running then the SQL to start it doesn't do anything. My guess is that your VM is so slow that tenant database wasn't fully started yet when you tried running SDS installer for the first time. Then the 2nd time it was ready. I haven't seen that before thou.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479327#M82625</guid>
      <dc:creator>andrzej_kucharczyk</dc:creator>
      <dc:date>2017-04-26T15:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479328#M82626</link>
      <description>&lt;P&gt;Can you check/post the log files /var/tmp/sdsinst.log and /var/tmp/hdblcm.log?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 15:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479328#M82626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-26T15:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479329#M82627</link>
      <description>&lt;P&gt;So far there is no /var/tmp/sdsinst.log.&lt;/P&gt;&lt;P&gt;I posted /var/tmp/sdsinst.log and a logfile in a subfolder hdb_HXE_hdblcm_update_...&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/31917-var-tmp-hdblcm.txt"&gt;var-tmp-hdblcm.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/storage/temp/31918-var-tmp-hdb-hxe-hdblcm-update-hdblcm.txt"&gt;var-tmp-hdb-hxe-hdblcm-update-hdblcm.txt&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks Klaus&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 16:11:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479329#M82627</guid>
      <dc:creator>klausfreyburger</dc:creator>
      <dc:date>2017-04-26T16:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479330#M82628</link>
      <description>&lt;P&gt;Hi Klaus,&lt;/P&gt;&lt;P&gt;When you said:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;hdbsql -i 90 -n hxehost:39041 -u SYSTEM -p &amp;lt;password&amp;gt;. This connects to Tenant DB.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Which tenant DB is this?  Is it "HXE" tenant DB that came with the installation?  Or did you create this DB?&lt;/P&gt;&lt;P&gt;-Tai&lt;/P&gt;</description>
      <pubDate>Wed, 26 Apr 2017 21:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479330#M82628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-04-26T21:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Installing SAP HANA Smart Data Streaming</title>
      <link>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479331#M82629</link>
      <description>&lt;P&gt;Hi Tai,&lt;/P&gt;&lt;P&gt;I created this (following this: &lt;A href="https://github.com/saphanaacademy/Live5/blob/master/create%20tenant%20database.sql"&gt;https://github.com/saphanaacademy/Live5/blob/master/create%20tenant%20database.sql&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;Currently situation is as follows:&lt;/P&gt;&lt;P&gt;hdbsql -i 90 -n hxehost:39041 -u SYSTEM -p &amp;lt;password&amp;gt; connects to Tenant DB I created (works now and worked before)&lt;/P&gt;&lt;P&gt;hdbsql -i 90 -d MYTENANT -u SYSTEM -p &amp;lt;password&amp;gt; connects to Tenant DB I created (did not work before).&lt;/P&gt;&lt;P&gt;hdbsql -i 90 -d HXE -u SYSTEM -p &amp;lt;password&amp;gt; connects to HXE tenant that came with installation (did not work before).&lt;/P&gt;&lt;P&gt;hdbsql -i 90 -n hxehost:39013 -u SYSTEM -p &amp;lt;password&amp;gt; does not work any more (worked before and connected to HXE tenant)&lt;/P&gt;&lt;P&gt;Anyway: Connection from HANA studio works fine to both (tenant HXE and MYTENANT). Data Streaming works from Eclipse plugin. So I am all set for the moment &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best regards, Klaus&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 05:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/installing-sap-hana-smart-data-streaming/qaa-p/479331#M82629</guid>
      <dc:creator>klausfreyburger</dc:creator>
      <dc:date>2017-04-27T05:23:56Z</dc:date>
    </item>
  </channel>
</rss>

