cancel
Showing results for 
Search instead for 
Did you mean: 

file to jdbc adapter

Former Member
0 Kudos

hi

In file to jdbc scenerio,

where we specify the database name (i.e in which steps )

thx in advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if you are using MS SQL Server, specify database name in database connection parameters like database=mydatabase after the port in the receiver JDBC communication channel

--Archana

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Tamilarasan,

In the Configuration, after choosing the JDBC Adapter as receiver, you will need to set the database name as part of the Connection.

Regards,

Balaji.M

Former Member
0 Kudos

Esample of Connenction String (for Oracle)

jdbc:oracle:thin:@hostname:PortNumber:DBname

Regards

Sandro

Former Member
0 Kudos

Tamil,

the database name is specified in the Connection of the JDBC adpater.

Former Member
0 Kudos

Just in the connection string of the communicational channel

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/frameset.htm">Configuring the Receiver JDBC Adapter</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/frameset.htm">Configuring the Sender JDBC Adapter</a>

Regards,

Sandro