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

Transaction - DBCO Not connecting

Former Member
0 Likes
769

Experts, I am trying to create the Interface between MSSQL database and ABAP to transfer the data to SQL-database.I gave username= &&&(mssqlserver userid) and DB password(mssqlserver userid) and conninfo( MSSQL_SERVER=SQL servername MSSQL_DBNAME= SQL-Databasename).

It does not connect.Please suggest if something is missing or required more.

Experts, I am trying to create the Interface between MSSQL database and ABAP to transfer the data to SQL-database.I gave username= &&&(mssqlserver userid) and DB password(mssqlserver userid) and conninfo( MSSQL_SERVER=SQL servername MSSQL_DBNAME= SQL-Databasename).

It does not connect.Please suggest if something is missing or required more.

2 REPLIES 2
Read only

Former Member
0 Likes
528

Reward points...

Read only

0 Likes
528

Murli Dude, Thanks for your suggestion. It is working now. DBCO can connect the extrenal database.