Hi,
I have a File to JDBC Scenario which is asynchronous. I have two segments in the Target structure, one segment with action: insert and other with execute.
Target Structure:
MT_Target
Segment1
Table name
action Insert
table
access
field1
field2
Segment2
SP
abc_update_pm_invoice mapped to constant[]
action EXECUTE
code
input
type
Now I receive an error in message monitor:
MP: exception caught with cause com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'abc_update_pm_invoice' (structure 'SP'): com.microsoft.sqlserver.jdbc.SQLServerException: SQL Server did not return a response. The connection has been closed.
Any help?
Thanks.