‎2017 Feb 21 6:30 AM
Hello Experts ,
Currently we are facing an error for the database connection created in DBCO transaction to hana from erp system . Please find the below pasted error code from the trace file when i use the test report ADBC_TEST_CONNECTION
*** ERROR => Couldn't load library '/usr/sap/XT2/DVEBMGS25/exe/dbhdbslib.so'
could not load library for database connection HANA_XXX
Below is the snapshot of SM21 transaction
No shared library found for the database with ID HANA_XX
Could you please advice .
Thank you very much .
‎2017 Feb 21 8:33 AM
Secondary database connections are stored in database table DBCON. You should access this table only with TA
DBACOCKPIT. TA DBCO is an expert tool for which you need special expertise. You can use DBACOCKPIT also for analyzing the connection..
‎2017 Feb 21 8:33 AM
Secondary database connections are stored in database table DBCON. You should access this table only with TA
DBACOCKPIT. TA DBCO is an expert tool for which you need special expertise. You can use DBACOCKPIT also for analyzing the connection..
‎2017 Feb 21 9:39 AM
Hello Keller ,
Thanks for the reply , but i dont find any relevant under the logs under DBACOCKPIT.
Regards ,
Wilson
‎2017 Feb 21 12:49 PM
Again,
Last but not least ADBC_TEST_CONNECTION is not exactly a tool for testing connections but more a demo for ADBC with connections.
‎2017 Mar 02 7:07 AM