cancel
Showing results for 
Search instead for 
Did you mean: 

Can not produce Target Element

former_member303666
Active Participant
0 Kudos

Hi,

we have a jdbc to idoc scenario, the messages are failed in sxi_monitor with can not produce target element.

please advise how to resolve this issue.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Check your mapping under the Message Mapping->Test tab.

Check if you mapped all the mandatory Fields.

Srini

Former Member
0 Kudos

Hi,

i have downloaded the payload from sxi_monitor and tested the message mapping under test tab, the error generated with same can not produce target element.

plase advise.

kesava

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

In which pipeline step your messages are failing in SXI_MONITOR.

In Integration directory we can test the configuration whether all the pipeline steps are working fine or not. To test the configuration

To call the configuration test, in the Integration Builder main menu (Integration Directory), choose Tools --> Test Configuration, This function enables you to simulate the processing of a message on the basis of the existing configuration data.

Enter all the parameter and the test source XML, start the test configuration. This will let us know where exactly is the error in the pipeline steps.

If the error is in Message mapping, try to trace out the error in Message mapping test tool.

anupam_ghosh2
Active Contributor
0 Kudos

Hi KESAVA123,

If you have not mapped mandatory fields you will get a red circular symbol in target field. If you are not seeing anything red then you have mapped them alright. Now please check minimum occurence of the target fields.If you find min occuerence is zero then check the logic of mapping, when you produce the target element. I feel somewhere you are required to use creatif function which is missing.

regards

Anupam

baskar_gopalakrishnan2
Active Contributor
0 Kudos

This is basically mapping exception due to missing data for the mandatory target elements. Make sure from idoc mappng passes value to all target mapping elements. Copy the sxmb_moni payload data and paste in the mapping tool and debug field by field.

former_member854360
Active Contributor
0 Kudos

In Message apping editor test tab set test mode as DEBUG and test the message mapping.

Then you can see exactly in which field it is failing.

Then check the mapping for that field.

It may be the due valus missing in QUEUE context.