<?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: Problem with DBCO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dbco/m-p/1352720#M176510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jesus,&lt;/P&gt;&lt;P&gt;have a look at SAP Note 738371 where you can find the following report to check your connection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZTESTDBCON.&lt;/P&gt;&lt;P&gt; data: DBN(128).&lt;/P&gt;&lt;P&gt; EXEC SQL.&lt;/P&gt;&lt;P&gt;   CONNECT TO 'TST'&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt; EXEC SQL.&lt;/P&gt;&lt;P&gt;   SET CONNECTION 'TST'&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt; EXEC SQL.&lt;/P&gt;&lt;P&gt;  SELECT db_name() INTO :DBN FROM SVERS&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt; WRITE: / 'current database name', DBN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 May 2006 20:13:41 GMT</pubDate>
    <dc:creator>former_member182371</dc:creator>
    <dc:date>2006-05-19T20:13:41Z</dc:date>
    <item>
      <title>Problem with DBCO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dbco/m-p/1352719#M176509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers. &lt;/P&gt;&lt;P&gt;I've been using a DBCON to a SQL Server DB, i configured the conection in Trx. DBCO and it works just perfect.... however, the DB is being changed to another server, now when i configured this new DB the system can't connect to it. I can access it from the network, from the SQL Server admin tool, everything seems to be just fine, but i can't access it from SAP. &lt;/P&gt;&lt;P&gt;I repeat, the original configuration works perfect, when i change to the other server is when it breaks down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some ideas what might be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 21:19:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dbco/m-p/1352719#M176509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T21:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DBCO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dbco/m-p/1352720#M176510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jesus,&lt;/P&gt;&lt;P&gt;have a look at SAP Note 738371 where you can find the following report to check your connection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZTESTDBCON.&lt;/P&gt;&lt;P&gt; data: DBN(128).&lt;/P&gt;&lt;P&gt; EXEC SQL.&lt;/P&gt;&lt;P&gt;   CONNECT TO 'TST'&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt; EXEC SQL.&lt;/P&gt;&lt;P&gt;   SET CONNECTION 'TST'&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt; EXEC SQL.&lt;/P&gt;&lt;P&gt;  SELECT db_name() INTO :DBN FROM SVERS&lt;/P&gt;&lt;P&gt; ENDEXEC.&lt;/P&gt;&lt;P&gt; WRITE: / 'current database name', DBN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2006 20:13:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dbco/m-p/1352720#M176510</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-05-19T20:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with DBCO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dbco/m-p/1352721#M176511</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;for that wirte 1 small ABAP program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Native SQL command &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;set connection 'Connection_string'&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;IF sy-subrc 0.&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;connect to 'Connection_string'&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*here use any table and work area to transfer data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;SELECT CUST_CODE FROM CUSTOMER_MAP@IMPSCONN&lt;/P&gt;&lt;P&gt;INTO :ZIMPSCTCODE&lt;/P&gt;&lt;P&gt;WHERE SAP_CODE = :IT_IMPS_CUST-CUST_CODE&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Salil ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2009 07:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dbco/m-p/1352721#M176511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-01T07:42:35Z</dc:date>
    </item>
  </channel>
</rss>

