cancel
Showing results for 
Search instead for 
Did you mean: 

R3 trans -d return code(0012)

Former Member
0 Kudos

   Hi All,

After attaching and detaching database SQL server 2005 R3trans -d ending with return code (0012).

Translog:

Error could not load library 'dbmsslib.dll'

2EETW169 no connect possible :"connect failed with DBLI_RC_LOAD_LIB_FAILED".

I am able to login(PortaL) the system.

Kindly suggest how to proceed further and your valuble inputs

Advance Thanks

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

I am able to login(PortaL) the system.

You cannot use R3trans to check DB connectivity on a Java system

Regards, Juan

Answers (2)

Answers (2)

paul_power
Active Contributor
0 Kudos

Hi,

I assume that their is an abap stack on this system.

If so:

Does the mention dbmsslib.dll exist on the system?

If not, then downlaod this as per section 3 of the Knowledge Based Article

1601608 - How to access an external Microsoft SQL Server database

regards,

Paul

Former Member
0 Kudos

Hello all,

Thanks for your valuble inputs ,issue resolved ,I am closing thread.

Thanks

Former Member
0 Kudos

Hi.

At least you could share with others  who may need that solution just like me

former_member189725
Active Contributor
0 Kudos

To test the database connectivity using JDBC driver which JAVA applications use  , login to the configtool and check if the connection to the database happens or not .The mechanism and database client  R3trans uses to connects to the database is specific to ABAP stack , JAVA server processes use JDBC driver to connect to the database.

Regards

Ratnajit