Controll Problem in Datastage Server job version 7.5

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
Deepak25
Participant
Posts: 3
Joined: Mon Oct 12, 2009 10:46 am

Controll Problem in Datastage Server job version 7.5

Post by Deepak25 »

Hi,

I am getting DS Controller Issue, Please find the error message

BNA_Final_Sequencer..JobControl (@BNA_All_Sequencer): Controller problem: Unhandled abort encountered in job BNA_All_Sequencer
BNA_Final_Sequencer..JobControl (@Coordinator): Summary of sequence run
08:41:32: Sequence started
08:41:32: BNA_XML_Request (JOB BNA_XML_Request) started
08:41:38: BNA_XML_Request finished, status=2 [Finished with warnings]
08:41:38: BNA_Sources (JOB BNA_Sources) started
08:41:56: BNA_Sources finished, status=1 [Finished OK]
08:41:56: BNA_All_Sequencer (JOB BNA_All_Sequencer) started
08:42:02: BNA_All_Sequencer finished, status=98 [Not compiled]
08:42:02: Exception raised: @BNA_All_Sequencer, Unhandled abort encountered in job BNA_All_Sequencer
08:42:02: Sequence failed


anybody can let me know what will be the reson.

thanks
Deepak
major
Premium Member
Premium Member
Posts: 167
Joined: Mon Nov 26, 2007 12:21 am

Post by major »

A search with "Controller problem" will return lot of useful informtion to you .Try it.

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

Post by chulett »

Or "Unhandled abort". That and handle that fact that "BNA_All_Sequencer" is not compiled.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Deepak25
Participant
Posts: 3
Joined: Mon Oct 12, 2009 10:46 am

Post by Deepak25 »

chulett wrote:Or "Unhandled abort". That and handle that fact that "BNA_All_Sequencer" is not compiled.
All Sequencer are complied.....
Regards,
Deepak M
ETL Arch IBM
Deepak25
Participant
Posts: 3
Joined: Mon Oct 12, 2009 10:46 am

Post by Deepak25 »

Deepak25 wrote:
chulett wrote:Or "Unhandled abort". That and handle that fact that "BNA_All_Sequencer" is not compiled.
All Sequencer are complied.....
Any DS documentation to this error
Regards,
Deepak M
ETL Arch IBM
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Re: Controll Problem in Datastage Server job version 7.5

Post by chulett »

Deepak25 wrote:08:41:56: BNA_All_Sequencer (JOB BNA_All_Sequencer) started
08:42:02: BNA_All_Sequencer finished, status=98 [Not compiled]
The only documentation will tell you the same thing, 98 = not compiled. If you want to see it, look for dsapi.h in your $DSHOME/include directory.

Did you do the "controller problem unhandled abort" search?
-craig

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