cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid column name error in JDBC adapter

Former Member
0 Kudos

Hi all,

My scenario is Proxy->XI->JDBC.

I get the following error in receiver JDBC adapter.

Unable to execute statement for table or stored procedure. 'Account_Master' (Structure 'STATEMENT') due to com.microsoft.sqlserver.jdbc.SQLServerException: Invalid column name 'A7'.

There is no column by name A7 in the table nor there is a field by that name in the data type.

Can anyone provide any help

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the support guys.

The problem was with the length and type of one of the fields.

Rgds

Prashant

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Can you post the Message being sent from XI to the JDBC adapter.

Regards,

Bhavesh

Former Member
0 Kudos

Hi Swatantra,

compare your message-type with the database table!

There must be difference!

Regards Mario