cancel
Showing results for 
Search instead for 
Did you mean: 

connection field for JDBC adapter

Former Member
0 Kudos

Hi All,

We have installed JT400.jar file for connecting to DB2 database . What value should i give for the <b>Connection</b> field in the communication channel.

Regards,

Tarun.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

JDBC Driver: com.ibm.as400.access.AS400JDBCDriver

Connection :jdbc:as400://ServerName/databaseName

Thanks

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Kindly close the thread if your query has been resolved.

Thanks

Former Member
0 Kudos

Lol...

@Monika: She needs to have those 8 more points for solving the thread

2 points is not what she gonna take. wink wink...

Vishal

Former Member
0 Kudos

Hi

Well its more about keeping the forum clean, nothing else.If next time some person visits the thread, he/she must get some help.Closed threads reveal that the solution discussed shall definitely help.

Thanks

justin_santhanam
Active Contributor
0 Kudos

Hi,

JDBC Driver: com.ibm.as400.access.AS400JDBCDriver

Connection :jdbc:as400://<b>Server</b>/;errors=full

raj.

Former Member
0 Kudos

HI Raj,

Thanks for you reply , in the connection just specifying the <b>server</b> will do , or do we have to specify some schema name as well??

Regards,

Tarun.

justin_santhanam
Active Contributor
0 Kudos

Hi,

Just the server name is fine. This is the connection setting we are using !!

raj,