cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

i make a new entry using tcode:DBCON and enter the necessary details ashown as above.

While Testing a DB connection using T-CODE : SE 38, errors occured a shown as below.

Thanks in advance.

0 Likes
View Entire Topic
eason_chen
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

It seems that you haven't provide the correct "Connection information". The "Connection information" should contain information of hostname and sql port number.
e.g.
for single container database:
<hostname>:3<instance number>15
for multitenant database:
<hostname>:<tenantdb/systemdb sql port>

Best Regards,
Eason Chen