cancel
Showing results for 
Search instead for 
Did you mean: 

errors in file to jdbc

Former Member
0 Kudos

possible errors in file to jdbc scenario

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Are you looking from Interview perspective??

From last few days I am seeing your questions on Forums are releated to interview?

thanks

farooq

Former Member
0 Kudos

are there any blogs for this?

VijayKonam
Active Contributor
0 Kudos

There would be treads on the erros. Search the forum with JDBC and error. Sure u would get lot of them..

VJ

Answers (1)

Answers (1)

Former Member
0 Kudos

1.mostly the error will be when you give a wrong message structure for corresponding database statements like insert,delete,select etc..

Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'xxxxx' (structure 'STATEMENT'): com.microsoft.sqlserver.jdbc.SQLServerException: Cannot insert the value NULL into column 'xxxxx', table 'xxxx"

2.if ur connection to database is not established properly because of improper driver and connection specification in the communication channel. u will get error as : connection to database cannot be established.