<?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: Error while using native SQL to connect to MS SQL in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-native-sql-to-connect-to-ms-sql/m-p/2669515#M616233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. Check with your basis administrator for connection. See more information in Error.&lt;/P&gt;&lt;P&gt;2. Check note applicable if any on service.sap.com , you will get in error description.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2007 10:14:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-23T10:14:45Z</dc:date>
    <item>
      <title>Error while using native SQL to connect to MS SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-native-sql-to-connect-to-ms-sql/m-p/2669514#M616232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     I am getting a dump executing native sql commands to connect to sql server 2000 database .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code that is causing the dump is &lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;  CONNECT TO 'MSSQL3'&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump shows the below error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; "Error setting up a secondary database connection"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me resolve this issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 10:12:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-native-sql-to-connect-to-ms-sql/m-p/2669514#M616232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T10:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using native SQL to connect to MS SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-native-sql-to-connect-to-ms-sql/m-p/2669515#M616233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1. Check with your basis administrator for connection. See more information in Error.&lt;/P&gt;&lt;P&gt;2. Check note applicable if any on service.sap.com , you will get in error description.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 10:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-native-sql-to-connect-to-ms-sql/m-p/2669515#M616233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T10:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using native SQL to connect to MS SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-native-sql-to-connect-to-ms-sql/m-p/2669516#M616234</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;Please refer to OSS Note: 178949&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 10:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-native-sql-to-connect-to-ms-sql/m-p/2669516#M616234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T10:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error while using native SQL to connect to MS SQL</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-native-sql-to-connect-to-ms-sql/m-p/2669517#M616235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;As explained earlier&lt;/P&gt;&lt;P&gt;I am trying to connect to MS SQL System from ABAP . I have tested and it is successful in  network where both SAP and ms sql are installed on Windows Platform, but incase of  system, where SAP is installed in unix server  the connection fails. Request you to kindly guide on this scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have referred to SAP Note 178949 - MSSQL: Database MultiConnect with EXEC SQL to resolve this issue but it is for a scenario where SAP is on windows platform and not on unix platform.need to do this scenario in system that has SAP running on unix platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I get while trying to connect to ms sql is as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;connection to database system not possible using identifier "mssql" .&lt;/P&gt;&lt;P&gt;mssql is the name of the connection I have maintained in DBCO transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone worked on such a scenario?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me resolve this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2007 10:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-using-native-sql-to-connect-to-ms-sql/m-p/2669517#M616235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-24T10:57:05Z</dc:date>
    </item>
  </channel>
</rss>

