cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Receiver CC Error

SudheerJ
Participant
0 Kudos

Hi,

I have configured JDBC Reciever Adapater and i have given the paramenter like following -

JDBC Drvier : com.microsoft.sqlserver.jdbc.SQLServerDriver

Connection : jdbc:sqlserver://<dbServer>:14330;databaseName=<dbName>

(Note - with the above details we have a sender channel which is perfectly working fine)

JDBC Receiver Channel in RWB is giving the following error in adapter channel monitoring -

Configuration error: com.sap.aii.af.service.util.configuration.MandatoryParameterMissingException: Value missing for mandatory configuration attribute tableEOColumnNameId

Please help me.

Thanks in Advance!!

Accepted Solutions (1)

Accepted Solutions (1)

rodrigoalejandro_pertierr
Active Contributor
0 Kudos

hi,

there is a mandatory field in table wich you are not sending.

check the strcture of table and the data you are sending,

Thanks

Rodrigo

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sudheer,

The error as pointed out by fellow SDNers is in the receiver structure, where the attribute is supposed to specify update or update insert, just have a look at this blog by Bhavesh,and follow the same receiver structure.

Should help u out

GabrielSagaya
Active Contributor
0 Kudos

please view similar thread

Former Member
0 Kudos

Hi Sudheer,

I think the error is in the receiver structure. Please check if your receiver structure is any of the below mentioned in the link.

http://help.sap.com/saphelp_nw70/helpdata/EN/2e/96fd3f2d14e869e10000000a155106/content.htm

-Regards,

Shamly.

former_member181962
Active Contributor
0 Kudos