cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Operation Mapping Parameter problem

former_member217283
Participant
0 Likes
1,373

Hi all,

My scenario is JDBC-->Proxy (Abap). I have defined a operation mapping parameter to create the connection JDBC:

This parameter is called from message mapping:

In the integration directory I have a ICO and also I have defined the operation mapping parameter in receiver interfaces.

This configuration is working fine but the problem is with the value of JDBC_CONN in production environment,

This value  have a size higher to development URL.

The error is:

Runtime Exception when executing application mapping program SQLTest/SQLTest; Details: java.lang.NullPointerException; while trying to invoke the method java.sql.Connection.setAutoCommit(bool) of an object loaded from local variable 'conn'

'conn' is a varible used in java mapping,I know the problem isn't in java mapping because it is working fine with another value for JDBC_CONN parameter.

If I get the value for JDBC_CONN from message mapping instead of operation mapping parameter I have not this problem:

Is posible there is some problem or limitation in the size of operation mapping parameters? someone have idea where is the problem?


Thanks and regards


Mónica

View Entire Topic
Former Member
0 Likes

Hi Monica,

Have you tried directly from the ESR?, if you are testing form Message Mapping you should go to parameters tab and to fill the variable manually.

Regards.

former_member217283
Participant
0 Likes

Hi Iñaki,

Yes a tried from ESR? the funcionality working fine, the only difference between the process correct and the process not correct is in the Operatio mapping parameter value, in the string size.

Regards