Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ERROR When coonecting to SQL via DBCO Connections

Former Member
0 Likes
2,653

Hi,

Error when connecting to SQL using DBCO connections. I am getting an dump as "Set up of a secondary connection to the database system failed. It is possible that the data required for setting up the connection via EXEC SQL (Native SQL)is faulty."

plaese help.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,332

Hi Ravi,

Create the respective DBCO entry for the external database.

You can check if the connection is working by running report ADBC_TEST_CONNECTION.

Regards

Raj

Edited by: Rajasekhar Dinavahi on Feb 21, 2012 5:53 PM

5 REPLIES 5
Read only

Former Member
0 Likes
1,333

Hi Ravi,

Create the respective DBCO entry for the external database.

You can check if the connection is working by running report ADBC_TEST_CONNECTION.

Regards

Raj

Edited by: Rajasekhar Dinavahi on Feb 21, 2012 5:53 PM

Read only

0 Likes
1,332

Hi Raj,

Thanks for the valuable reply..if I run the ADBC_TEST_CONNECTION and get an DBI error 16 how can I rectify it?

Read only

Former Member
0 Likes
1,332

Hi

Checking the dbsl_w<NN> as it is explained in point 3 of the 'Troubleshooting' section of [SAP Note 738371|https://service.sap.com/sap/support/notes/738371] would help a lot to know the reason of the failure.

It is most likely that, the information provided in DBCO are not complete/accurate

Regards

Raj

Read only

0 Likes
1,332

Hi ,

I am  facing the same problem .

When I run it manually , no problem . In background  schedule sometimes this error is comming,

Tested the standard program as well ADBC_TEST_CONNECTION, Connection is OK.

This problem coming every after 4/5 days,

Any idea? please guide me.

Read only

0 Likes
1,332

Giving

  SQLERR_REF->INTERNAL_ERROR is equal to 16.

what is this error?