cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding JDBC Adapter

Former Member
0 Kudos

Hello Experts,

If i want to perform File to JDBC Scenario, Is it require any pre-requisite for JDBC Adapter configuration.

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Answers (6)

Answers (6)

Former Member
0 Kudos

HI,

File to JDBC:-

For Configuring jDBC adapter -

http://help.sap.com/saphelp_nw2004s/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm

To do Jdbc scenarios initially we have to install jdbc drivers in the XI server to get connected to the database . and specify the connection details in the jdbc communication channel.

Regards,

Pradeep

Former Member
0 Kudos

Hi,

You need to have your JDBC drivers installed in the SAP XI server and you can start configuring the JDBC details with the driver and the connection parameters.

Regards,

Nithiyanandam

Former Member
0 Kudos

Hi,

Pre-requisites for JDBC Adapter is

Install JDBC drivers on XI Server

Follow the bellow guide on how to install

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,

The Prerequisite for JDBC adapter :

-Access to a database system or any other database that provides

JDBC drivers, to write the data into DB.

-The Driver should be deployed in the Server.

-Configure User in the SQL enterprise manager tool or similar tool for any other databases

former_member238007
Contributor
0 Kudos

Hi,

Yes, it is necessary to follow the structure of the JDBC to insert the data into the database else throws exception, but as UPDATE command is mandatory you should use it, if you dont want to any updation just type <TEST> there in the Update column.

follow this links it will be very useful

Receiver Structure

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

JDBC Discussions

Step By Step Process

regards,

Kishore

Former Member
0 Kudos