<?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: DBCON problems connect to other database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877374#M50930</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;try an entry like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSSQL_SERVER=&amp;lt;IP of DB-Server&amp;gt; MSSQL_DBNAME=&amp;lt;Name of DB on the Server&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select MSS as DB-System and try it with entering the password all in upper case. Also ensure on the MS SQL-Server that you are allowed to connect to it using SQL-authentication, and not only using the NTLM-Authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jun 2005 16:11:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-13T16:11:11Z</dc:date>
    <item>
      <title>DBCON problems connect to other database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877370#M50926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have tried a lot, found some answers from SDN etc., but I still have problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to connect my external MSSQL database by this code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
EXEC SQL.                
  CONNECT TO 'DATABASE'
ENDEXEC. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But my sy-subrc is 4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my DBCON table the following is inserted:&lt;/P&gt;&lt;P&gt;Connectionname: DATABASE&lt;/P&gt;&lt;P&gt;DBMS: MSS&lt;/P&gt;&lt;P&gt;Username: user_name&lt;/P&gt;&lt;P&gt;Password: password/password&lt;/P&gt;&lt;P&gt;Conn.info:MSSQL_SERVER=172.16.1.98;MSSQL_DBNAME=SAP_RSSQL&lt;/P&gt;&lt;P&gt;Permanent: x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our SAP server do have the dll file mentioned in note no.: 738371&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 08:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877370#M50926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-07T08:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: DBCON problems connect to other database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877371#M50927</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;In parameter MSSQL_SERVER you should also enter host name: [server]\[host name].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krzys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 10:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877371#M50927</guid>
      <dc:creator>krzysztof_konitz4</dc:creator>
      <dc:date>2005-06-07T10:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: DBCON problems connect to other database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877372#M50928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krzys&lt;/P&gt;&lt;P&gt;Thanks for your answer, but I don't understand what I have to write in?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between server and host_name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now changed it to:&lt;/P&gt;&lt;P&gt;MSSQL_SERVER=172.16.1.98\DATABASE;MSSQL_DBNAME=SAP_RSSQL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I still have the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 10:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877372#M50928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-07T10:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: DBCON problems connect to other database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877373#M50929</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'm not expert but you should enter:&lt;/P&gt;&lt;P&gt;MSSQL_SERVER=172.16.1.98\INSTANCE&lt;/P&gt;&lt;P&gt;where INSTANCE is your MSSQL instance identifier. &lt;/P&gt;&lt;P&gt;As far as I remember instance name corresponds to your MSSQL service name in Windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krzys&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2005 12:13:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877373#M50929</guid>
      <dc:creator>krzysztof_konitz4</dc:creator>
      <dc:date>2005-06-07T12:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: DBCON problems connect to other database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877374#M50930</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;try an entry like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSSQL_SERVER=&amp;lt;IP of DB-Server&amp;gt; MSSQL_DBNAME=&amp;lt;Name of DB on the Server&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select MSS as DB-System and try it with entering the password all in upper case. Also ensure on the MS SQL-Server that you are allowed to connect to it using SQL-authentication, and not only using the NTLM-Authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jun 2005 16:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dbcon-problems-connect-to-other-database/m-p/877374#M50930</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-13T16:11:11Z</dc:date>
    </item>
  </channel>
</rss>

