Error calling DSSetParam code=-4 [ParamValue/Limitvalue is not appropriate]
I came across this when I wanted to tighten the use of jobs by using lists in job parameters. DataStage is a bit funny there:
- A list is apparently a data type of its own, even though list can only hold strings.
- One cannot pass the value of a list parameter to a list parameter of a contained job.
Kommentare
Kommentar veröffentlichen