Search found 21 matches

by rsripathy
Thu Jun 19, 2008 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap Allocation Problem
Replies: 8
Views: 7912

Heap Allocation Problem

log errors:
main_program: The current soft limit on the data segment (heap) size (805306368) is less than the hard limit (2147483647), consider increasing the heap size limit

main_program: Fatal Error: Throwing exception: APT_BadAlloc: Heap allocation failed.
by rsripathy
Wed Jun 18, 2008 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Fatal Erro
Replies: 5
Views: 2213

here is the constraint

svrDateOpenedChk = 1

in the stage variable, i m converting julina date to db2 date format, this logic is implementing in more set of jobs, there is no problem with the logic... only with transformer...
by rsripathy
Tue Jun 17, 2008 8:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate Conversion Problem/issue with 7.5.1 to 7.5.2
Replies: 8
Views: 5575

Disable RCP inside transformer and try !!

Disable "Run Time Column Propagation" at output tab inside the transformer.
by rsripathy
Tue Jun 17, 2008 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer Fatal Erro
Replies: 5
Views: 2213

Transformer Fatal Erro

Hi all, This tricky transfomer is behaving in different ways, IN my job, first time , it is running fine, if i change any constraint , re-compile and run then it is throwing the following "FATAL ERROR" tfpAMBS: Failed to load the library "V52S0_djpBIR2XFMOHC_WhirlAMBS2A_16_defect49_tf...
by rsripathy
Thu Sep 20, 2007 4:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: substring + Len
Replies: 3
Views: 1339

here is the way to give in transformer

Trim(DSLink49.COL_NM[Len(Trim(DSLink49.COL_NM))-2,3])
by rsripathy
Thu Sep 20, 2007 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: type conversion task
Replies: 2
Views: 1003

type conversion task

hi , i am getting a column from sequential file with char datatype of 8 lenght. now i want to pass this data to a numeric field of lenght 8. wht should i do?