cancel
Showing results for 
Search instead for 
Did you mean: 

***Idoc to JDBC scenario

Former Member
0 Kudos

Dear all,

Mt requirement is that, under segment say E1mvkem i have a sub segment .When I give this segment to Access ,I don't get all the fields to the JDBC.ie my idoc is sending around 18 E1mvkem fields but my jdbc is receiving only 3 fields.

any pointers would be appreciated.

Thanks,

Srini

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

The best way to check is test your mapping program in ESR with test data , and debug it. if it is giving reqquired out put in mapping then it will work.

Regards,

Raj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Did you crosschecked the table structure to which you are inserting the data into...

Also enable logSQLStatement to true in the advanced parameters of the JDBC to know the insert statement issued to the database...

HTH

Rajesh

Former Member
0 Kudos

access -


1to unbounded

all the filelds ---0..1 cardinality

The other scenario file to JDBC is working fi fine using the same table.

Former Member
0 Kudos

Check the audit logs of your receiver channel ...

As said above enable sql statement to log in audit logs which shows the exact sql statement trying to issue to the database..

later you can take that statement and can execute in database to see whats happening ....

Hope this is not a production problem...

HTH

Rajesh

Former Member
0 Kudos

Nope its is Dev

Former Member
0 Kudos

ok,Now it is inserting duplicate line items in to the database.