You are on page 1of 10

Connecting SAP on Oracle to External MS SQL :------------Step 1: Make sure your SQL server is setup to support SQL Server

Authentication as the default is Windows Authentication Mode only.

If in any doubt of your SQL configuration try using the standard Windows ODBC data source wizard Start--- Settings-- ControlPanel--Administrative tools--- Data sources (ODBC ) Create User DSN and system DSN

Click Add

If you dont see MySQL ODBC 3.51 Driver please install related driver

Test : success --- OK.

Step 2: Download the database library. Under Kernel Patches and make sure you select the database version you want to connect to in this example Service market place --- software downloads--support pack and patches-Browse and download catalogue---Additional Components-SAPKernel- sapkernel 64bit Unicode--SAP KERNEL 7.20 64-BIT
UNICODE---Windows on x64 64bit---

MS SQL Server.

Step 3: Unpack and copy the library itself dbmssslib.dll to your application instances kernel folders(usr/sap/sid/sys/exe/run). And add the name dbmsslib.dl in instance.lst file to get SAP Step 4: In SAP transaction SM30 table maintenance for DBCON. Add the connection as below .

Step 5: Code away. You can download my sample ABAP program here.

Step:5--- TCODE : SE38

Run the program ABC_TEST_CONNECTION and execute

Provide Connection Name: for ex. ECDPRISM

It should Connection ECDPRSIM Successfully Opened

You might also like