Search found 531 matches

by prasson_ibm
Thu Nov 14, 2013 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round robin issue
Replies: 12
Views: 3982

Can anyone help me with above issue. :cry:
by prasson_ibm
Thu Nov 14, 2013 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding Header and Trailer to file
Replies: 6
Views: 3623

No,Header and trailer is changing in every job run.
by prasson_ibm
Wed Nov 13, 2013 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding Header and Trailer to file
Replies: 6
Views: 3623

Thanks FranklinE!

Its better idea. :wink:
by prasson_ibm
Wed Nov 13, 2013 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round robin issue
Replies: 12
Views: 3982

Hi, Since distribution of records in transformer is not in order hence my formula to generated sequence number in transformer is missing some sequences and i dont know if there is any chance of getting duplicate in sequence number. According to my understanding,datastage round robin partition should...
by prasson_ibm
Wed Nov 13, 2013 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Round robin issue
Replies: 12
Views: 3982

Round robin issue

Hi, I have a job where source is dataset and after that i have a transformer where i am generatting a sequence number so on the input link of transformer i have explicitly defined round robin to avoid and holes in the sequence number,but its not working properly. I am running job in 4 nodes configur...
by prasson_ibm
Tue Nov 12, 2013 2:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance issue reading data from Oracle connector
Replies: 16
Views: 10168

Re: Performance issue reading data from Oracle connector

Hi,
I have tested the parallel read with this logic but it seems data is duplicated in other partitions. :(
by prasson_ibm
Tue Nov 12, 2013 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: varbinary datatype in source
Replies: 2
Views: 1792

Hi,

Blob datatype is not supported in datastage,but if your target datatype is varchar you can typecast using StringToRaw function.
by prasson_ibm
Mon Nov 04, 2013 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove a substring in a string
Replies: 15
Views: 7601

I think convert function will work here.Test this function and let us know.
by prasson_ibm
Wed Oct 30, 2013 4:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding Header and Trailer to file
Replies: 6
Views: 3623

Adding Header and Trailer to file

Hi, I got a requirment where i am getting a flat file and i need to add header and trailer to that file which later ftped to another server. I designed a job like this. Header --------------------> Sequential file -----------> Trailer----------------------> Funnel(Sequence) -------->Target File Here...
by prasson_ibm
Thu Oct 24, 2013 5:43 am
Forum: General
Topic: Routine activity failing in sequence
Replies: 8
Views: 2552

Hi, I am also using same kind of routine to log a failed event notification. I dont understand exactly what you are trying to do.I will explain what i am doing in my sequence. In my sequence i call first Job and once it is failed i call another generic job where i pass this routing with failed job n...
by prasson_ibm
Thu Oct 24, 2013 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple rows from different sources into single row
Replies: 5
Views: 2755

Hi,

You can use join stage of type inner and your joining key will be transaction key.
by prasson_ibm
Tue Oct 22, 2013 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion Error
Replies: 3
Views: 1794

What is your input and output datatypes in transformer.
by prasson_ibm
Wed Oct 16, 2013 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: truncate table in unsuccessful load
Replies: 5
Views: 2295

truncate table in unsuccessful load

Hi, I am trying to develop a design where table should be truncated if my main job fails in loading. I am thinking to design a job to truncate a table. Rowgen------> oracle connector stage Now I am stuck here, since there is no option to truncate table (instead we have delete option) in connector st...
by prasson_ibm
Sat Oct 12, 2013 2:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector Update then Insert mode not working for RCP
Replies: 8
Views: 11898

Define key Columns in output connector metadata.