<?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: Runtime error while connecting from SAP to MS-SQL DB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185855#M127152</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shubha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If your application server&lt;/P&gt;&lt;P&gt;   is unix/aix,&lt;/P&gt;&lt;P&gt;   then connection to MSSQL db&lt;/P&gt;&lt;P&gt;   is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (Bcos both OS are different,&lt;/P&gt;&lt;P&gt;  and the connector is not provided&lt;/P&gt;&lt;P&gt;  by sap / not available)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. After making an entry in DBCON Table,&lt;/P&gt;&lt;P&gt;   probably something may be required to&lt;/P&gt;&lt;P&gt;   be done on the application server,&lt;/P&gt;&lt;P&gt;   by the basis team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If this connection is required&lt;/P&gt;&lt;P&gt;   to be made to oracle server,&lt;/P&gt;&lt;P&gt;   then basis definitely requires&lt;/P&gt;&lt;P&gt;   to make a connection string&lt;/P&gt;&lt;P&gt;   on the application server&lt;/P&gt;&lt;P&gt;   (apart from the dbcon entry)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2006 13:10:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-22T13:10:16Z</dc:date>
    <item>
      <title>Runtime error while connecting from SAP to MS-SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185851#M127148</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 am writing a program to send data from SAP to MS SQL DB.&lt;/P&gt;&lt;P&gt;The stored procedure when run alone works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have defined connection 'C04' in DBCO with correct attributes.&lt;/P&gt;&lt;P&gt;But the 'CONNECT TO C04' statement gives me runtime error DBIF_DSQL2_CONNECTERR saying that 'Connection to Database system with the identifier C04 is not possible;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, I am not very clear if it is a ABAP problem or BASIS problem.&lt;/P&gt;&lt;P&gt;I did a lot of research but could not find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Shubha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 11:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185851#M127148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T11:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error while connecting from SAP to MS-SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185852#M127149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Shubha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the transaction code SM59 for the remote logon. Remote logon to the system has to be enabled. Also verify if you are supplying the correct "Application Server Name", "System Number", "UserID" and "Password" for the SAP system from MS SQL side. In case all these things are fine and still you are unable to connect please get in touch with your networking team and the networking team of the SAP server. It could be a problem of privileges for connection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 11:51:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185852#M127149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T11:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error while connecting from SAP to MS-SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185853#M127150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the information provided in the DBCON table entry is correct. &amp;lt;b&amp;gt;Also, ensure that the server is in the same network as that of SAP.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example entry in DBCON:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field Name	Description	                Value &lt;/P&gt;&lt;P&gt;CON_NAME	Logical name for db connection	RAJ&lt;/P&gt;&lt;P&gt;DBMS	        Database system	                MSS&lt;/P&gt;&lt;P&gt;USER_NAME	Database user	                &amp;lt;username&amp;gt;&lt;/P&gt;&lt;P&gt;PASSWORD	Password                       &amp;lt;pwd&amp;gt;/&amp;lt;pwd&amp;gt;&lt;/P&gt;&lt;P&gt;CON_ENV	  MSSQL_SERVER=depotserver MSSQL_DBNAME=HOF_INDORE&lt;/P&gt;&lt;P&gt;DB_RECO	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2006 11:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185853#M127150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-04T11:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error while connecting from SAP to MS-SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185854#M127151</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 to resolv the same error : 'Connection to Database system with the identifier XXX is not possible'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the user guides (notes), blogs, forums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created correctly a DBCO record for my MSSQL server connexion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our SAP: ECC5 640 / Oracle / NT (external server)&lt;/P&gt;&lt;P&gt;My MSSQL Server installed on my computer (with a fixed IP address): 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When do we use to meet this error ?&lt;/P&gt;&lt;P&gt;Did you manage to correct your error ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 13:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185854#M127151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T13:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error while connecting from SAP to MS-SQL DB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185855#M127152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shubha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If your application server&lt;/P&gt;&lt;P&gt;   is unix/aix,&lt;/P&gt;&lt;P&gt;   then connection to MSSQL db&lt;/P&gt;&lt;P&gt;   is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (Bcos both OS are different,&lt;/P&gt;&lt;P&gt;  and the connector is not provided&lt;/P&gt;&lt;P&gt;  by sap / not available)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. After making an entry in DBCON Table,&lt;/P&gt;&lt;P&gt;   probably something may be required to&lt;/P&gt;&lt;P&gt;   be done on the application server,&lt;/P&gt;&lt;P&gt;   by the basis team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If this connection is required&lt;/P&gt;&lt;P&gt;   to be made to oracle server,&lt;/P&gt;&lt;P&gt;   then basis definitely requires&lt;/P&gt;&lt;P&gt;   to make a connection string&lt;/P&gt;&lt;P&gt;   on the application server&lt;/P&gt;&lt;P&gt;   (apart from the dbcon entry)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 13:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-connecting-from-sap-to-ms-sql-db/m-p/1185855#M127152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T13:10:16Z</dc:date>
    </item>
  </channel>
</rss>

