Skip to Content
0
Former Member
Mar 18, 2009 at 11:02 AM

JDBC Receiver

38 Views

Hi All,

I am doing a JDBC Receiver scenario.The JDBC driver has been configured in the XI system.

I have given the follwoing in the CC,

1. Database Driver Class Name - com.inet.tds.TdsDriver

2. JDBC Connection URL - jdbc:inetdae7://<DB_HOST_NAME>:1433;DatabaseName=<DB_NAME>

Now when I run the scenario ,

I get the error JDBC adapter receiver channel SVG_JDBC_Receiver not initialized. Unable to proceed due to null

The payload genearted looks fine,

<?xml version="1.0" encoding="UTF-8" ?>

http://kone.com/servigistics-integration">

<Statement>

<Test action="INSERT">

<table>TABLE1</table>

<Access>

<Field1>KM247850</Field1>

<Field2>FINJTIA</Field2>

</Access>

</Test>

</Statement>

</ns0:MT_TEST>

Can anyone suggest me what to do?

Thanks,

Venu