Page 1 of 1

Regd An Error Calling a Routine

Posted: Thu Sep 25, 2008 7:23 am
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

Posted: Thu Sep 25, 2008 7:34 am
by chulett
Welcome.

Please search the forums for "Controller problem: Unhandled failure", this question has been asked and answered quite a number of times.

Posted: Thu Sep 25, 2008 3:12 pm
by ray.wurlod
Hint: your routine CalculateDate does not return 0.

Posted: Fri Dec 12, 2008 1:19 am
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.

Routine Activity

Posted: Fri Dec 12, 2008 4:19 am
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

Re: Routine Activity

Posted: Fri Dec 12, 2008 6:36 am
by Magesh_bala
Someone can help me

Posted: Fri Dec 12, 2008 12:32 pm
by ray.wurlod
Hint: your routine CalculateDate does not return 0.

Posted: Fri Dec 12, 2008 1:08 pm
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.