Controller problem: Error calling DSSetParam

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
sreddy
Participant
Posts: 144
Joined: Sun Oct 21, 2007 9:13 am

Controller problem: Error calling DSSetParam

Post by sreddy »

Hi

When i am running PeopleSoft EPM 9.1 Sequence job, It is aborted and getting this error.

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


Please help me with useful information.

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

Post by chulett »

First step? Help yourself - an exact search for "[ParamValue/Limitvalue is not appropriate]" will reveal all.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check the parameter type (e.g. Date) then make sure a valid value for that type is being provided. Date must be in the format YYYY-MM-DD.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
sreddy
Participant
Posts: 144
Joined: Sun Oct 21, 2007 9:13 am

Post by sreddy »

Thank you Hulett & Ray.
Post Reply