Complex Flat File Issue

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
snt_ds
Premium Member
Premium Member
Posts: 280
Joined: Wed Oct 18, 2006 11:53 am
Location: Pune, India

Complex Flat File Issue

Post by snt_ds »

Hi,

Iam Getting an issue with complex flat file,
Job is Aborting,because of SIGBUS Error.How to resolve it.


Error:Operator Terminated Abnormally:received signal SIGBUS.

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

Post by chulett »

That's a bus error and no-one can help without you providing more information. What's your job design? What have you tried to fix it? Also, please post the complete, unedited errors that get logged.
-craig

"You can never have too many knives" -- Logan Nine Fingers
hellboy
Participant
Posts: 34
Joined: Tue Sep 01, 2009 12:22 am
Location: kolkata

SIGBUS ISSUE

Post by hellboy »

i am getting [b]SIGBUS[/b] error in simple insert update jobs, in this jobs i am using a sequential file for capturing the error records a lookup stage to seggreagte the records for update and insert.

Please Provide me the solution .

[quote="chulett"]That's a bus error and no-one can help without you providing more information. What's your job design? What have you tried to fix it? Also, please post the [b]complete, unedited[/b] errors that get lo ...[/quote]
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Please post the complete error message. Also, try doing a reset of your job and posting the "from previous run" titled log entry, if present.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

This error can indicate, for example, a faulty memory chip. Or quite a number of things outside your, or DataStage's, control. Learn somewhere about the various signals that the operating system can raise.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
hellboy
Participant
Posts: 34
Joined: Tue Sep 01, 2009 12:22 am
Location: kolkata

Post by hellboy »

Hi ,

Please see that i am getting these many error messages in log

node_node1_1: Player 4 terminated unexpectedly.
main_program: Unexpected termination by Unix signal 10(SIGBUS)
main_program: Unexpected exit status 1
Unexpected exit status 1
Unexpected exit status 1
main_program: Step execution finished with status = FAILED.


Please if can clarify why all these things comes in DS run and expected solution to my problem.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What stages do you have in your job? Make a copy of the job and replace output stages (one by one) with PEEK stages to see if the error goes away. Try running with just one node in your configuration file and disable operator combination.
hellboy
Participant
Posts: 34
Joined: Tue Sep 01, 2009 12:22 am
Location: kolkata

Post by hellboy »

i am using only one node in my job,
i have used 3 stages only

1_lookup
2_oracle stage
3_seq file stage

not every time i am getting this error, it is coming on different intervals of time.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Which stage is output? With a lookup stage, you would need one source stage, one reference stage and an output stage - that makes at least 4 stages for the job - or is it a sequential stage in addition to your CFF stage? No matter, still do the same, replace candidates with peek or dummy copy stages to see if it affects the error. Even sporadic errors need to be checked this way if no other method presents itself. Is the machine heavily loaded (CPU/IO)? Is the database local or remote?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

hellboy wrote:Hi ,

Please see that i am getting these many error messages in log

node_node1_1: Player 4 terminated unexpectedly.
main_program: Unexpected termination by Unix signal 10(SIGBUS)
main_program: Unexpected exit status 1
Unexpected exit status 1
Unexpected exit status 1
main_program: Step execution finished with status = FAILED.


Please if can clarify why all these things comes in DS run and expected solution to my problem.
Maybe nothing.

As I observed earlier, SIGBUS can be - usually is - a hardware problem.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
hellboy
Participant
Posts: 34
Joined: Tue Sep 01, 2009 12:22 am
Location: kolkata

Post by hellboy »

its remote database
Post Reply