Error calling DSSetParam

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Ratan Babu N
Participant
Posts: 34
Joined: Tue Dec 27, 2005 12:13 am

Error calling DSSetParam

Post by Ratan Babu N »

Hi,
while i tried to run my sequencer through the script, sequencer is aborted with the following message for a particular job.



Controller problem: Error calling DSSetParam($APT_CONFIG_FILE), code=-3
[ParamName does not reference a known parameter of the job]

If any one knows about this kindly help me.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Pretty much exactly what it says - you are trying to assign a value to a parameter name that does not exist in the job. Make sure your values are correct - including the case.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply