SIGSEGV 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
aaron102
Participant
Posts: 17
Joined: Mon Nov 09, 2009 12:23 am

SIGSEGV Error

Post by aaron102 »

I'm coming across SIGSEGV error saying:
"Transformer_2,0: Operator terminated abnormally: received signal SIGSEGV"
---------------------
main_program: Unexpected exit status 1
Unexpected exit status 1
Unexpected exit status 1
...
The job looks like this
Teradata enterprise stage ->Trnfm(null handling 1 datefield col alone)->
Change Data Capture-> so on...


Tried setting env. variable '$APT_DISABLE_COMBINATION = True'... bt didn't help and i am not getting getting warnings at all.My metadata looks good and same no: of columns are coming in from before and after dataset into the Change Data Capture.

I am not able to do a null handling in the teradata stage itself because of certain casting issues

Any help appreaciated!
Thanks,
Aaron
Good comes to those who seldom wish for it.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Please post the null handling function used.

Also what happens if you remove the teradata stage out. Do you still get the abort ?
aaron102
Participant
Posts: 17
Joined: Mon Nov 09, 2009 12:23 am

Post by aaron102 »

I cannot remove the teradata stage as i get my data from it andacts as my indirect reference link to CDC.I have removed the transformer now and done the null handling in the teradata stage itself as i got to know we are not getting nulls in the date field rather than a default utring '0001-01-01'.But now in the Copy stage i am getting the error

"When binding output schema variable "outRec": When binding output interface field "date column name" to field "date column name": No default type conversion from type "ustring[max=10]" to type "date"."
Good comes to those who seldom wish for it.
gssr
Participant
Posts: 243
Joined: Fri Jan 09, 2009 12:51 am
Location: India

Post by gssr »

Search for it before posting,
Hope this will help you,

viewtopic.php?t=121898&highlight=SIGSEGV
RAJ
aaron102
Participant
Posts: 17
Joined: Mon Nov 09, 2009 12:23 am

Post by aaron102 »

Point taken,but as mentioned i had removed the transformer and the SIGSEGV error has gone(eventhough it still does make much sense to me how it got resolved).

I am facing now with the binding error in Copy Stage as mentioned above
Anyways i will keep on trying ,hope to solve this issue with ur help
Good comes to those who seldom wish for it.
aaron102
Participant
Posts: 17
Joined: Mon Nov 09, 2009 12:23 am

Post by aaron102 »

I have resolved the issue by using a Teradata API Stage.Still dont know how i resolved it,it definitely took the metadata in a different manner.
Still would like to know how the parallel processing of enterprise stage causes such issues!!!!!
Good comes to those who seldom wish for it.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Sounds like a question for your official support provider.
-craig

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