Load failure

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
sureshabbisetti
Participant
Posts: 21
Joined: Thu Oct 04, 2007 4:34 am
Location: India
Contact:

Load failure

Post by sureshabbisetti »

Hi,

My job is simple load job loading data from Soure to target. Both source and target are oracle tables. I am loading the target by using RCP. The source table having 176108 rows. After loading 169678 rows I am getting the following warnings.
Oracle_Enterprise_0,0: signalHandler__Fi() at 0xd2f4ff0c
Oracle_Enterprise_0,0: malloc_y.free_y(??, ??) at 0xd0326498
Oracle_Enterprise_0,0: malloc_common.free_common(??) at 0xd0324578
Oracle_Enterprise_0,0: uprv_free() at 0xd1b1e5c8
Oracle_Enterprise_0,0: __dl__Q2_7icu_2_27UObjectFPv() at 0xd1b22348
Oracle_Enterprise_0,0: __dt__Q2_7icu_2_213UnicodeStringFv() at 0xd1b399c4
Oracle_Enterprise_0,0: dispose__Q2_7icu_2_211FormattableFv() at 0xd35ca36c
Oracle_Enterprise_0,0: __dt__Q2_7icu_2_211FormattableFv() at 0xd35ca678
Oracle_Enterprise_0,0: resbund.__dftdt__Q2_7icu_2_211FormattableFv() at 0xd34f980c
Oracle_Enterprise_0,0: __vec__delete2() at 0xd0211550

Thanks in Advance
Suresh
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Make a copy of the job, put in a transform stage whose output does not have RCP and remove a number of columns. Does the same error occur at the same location? Or dump rows 169670 onwards into a peek stage or sequential file and see if you can spot a possible cause in the data.
These are just two approaches - basically change things until the error goes away in order to narrow down the cause.
Post Reply