Regd An Error Calling a Routine

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
ramakanth1983
Participant
Posts: 4
Joined: Fri Sep 05, 2008 1:07 am
Contact:

Regd An Error Calling a Routine

Post by ramakanth1983 »

Hi,

At my Sequence level,im calling a Routine which will call a Script that calculates a Date value.

The Sequence is getting aborted And there is warning as Follows

"MIS_BAHTNET_EDW_SUM_TXN_MIS_SSeq..JobControl (@Validate_Postdate): Controller problem: Unhandled failure (20061130) encountered calling routine DSU.CalculateDate"

In the Above Warning:
MIS_BAHTNET_EDW_SUM_TXN_MIS_SSeq-Sequence name
Validate_PostDate-Name of the Routine Activity.
CalculateDate-Routine Name.

Can Any one Help me to remove this warning and also please let me know where im commiting a mistake.

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

Post by chulett »

Welcome.

Please search the forums for "Controller problem: Unhandled failure", this question has been asked and answered quite a number of times.
-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 »

Hint: your routine CalculateDate does not return 0.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Magesh_bala
Participant
Posts: 86
Joined: Mon Nov 27, 2006 3:42 am
Location: Wilmington

Post by Magesh_bala »

ray.wurlod wrote:Hint: your routine CalculateDate does not return 0. ...
Hi All,

I am facing the same kind of error, someone can help me.
Magesh_bala
Participant
Posts: 86
Joined: Mon Nov 27, 2006 3:42 am
Location: Wilmington

Routine Activity

Post by Magesh_bala »

I have a one sequence in which i am calling some Job routines and One Routine activity.

When i check the option Automatically Handle Activities that Fails, My jobs is aborting in Routine activity, But still the Routine is executed and aborted.

When i uncheck the option its running fine, Someone can please help me.

Regards
N.Magesh
Magesh_bala
Participant
Posts: 86
Joined: Mon Nov 27, 2006 3:42 am
Location: Wilmington

Re: Routine Activity

Post by Magesh_bala »

Someone can help me
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Hint: your routine CalculateDate does not return 0.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Not to mention:
chulett wrote:Please search the forums for "Controller problem: Unhandled failure", this question has been asked and answered quite a number of times.
-craig

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