SIGSEGV error

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
deepa_shenoy
Participant
Posts: 95
Joined: Thu Sep 24, 2009 12:15 am
Location: India

SIGSEGV error

Post by deepa_shenoy »

Hi,

I am getting this error:

APT_CombinedOperatorController,0: Operator terminated abnormally: received signal SIGSEGV

How to rectify this?

Thanks in advance.

Deepa
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Did you know that using "SIGSEGV" in search returns 138 results? Since the error is from a combined operator controller, you should first turn off operator combination to see which stage is generating the error.
deepa_shenoy
Participant
Posts: 95
Joined: Thu Sep 24, 2009 12:15 am
Location: India

Post by deepa_shenoy »

How do I turn off operator combination?

And also, how do I hardcode a value into a timestamp field.

Thanks in advance.

Deepa
datskosaraju
Premium Member
Premium Member
Posts: 48
Joined: Tue Nov 25, 2008 11:10 pm
Location: Des Moines,IA

Post by datskosaraju »

To hardcode timestamp? , I don't exactly know what you want but this might help

'2009-10-28 06:41:54' (should be in quotes) and the field type as timestamp
"It's easier to go down a hill than up it but the view is much better at the top"
-Bennet,Arnold
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Add APT_DISABLE_OPERATOR_COMBINATION to your job and set to "true" for the run. Hardcoding a timestamp? You can use CurrentTimeStamp() to insert the actual runtime timestamp or StringToTimeStamp('2009-10-26 12:32:45','%yyyy-%mm-%dd %hh:%nn:%ss')
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Note from the content editor -

Deepa - please don't "Hijack" a thread with a different topic - even if it is your own!

In the future please post questions on unrelated topics (ie Timestamp vs. SIGSEGV) in a different thread so the title matches the topic.

Thanks!
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Post Reply