Previous Topic: 3242Next Topic: 3244


3243

WHEN PARAMETER (aaa) CONTAINS A LIST, PARAMETER (bbb) IS AMBIGUOUS.

Reason:

Because parameter (bbb) is applicable only to a single entry of parameter (aaa), when a list or multiple entries are specified for parameter (aaa), parameter (bbb) cannot be interpreted accurately.

Action:

Correct the parameter specification and resubmit the request.