Controller problem: Error calling DSSetParam(TEAM_VAR), code

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
cparru
Participant
Posts: 24
Joined: Wed Mar 07, 2007 11:22 am

Controller problem: Error calling DSSetParam(TEAM_VAR), code

Post by cparru »

Controller problem: Error calling DSSetParam(TEAM_VAR), code=-4
[ParamValue/Limitvalue is not appropriate]

I am executing a unix script using execute command sequence stage. If i ran it alone it is working fine and producing the desired output for ex 'ABCD'

If i pass this output to a paraemter in the actual datastage parallel job using "Execute_Command_0.$CommandOutput" it is failiing with the above error.

If i pass 'ABCD' directly for the datastage job it works fine !!! The issue is only when i pass it from the sequence.

How can i eliminate this error? Your advice is greatly appreciated.


Thanks,
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Asked and answered here many times. An Exact search for "ParamValue/Limitvalue is not appropriate" will turn up the previous conversations.
-craig

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