cancel
Showing results for 
Search instead for 
Did you mean: 

FIle to JDBC scenario

Former Member
0 Kudos

Hi guys,

I want to develop a sample file to JDBC scenario. I have seen blogs on it. But how do i intstall the JDBC driver in my local PC and what are the things that needs to be installed in the system.

thanks

sankar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You need to Install the JDBC Drivers on XI Server not in ur Local Desktop.

To install JDBC driver follow the how to guide.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guide...

Configuration of JDBC Adapter for SQL Server

JDBC Driver = com.microsoft.jdbc.sqlserver.SQLServerDriver

Connection = jdbc:microsoft:sqlserver://hostname:<port>;DatabaseName=<DBName>

UserID and Password.

If the connection is not working find the correct port number.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40b92770-db81-2a10-8e91-f747188d...

REgards

Seshagiri

Former Member
0 Kudos

Hi

I am getting an error when opening the below link

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guide...

can you provide me the correct link/

thanks

Answers (3)

Answers (3)

Former Member
0 Kudos

i still have some doubts

Former Member
0 Kudos

Hi,

go through the below link:

chirag

Former Member
0 Kudos

installation of JDBC driver on XI server must be done.

decide on the database and then install the corresponding driver.

eg. if you decide mySQL database, then mySQL connecter must be installed on XI server and mySQL server instance must be configured in your system.

Former Member
0 Kudos

Hi

Lets say I am using microsoft access in my local PC to create a database and tables. can I access this database from XI. if yes, what are the JDBC adapter settings i need to do ??

thanks

Edited by: sudhakar murthy on Aug 26, 2008 10:47 AM

Former Member
0 Kudos