cancel
Showing results for 
Search instead for 
Did you mean: 

DB CONNECT Issue

Former Member
0 Kudos

Hi

I am trying to configure the DB Connect in SAP BI to connect Oracle database. Please write to me, what is the entry

that needs to be entered in SSID and SAPDBHOST. I have pasted the entry in the TNSNAMES.ORA file

IISTEST =

  (DESCRIPTION =

    (ADDRESS_LIST =

      (ADDRESS = (PROTOCOL = TCP)(HOST = 10.87.10.13)(PORT = 1521))

    )

    (CONNECT_DATA =

      (SERVICE_NAME = IISTEST)

    )

  )

Please note that I am getting error ORA-12154 error in SM21 transaction, when I checked this error, it means that

TNS:could not resolve the connect identifier specified. Kindly give your inputs, how to resolve this error.

Thanks

Bala

Accepted Solutions (1)

Accepted Solutions (1)

AtulKumarJain
Active Contributor
0 Kudos

Hi bala,

It should be like

A sample entry for the alias C11 and default domain WORLD could be, for example:

  C11.WORLD =

    (DESCRIPTION =

      (ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = TCP) (HOST = c11host) (PORT = 1527)

        )

      )

      (CONNECT_DATA =

        (SID = PRD)

      )

    )


Best Regards,

Atul

Former Member
0 Kudos

Hi Bala,

Add your database details as a separate entry in TNSnames.ora file apart from your existing Database entry.

with required hostname listerner ports details as mentioned by Atul. Also check the sqlnet.ora file if you have restricted the host connecting to this database. if you have restricted then you need to add the hostname/ipaddress in the sqlnet.ora file too.

Regards,

ram

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use the tcode dbco to create new connection in SAP R/3 system. And test the connection by programe ADBC_TEST_CONNECTION.

Regards

Ankit