cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Adapter

martini
Explorer
0 Kudos

Hi,

I have configured a JDBC Adapter

Receiver

into Integration
Directory on SAP XI.This execute a stored procedure with only input
parameters.
The problem is when, I'm sending a blank string in any parameter.

I have configured the option "Interpretation of Empty String Values"

with
NULL Value, but this

not work

.

Why the adapter doesn't send null values in parameters ? Is it a bug of adapter ?

Thanks in advance.

Martín.

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Martin, the best way to debug this would be to add the LogSQLStatement in the Reciver JDBC adapter.

This would allow you to see the call being made to the stored procedure and you can use this to see if the call is as expected.

In the receiver JDBC adapter, select Additional Parameters and add the statement LogSQLStatement with value true.

Regards

Bhavesh

Former Member
0 Kudos

Bhavesh, We have added the LogSQLStatement in Additional Parameteres with values as true in the Reciver JDBC adapter but in the audit log of adapter monitoring we can just see the procedure name, not the whole statement.

Is there any other configuration also which needs to be done?

Answers (1)

Answers (1)

prabhu_s2
Active Contributor
0 Kudos

did u get any errors in this case?