<?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: Connection error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557697#M252425</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;dbca is a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me your mailid...will mail u the document i have.&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, 20 Sep 2006 20:26:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T20:26:22Z</dc:date>
    <item>
      <title>Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557686#M252414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need to connect from SAP 4.6 to SQL Server 2000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Had written the following code. to connect to code to connect.&lt;/P&gt;&lt;P&gt;As well as made changes in the DBCON table.&lt;/P&gt;&lt;P&gt;DBMS: MSS&lt;/P&gt;&lt;P&gt;USER_NAME srvhadp&lt;/P&gt;&lt;P&gt;PASSWORD Password for setting up &lt;/P&gt;&lt;P&gt;the connection &lt;/P&gt;&lt;P&gt;to the database &amp;lt;pwd&amp;gt;/&amp;lt;pwd&amp;gt;&lt;/P&gt;&lt;P&gt;MSSQL &lt;U&gt;SERVER=GRDSQL01 MSSQL&lt;/U&gt;DBNAME=SRA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and wrote this Z program to connect its giving the following runtime error &lt;/P&gt;&lt;P&gt;  DBIF_DSQL2_CONNECTSTR_ERROR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZDBCON .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;CONNECT TO 'GRDSQL01' AS 'V'&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL.&lt;/P&gt;&lt;P&gt;SET CONNECTION 'V'&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;Please guide and help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kamlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 18:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557686#M252414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T18:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557687#M252415</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;Is GRDSQL01 the connection name given in DBCON?&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, 20 Sep 2006 18:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557687#M252415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T18:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557688#M252416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 18:39:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557688#M252416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T18:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557689#M252417</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;Are these two servers (SAP and MSS) are in the same intranet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because, once i faced the same problem connecting to MSS server. Once they changed the network properties, i was able to successfully connect to MSS server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rajasekhar Dinavahi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 18:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557689#M252417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T18:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557690#M252418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked it. Its not changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what else can be the problem.what do u want me to check else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 18:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557690#M252418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T18:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557691#M252419</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 your case SRA is the MSS server name and the username and pwd are the one used to connect to that MSS server, am I right?  Thats the way it should be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you confir the same? Are you able to login to MSS server (SRA) using those credentials?&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, 20 Sep 2006 18:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557691#M252419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T18:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557692#M252420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SRA is the database name and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSSQL _SERVER=GRDSQL01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 18:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557692#M252420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T18:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557693#M252421</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;Found the below exceptions. See if they make any sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exceptions &lt;/P&gt;&lt;P&gt;Catchable Exceptions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CX_SY_NATIVE_SQL_ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Error during setup of a secondary database connection. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_CONNECTERR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The specified secondary database connection is not entered in table DBCON. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_CONNECTSTR_ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Error during COMMIT or ROLLBACK to "DEFAULT" database connection. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_DEFAULT_CR_ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: An internal error occurred during exection of Native SQL. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_INTERNAL_ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Incorrect environment variable in table DBCON for setup of connection to R/3- or an external database (multi-connect). At the beginning of the connection, the values of the environment variables are read from table DBCON and analyzed. This check showed that the values are longer than allowed or that environment variables for the connection setup are missing. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_INVALENV_ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Invalid interruption of a database selection. The cursor was closed. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_INVALID_CURSOR: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The DSQL interface was called using invalid parameters. In the system log (SM21) you will find further explanations on these incorrect parameters. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_INVALID_REQUEST &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: A data record with the specified key already exists. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_KEY_ALREADY_EXISTS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The specified key was not found in the database. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_KEY_NOT_FOUND &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: Another internal internal error occurred during COMMIT or ROLLBACK. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_MIXED_CR_ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: An error occurred during COMMIT or ROLLBACK to a Native SQL database connection. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_NATIVE_CR_ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: No storage space available for a Native SQL statement any longer. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_NO_MEMORY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The database object already exists in the database. There was an attempt to create a database object (table, view, index, ...) in the database. This oject, however, already exists. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_OBJ_EXISTS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: You worked with the name of a table or a view that does not exist in the database. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_OBJ_UNKNOWN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: There is an SQL error during execution of a Native SQL command. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_SQL_ERROR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The database interface gave an unexpected return code. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_UNEXPECTED_CODE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The maximum number of secondary database connections has been exceeded. &lt;/P&gt;&lt;P&gt;Runtime Error: EXSQL_CONNECTION_LIMIT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cause: The maximum number of cursors has been exceeded. &lt;/P&gt;&lt;P&gt;Runtime Error: EXSQL_DSQL_CURSOR_LIMIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 19:05:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557693#M252421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T19:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557694#M252422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cause: Error during setup of a secondary database connection. &lt;/P&gt;&lt;P&gt;Runtime Error: DBIF_DSQL2_CONNECTERR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had got this error. what do u mean by secondary database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 19:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557694#M252422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T19:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557695#M252423</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;All databases other than SAP's own come under secondary databases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access these secondary databases, you create DBCON entries (Database connection), through which you connect to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did u do a 'Test Connection' from within SAP(Trxn DBCA)?&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, 20 Sep 2006 19:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557695#M252423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T19:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557696#M252424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raj&lt;/P&gt;&lt;P&gt;DBCA is a table or a transaction. I tried it in se11, se16.&lt;/P&gt;&lt;P&gt;plus I suppose I would need more guidance from u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 20:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557696#M252424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T20:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557697#M252425</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;dbca is a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give me your mailid...will mail u the document i have.&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, 20 Sep 2006 20:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557697#M252425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T20:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557698#M252426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ka.chhabria@gmail.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kamlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 20:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557698#M252426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T20:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557699#M252427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly mail me the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kamlesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 21:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557699#M252427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T21:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557700#M252428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not being able to get the connection done. does the basis guy need to do anything into it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I request you to please also mail me the document which u were suppose to send.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 15:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557700#M252428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T15:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connection error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557701#M252429</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 have the same error and can't manage to connect to my MSSQL Server from SAP (ECC5 640 / NT / Oracle database).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover, I tried DBCA transaction and it doesn't exist. Can you please forward your document to me ? and explain to me how to check what is wrong (DBCO, RFC, TCP/IP...) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mail: avanpeene@fiveslille.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&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:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/connection-error/m-p/1557701#M252429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T13:13:28Z</dc:date>
    </item>
  </channel>
</rss>

