Search found 20 matches

by aaha_naga
Thu Oct 27, 2016 10:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings are not suppressed even Message Handler is setup
Replies: 1
Views: 2600

Warnings are not suppressed even Message Handler is setup

My parallel job populating warnings even after setup to suppress warnings as info by message handler. When I see the project level message handler setup, I noticed it has two similar entries for same warning message. Message handler looks like. IIS-DSEE-TFSF-XXXXX 1 Span for padding a substring must...
by aaha_naga
Tue Feb 12, 2008 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pre-load file to memory-- HASHFILE STAGE
Replies: 9
Views: 4290

Pre-load file to memory-- HASHFILE STAGE

Hi,

In Hashfile stage it shows preload file to memory- Enabled and disable etc.

Which thing is used to increase the performance in hash file stage?
by aaha_naga
Mon Jan 21, 2008 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parse error on case string
Replies: 1
Views: 1279

Parse error on case string

Hi

I have faced the 'Parse error on case string: 000=0,001=1
multiple `=' tokens were seen' error when i am using switch stage. please help me to resolve this error.

Thanks in advance
by aaha_naga
Wed Dec 19, 2007 1:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job aborted because of heap size
Replies: 8
Views: 4364

job aborted because of heap size

Hi
MY job aborted due to the reason of "The current soft limit on the data segment (heap) size is less than the hard limit, consider increasing the heap size limit"

where(how) i can handle this.
by aaha_naga
Fri Dec 07, 2007 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export Validation Failed
Replies: 1
Views: 1148

METADATA PROBLEM IN OUPUT COLUMNS
by aaha_naga
Thu Dec 06, 2007 4:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Export Validation Failed
Replies: 1
Views: 1148

Export Validation Failed

i have used two sequential files are my input and made full outer join and transformer and target also a seq file... while run this i got error like "Error when checking operator: Export validation failed. "... please provide some details
by aaha_naga
Wed Nov 28, 2007 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in filter condition---
Replies: 6
Views: 2943

my input rows are 122843. and fisrt(input) stage--then transform stage-- then output(seqfile) stage.
in my output i am getting 119925 records. within this 24 rows are not satisfying my filter condition. 0 rows are Otherwise/Log output link
by aaha_naga
Wed Nov 28, 2007 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in filter condition---
Replies: 6
Views: 2943

my input rows are 122843. and fisrt(input) stage--then transform stage-- then output(seqfile) stage.
in my output i am getting 119925 records. within this 24 rows are not satisfying my filter condition. 0 rows are Otherwise/Log output link
by aaha_naga
Wed Nov 28, 2007 3:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in filter condition---
Replies: 6
Views: 2943

i could not comprehend your reply. please let me come once again
by aaha_naga
Wed Nov 28, 2007 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in filter condition---
Replies: 6
Views: 2943

problem in filter condition---

I have a seq file with the input colums of ZIP_END_DT_DEF,MBR_ADR_ROW_EFF_DT,ZIP_EFF_DT_DEF,MBR_ADR_ROW_END_DT. while i am checking the condition (ZIP_END_DT_DEF>=MBR_ADR_ROW_EFF_DT) And (ZIP_EFF_DT_DEF<=MBR_ADR_ROW_END_DT). i am getting 119925 output rows. but my expected output rows are 119813. si...
by aaha_naga
Wed Nov 14, 2007 11:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in transformer
Replies: 1
Views: 1036

error in transformer

hi i am doing if...then ...else condition in transformer's column derivation. and the o/p should write in to a seq file. in this i am getting the error "buffer(3),0: Fatal Error: waitForWriteSignal(): Premature EOF on node apsp8493 Permission denied"... Even i have all enough permission to...
by aaha_naga
Wed Nov 14, 2007 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to extract numeric data?
Replies: 8
Views: 3093

Re: Extracting Numeric data

mcs_murali83 wrote:Hai,

One of u r column contains the varchar as its datatype. But you want to extract the numeric values.

There is an option in transformer stage, goto functions----->
As integer(columnname)
murali
As integer is used to convert in to integer data type
by aaha_naga
Wed Nov 14, 2007 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to extract numeric data?
Replies: 8
Views: 3093

[quote="Maveric"]If it is only "," then you can use the trim function. Not sure of the options but i think 'A' removes all occurences. Trim(In.Col,',','A')[/quote hi In my sample data 35064,35884,1.. here 35064 is coming in a row and viz versa. i hope you meant all in a single ro...
by aaha_naga
Wed Nov 14, 2007 12:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to extract numeric data?
Replies: 8
Views: 3093

Re: how to extract numeric data?

kishore2456 wrote:What type of input is it exactly? It will be easier if you can post some sample data. Is it a mix of char & numerics?

Actually input field is varchar (10) and it contains julian date... now it have only numeric values.
ex: 35064,35884,1,