cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to setup HANA as secondary database connection to ECC

Former Member
0 Kudos

Hi there,

I am trying to follow the following blog to setup HANA as secondary database connection to ECC but encountered error when I try to create the connection in tcode DBACOCKPIT.

http://scn.sap.com/community/in-memory-business-data-management/blog/2012/04/11/test

I am getting the following error message:

"Exception CX_DB6_SYS in class CL_DB6_SYS method SET_DBC_NAME line 29 / RC=Error in connection administration"

I did a quick debug and it seems like it class CL_HDB_DBCON is missing. According to the basis, everything is patched to the latest version. Any idea how I can fix this up?

Thanks,

TM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi there,

The error only occurs when I try to add the connection through DBACOCKPIT. I maintained DBCON table manually through SM30 and the connection is working fine now.

Regards,

TM

Former Member
0 Kudos

Hi all!

I have the same problem. and discovered, that class CL_HDB_DBCON does not exist in the system. Can you help me to solve this problem?

basis SAP ABAP Basis 7.00 Support Package 31.

Thanks.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>According to the basis, everything is patched to the latest version.

Can you  share what those levels are?  Is your SAP_BASIS support package level up to date?  The HANA entries for secondary database connection were delivered in the following 7.0x support packages (See note 1589983):

700          SAPKB70025
701          SAPKB70110
702          SAPKB70209
710          SAPKB71013
711          SAPKB71108
720          SAPKB72006

The function group SMIGR_HDB and package SHDB are delivered in

o  SAP ABAP Basis 7.00 Support Package 26

o  SAP ABAP Basis 7.01 Support Package 10

o  SAP ABAP Basis 7.02 Support Package 09

onno_bagijn
Employee
Employee
0 Kudos

The following notes (if they can be implemented) can also help if you don't have the required support packages:

Note 1614438 - ABAP secondary DB connection to SAP HANA database

Note 1589983 - No DBCON entry possible for SAP In-Memory Database

Note 1614428 contains a transport with function group SMIGR_HDB and package SHDB.

Former Member
0 Kudos

Hi Thomas,

At the moment, the system is on:

  • 701          SAPKB70110
  • 701          SAPKA70110

Function group SMIGR_HDB and package SHDB exist the system.

Regards,

TM