Error while using Change capture stage

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
logic
Participant
Posts: 115
Joined: Thu Feb 24, 2005 10:48 am

Error while using Change capture stage

Post by logic »

Hi,
I am trying to track changes using the change compare stage. Using the DRS stage to read the "before" and "after" Table and writting the records to .fs
I am seeing few warnings and errors which i am not sure how to solve.
The warning is.

Code: Select all

After,0: signalHandler__Fi() at 0x204ffb28

Code: Select all

After,0: kgeade(??, ??, ??, ??, ??, ??, ??, ??) at 0xd474c2d8
...........
and the error is

Code: Select all

After,0: Operator terminated abnormally: received signal SIGSEGV
Can anybody please help me in getting rid of this error or throw some light on what could possibly be causing this error.
Thanks,
Ash.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Search for SIGSEGV on the forum. Then try to track down which string is bigger than the permitted size.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
logic
Participant
Posts: 115
Joined: Thu Feb 24, 2005 10:48 am

Post by logic »

Thanks Ray..........I had tried searching but dint use SIGSEV rather used signal_handler instead to search.. :oops: .now I got it...Thanks
Post Reply