nerdexam
IBM

000-349 · Question #28

A map has 10 input cards and 5 output cards. The map fails with the message one or more inputs was invalid. What is the next step to take to determine the cause of the error?

The correct answer is B. Run a summary content trace. A summary content trace reveals which input card received invalid data by showing the actual content processed at each step, pinpointing the source of the validation failure.

Troubleshooting

Question

A map has 10 input cards and 5 output cards. The map fails with the message one or more inputs was invalid. What is the next step to take to determine the cause of the error?

Options

  • ARun a rules trace
  • BRun a summary content trace
  • CEnable backup on the input cards.
  • DAdd Restart attributes to the input type trees.

How the community answered

(49 responses)
  • A
    14% (7)
  • B
    76% (37)
  • C
    6% (3)
  • D
    4% (2)

Why each option

A summary content trace reveals which input card received invalid data by showing the actual content processed at each step, pinpointing the source of the validation failure.

ARun a rules trace

A rules trace tracks the execution of map rules and conditions, not the raw content of input data, so it would not directly reveal which input was invalid.

BRun a summary content traceCorrect

A summary content trace captures the data content flowing through each card during map execution, allowing the analyst to inspect what data each of the 10 input cards received and identify which one contained invalid content. This is the most direct diagnostic tool for tracing input validation failures in a multi-card map. It narrows the problem to a specific card and data value without requiring map reconfiguration.

CEnable backup on the input cards.

Enabling backup on input cards preserves data for future reference but does not actively diagnose which card caused the current failure.

DAdd Restart attributes to the input type trees.

Adding Restart attributes affects map restart behavior after failure and does not help identify or diagnose the invalid input that caused the original error.

Concept tested: Summary content trace for diagnosing invalid input errors

Source: https://www.ibm.com/docs/en/b2b-integrator/6.1?topic=maps-tracing-map-execution

Topics

#content trace#map failure#input validation#troubleshooting

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice