Hello,
I try connect external database to sap.
For it, i found the transaction DBCO. I configured this and don't connect.
In transaction "ST04" response with:
"-- ERROR ADBC database error (16) occurred"
With code response that db isn't online:
exec sql.
set connection: 'dbsql'
endexec.
I realized a ping (in sap machine) and i have response.
We have ASP aplications with equal configuration and execute ok.
What can it be happening?
Thanks.