Runtime Error

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
Raftsman
Premium Member
Premium Member
Posts: 335
Joined: Thu May 26, 2005 8:56 am
Location: Ottawa, Canada

Runtime Error

Post by Raftsman »

We are running this job in Version 8.0

I received the following error during runtime. The job never got off the ground. I received this message immediately.

main_program: Internal Error: (APT_SC::downcast(pConsumer())->kind() == APT_Operator::eParallel): sc\sc.C: 3936

Does anyone have any ideas what could of caused this.

Thanks

P.S. Version 8.0 still has a lot of issues to figure out. Don't get to anxious, it more frustrating than you know.
Jim Stewart
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Never saw that error. Whats your design like? I think its a better idea to get in touch with support as not very many of us have had a chance to work with 8.0
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
bdstage
Charter Member
Charter Member
Posts: 59
Joined: Mon Apr 03, 2006 4:59 pm

Post by bdstage »

Hello,

I am getting a similar kind of error. I am getting this even when I am trying to validate the job.

Here is the exact error message:

Code: Select all

main_program: Internal Error: (APT_SC::downcast(pConsumer())->kind() == APT_Operator::eParallel): sc/sc.C: 3984 
Traceback:   [6] APT_FatalPath::pureAssertion(0xfedf549c, 0xfedf54dd, 0xf90, 0xc00, 0xff1acad4, 0x8), at 0xff0e6918 
  [7] APT_SC::IPC_DataSet::computeStraightThroughOptimization(0xf76a40, 0x10c11f8, 0xf7c930, 0xfedf5454, 0xf76a6c, 0x2), at 0xfeaa2acc 
  [8] APT_IR::Score::compose(0x577ca0, 0x0, 0x4, 0x1, 0xfedeffab, 0x577cb4), at 0xfea7ff34 
  [9] APT_ScoreComposer::compose(0x36b628, 0x262ca4, 0xfee70888, 0xff1ba020, 0x5d298, 0xfedf8729), at 0xfeaa9f70 
  [10] APT_ScoreComposer::compose(0x36b628, 0x262ca4, 0xfedf86f9, 0xfee30abc, 0x230c, 0xfee83258), at 0xfeaa9ed0 
  [11] APT_StepRep::check(0x262c98, 0x1, 0xffbfd020, 0x0, 0xfee6f124, 0x0), at 0xfe7bbeec 
  [12] APT_Step::check(0x36b628, 0xffbfd1b8, 0xffbfd180, 0xffbfd180, 0xffbfd0fc, 0xfee30abc), at 0xfe7b11dc 
  [13] APT_OSL::createAndCheckStep(0x2b9858, 0xffbfe26c, 0xd4, 0x9, 0xffbfd19c, 0xffbfd1b8), at 0xff222908 
  [14] APT_ORCHESTRATE_main(0x2bf50, 0xffbfdd38, 0xffbfe2fc, 0xffbfe0d0, 0xffbfe2a8, 0xffbfe2c4), at 0x1f954 
  [15] APT_PMconductorMain(0x0, 0xcc00, 0xff1b50c4, 0xfee30abc, 0xffbfe8b4, 0xffbfe8d0), at 0xfea1edec 
  [16] APT_SharedMain(0xc, 0xffbfebc4, 0x17378, 0xc, 0x1, 0x17000), at 0xfea52038 
detaching from process 28875
But the job compiled fine. In the job I am just doing a bunch of lookups and removing duplicates through Remove Duplicate Stage.

Please help me out. :(

Thanks!!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

We'd love to help you out - which way did you come in?

Etiquette Note
You do NOT hijack others' threads. Your problem is a different one - for example it does not mention the downcast() function. It's a new problem so you should begin a new thread. Try to devise a meaningful Subject for it.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
bdstage
Charter Member
Charter Member
Posts: 59
Joined: Mon Apr 03, 2006 4:59 pm

Post by bdstage »

I do not mean to hijack others' threads Ray. I thought like the post will be having more understanding if I do this way.

Let me start a new thread then.

Thanks!!
Post Reply