Multiple choice technology

what will happen when someone tries to run a mapping which has mapping parameter defined; but mapping parameter file was deleted before the mapping run?

  1. Session fail with error message saying integration service cannot find specified parameter file .

  2. Session will run with a warning message because a null value being used in place of parameter value.

  3. Session will not run, because it is invalid.

  4. Session will run successfully.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

When a mapping parameter is defined but its parameter file is deleted, the Integration Service cannot locate the parameter file and the session fails with an error. The session doesn't run with a warning, doesn't become invalid, and certainly doesn't run successfully. The parameter file is required at runtime.