<?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: Connect to MS SQL in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904222#M320482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you get a connection with this connection string in another place (e.g. any other program using JDBC ?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lior&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Feb 2005 16:31:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-02-28T16:31:06Z</dc:date>
    <item>
      <title>Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaq-p/904217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me the detailed procedure to connect MS SQL server from VC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which system I have to create in EP and what are parameters to that system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Srinivas Sandaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 09:45:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaq-p/904217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T09:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904218#M320478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you will need to:&lt;/P&gt;&lt;P&gt;1. create a JDBC system in the portal (EP). One of the parameters to that connector is the connection string you're using to connect to that system (it includes the host, port, username and password, and default DB).&lt;/P&gt;&lt;P&gt;2. Make sure the system works (right click on the system in the portal -&amp;gt; test connection).&lt;/P&gt;&lt;P&gt;3. Map the portal user you want to use in VC to a user you can use in that system. (whatever user you use to connect to the JDBC system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Go to VC and log on to the portal. In the discovery pane you should the system you defined.&lt;/P&gt;&lt;P&gt;5. Choose that system and search for queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helped,&lt;/P&gt;&lt;P&gt;   Lior&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 10:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904218#M320478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T10:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904219#M320479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Created a system from com.sap.portal.systems.BUDI-&amp;gt; SAP_BI_JDBC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Fill the below parameters&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Conntection URL:&amp;lt;/b&amp;gt; jdbc:sap:sqlserver://srinivas:1433;DatabaseName=Northwind&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Driver Class Name:&amp;lt;/b&amp;gt; com.sap.portals.jdbc.sqlserver.SQLServerDriver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Done the usermapping.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I test this system, it returns an error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Retrieval of default alias successful&lt;/P&gt;&lt;P&gt;Connection failed. Make sure user mapping is set correctly and all connection properties are correct.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Srinivas Sandaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 13:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904219#M320479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T13:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904220#M320480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try removing the '//' from the connection string:&lt;/P&gt;&lt;P&gt; jdbc:sap:sqlserver:srinivas:1433;DatabaseName=Northwind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 13:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904220#M320480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T13:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904221#M320481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried as you sugest but no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Srinivas Sandaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 16:09:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904221#M320481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T16:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904222#M320482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you get a connection with this connection string in another place (e.g. any other program using JDBC ?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lior&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 16:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904222#M320482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T16:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904223#M320483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the connection with EP6 SP4 through VC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Conntection URL:&amp;lt;/b&amp;gt; jdbc:sap:sqlserver://srinivas:1433;DatabaseName=Northwind&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Driver Class Name:&amp;lt;/b&amp;gt; com.sap.portals.jdbc.sqlserver.SQLServerDriver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in SP9 it is giving error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srinivas S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 16:49:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904223#M320483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T16:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904224#M320484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try specifying the IP address instead of "srinivas" in the connection URL. As well check ur database name(for case sensitivity)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Connection URL&amp;lt;/b&amp;gt; = jdbc:sap:sqlserver://198.XXX.XX.XX:1433;DatabaseName =Northwind&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Driver Class Name&amp;lt;/b&amp;gt; = com.sap.portals.jdbc.sqlserver.SQLServerDriver&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;User Mapping Type&amp;lt;/b&amp;gt; = user&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create a system alias for this newly created JDBC system &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;specify the database userid and password in personalization properties of the portal&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;see that the server you are trying to login is SQL Authenticated or Windows Authenticated. &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  Its should be &amp;lt;b&amp;gt;SQL Authenticated&amp;lt;/b&amp;gt; with the userid and password.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Check whether you can access the tables from SQL Utitlity Manager with the same userid and password you have specified.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. Dont forget to award points if found useful or solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2005 18:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904224#M320484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-02-28T18:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904225#M320485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did whatever you sugest, but the same error remains.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I created a direct JDBC system, it is working fine and successfully tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does't work with BIUDI JDBC system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found new parameters in BIUDI system:&lt;/P&gt;&lt;P&gt;           &amp;lt;b&amp;gt;Fixed Catalog&amp;lt;/b&amp;gt; and &amp;lt;b&amp;gt;Fixed Schema&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we need to specify anything into them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2005 12:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904225#M320485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-01T12:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904226#M320486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go back to your original connection settings.  In the system, check and make sure the User Management property is set to admin,user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you have defined an System Alias.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you have inputted User Mapping for that Alias. If you do not have user mapping set it will not work.  I also set the Distributed Query Engine UserID and Password to the Database UserID and Password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2005 20:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904226#M320486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-01T20:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904227#M320487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the problem is that if you make the connection only based on JDBC you won&amp;#146;t have access from VC BI or SQL editor in the VC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Werner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2005 11:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904227#M320487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-09T11:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904228#M320488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem. I solved it by configuring JDBC Connector in the Admin Console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check  the configuration and checking the BI Java Connectors ( see Post Installation Activities in SAP Business Warehouse 3.5, which can be accessed from SAP Service Marketplace at&lt;/P&gt;&lt;P&gt;service.sap.com/instguides -&amp;gt; SAP NetWeaver -&amp;gt; Release 04 )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to configure jdbc drivers and JDBC Connector to use these drivers.&lt;/P&gt;&lt;P&gt;Follow the guide...&lt;/P&gt;&lt;P&gt;Bye, Roberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2005 11:58:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904228#M320488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-24T11:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904229#M320489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Werner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, you are correct. You will not have access to the VC BI Wizard or SQL Editor.  If this is what is desired, go back and create another system (with the same properties) but instead of using the standard JDBC system, create it this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; System from Par -&amp;gt; com.sap.portal.systems.BIUDI -&amp;gt; SAP_BI_JDBC.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the VC you should be able to run some SQL against that system and use the SQL Editor also. I suggest using the BI Query Wizard when you get into VC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2005 14:51:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904229#M320489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-28T14:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904230#M320490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Did you solve this problem ?&lt;/P&gt;&lt;P&gt;I got same problem in EP 6.0 SP 11.&lt;/P&gt;&lt;P&gt;If you solve this problem, let me know.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Arnold.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 10:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904230#M320490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-31T10:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904231#M320491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exactliy this ist the problem. When i definie a system with SAP_BI_JDBC I can't define "Distributed Qeuery Engine" and without that I can't connect. I guess that there is somewhere an access problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Werner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 11:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904231#M320491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-31T11:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904232#M320492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Werner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not using DQE, I was mistaken.  You only need to set that property if you have DQE set up and are running queries against multiple systems and combining the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you only want to create a system to a SQL DB and then run SQL against it, instead of just using stored procedures, then follow the steps in my previous post, setting your user mapping as the a DB user with full control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2005 15:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904232#M320492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-03-31T15:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connect to MS SQL</title>
      <link>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904233#M320493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Peter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had setup up first a sql System using the jdbc system. Without defining the DQE user a can not test or use the connection. The defined user has administration rights on the DB. When I define additional the DQE user the SQL connection works and I can use the system in the portal. Via VC a can access the stored procedures. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I define now a similar (same definition) connection using the BI IDBC I can&amp;#146;t test the connection. When I access the connection via VC I receive the error &amp;#147;Error 21003: Cannot retrieve catalogs and shemas. Failed to connect to backend system. &amp;#133;&amp;#133;&amp;#148;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an other hint with the configuration in the backend system according to SP BW. I tried to make this configuration as descript in the BW installation guide. But there a have another problem finding the right class. Is this mandatory for using BI JDBC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Werner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2005 07:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/connect-to-ms-sql/qaa-p/904233#M320493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-04-01T07:18:00Z</dc:date>
    </item>
  </channel>
</rss>

