<?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: Restricting access to remote Database - SQL Anywhere 9.0.2 in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaa-p/13843411#M4874254</link>
    <description>&lt;P&gt;AFAIK, a third possibility is to &lt;STRONG&gt;restrict TCP/IP connections altogether&lt;/STRONG&gt; by&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;use dbsrvX with the &lt;STRONG&gt;-x none&lt;/STRONG&gt; option.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;That enables only shared memory connections and won't enable local TDS connections (e.g. jConnect) and may not support all variants of connections between local clients and services/terminal services, cf. &lt;A href="http://dcx.sybase.com/goto?page=1201en/dbadmin/connect-session-terminal.html"&gt;the docs&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2011 08:55:10 GMT</pubDate>
    <dc:creator>VolkerBarth</dc:creator>
    <dc:date>2011-07-05T08:55:10Z</dc:date>
    <item>
      <title>Restricting access to remote Database - SQL Anywhere 9.0.2</title>
      <link>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaq-p/13843407</link>
      <description>&lt;P&gt;I am using SQL Anywhere 9.0.2 version.&lt;/P&gt;
&lt;P&gt;Problem:
I can access remote DB using dbisql utility by providing HOST as remote system ip address.&lt;/P&gt;
&lt;P&gt;I am starting database using dbsrv9.exe utility.&lt;/P&gt;
&lt;P&gt;Is there any way to restrict the remote access on this database?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2011 02:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaq-p/13843407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-04T02:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting access to remote Database - SQL Anywhere 9.0.2</title>
      <link>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaa-p/13843408#M4874251</link>
      <description>&lt;P&gt;Do you mean you want to run the database server (dbsrv9) instead of the personal engine (dbeng9) but want to allow only local access - i.e. prevent client connections from other machines?&lt;/P&gt;
&lt;P&gt;Then &lt;A href="http://sqlanywhere-forum.sap.com/questions/447"&gt;this Q&amp;amp;A&lt;/A&gt; does exactly answer your question.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2011 03:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaa-p/13843408#M4874251</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-04T03:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting access to remote Database - SQL Anywhere 9.0.2</title>
      <link>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaa-p/13843409#M4874252</link>
      <description>&lt;P&gt;Thanks Volker for the reference.&lt;/P&gt;
&lt;P&gt;From this, I can assume that dbsrvX.exe doesn't provide any way to restrict remote access(using switch or by any other mean).&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2011 05:04:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaa-p/13843409#M4874252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-05T05:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting access to remote Database - SQL Anywhere 9.0.2</title>
      <link>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaa-p/13843410#M4874253</link>
      <description>&lt;P&gt;No, that's not my conclusion.&lt;/P&gt;
&lt;P&gt;In order to restrict remote access, you can either&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;use dbengX or&lt;/LI&gt;
&lt;LI&gt;use dbsrvX with the &lt;EM&gt;-x tcpip{localonly=yes}&lt;/EM&gt; option.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 05 Jul 2011 05:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaa-p/13843410#M4874253</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-05T05:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting access to remote Database - SQL Anywhere 9.0.2</title>
      <link>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaa-p/13843411#M4874254</link>
      <description>&lt;P&gt;AFAIK, a third possibility is to &lt;STRONG&gt;restrict TCP/IP connections altogether&lt;/STRONG&gt; by&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;use dbsrvX with the &lt;STRONG&gt;-x none&lt;/STRONG&gt; option.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;That enables only shared memory connections and won't enable local TDS connections (e.g. jConnect) and may not support all variants of connections between local clients and services/terminal services, cf. &lt;A href="http://dcx.sybase.com/goto?page=1201en/dbadmin/connect-session-terminal.html"&gt;the docs&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2011 08:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/restricting-access-to-remote-database-sql-anywhere-9-0-2/qaa-p/13843411#M4874254</guid>
      <dc:creator>VolkerBarth</dc:creator>
      <dc:date>2011-07-05T08:55:10Z</dc:date>
    </item>
  </channel>
</rss>

