Search found 96 matches

by vamsi_4a6
Thu Aug 27, 2015 4:08 am
Forum: General
Topic: Restarting the sequence
Replies: 4
Views: 3010

Restarting the sequence

I have one master sequence Job1 and within that sequence we are calling parallel jobs and another sequence job2.suppose if master sequence is aborted.I am restarting Job1, parallel jobs and job2.It is required to restart all jobs or only Job1 is sufficient?
by vamsi_4a6
Fri Aug 21, 2015 1:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container Error
Replies: 7
Views: 2816

shared container had two columns for both input and output and also could you please elaborate below error error: The metadata on the stage and mapped container link columns do not match.Link types must match.names of columns on the container stage must be identical to,or a subset of,those on the ma...
by vamsi_4a6
Thu Aug 20, 2015 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container Error
Replies: 7
Views: 2816

i am getting below error for output tab of container for job 2 when i click validate button The metadata on the stage and mapped container link columns do not match.Link types must match.names of columns on the container stage must be identical to,or a subset of,those on the mapped link @ray RCP is ...
by vamsi_4a6
Wed Aug 19, 2015 7:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container Error
Replies: 7
Views: 2816

it is shared container
by vamsi_4a6
Wed Aug 19, 2015 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Container Error
Replies: 7
Views: 2816

Container Error

i am first time using container to understand its functionality.in output page of container it is showing this error i have created container below to understand its functionality input-->transformer-->aggregator-->output i/p to transformer consists of two columns (col1,col2)and o/p of aggregator co...
by vamsi_4a6
Tue Aug 18, 2015 2:35 am
Forum: General
Topic: ISX file clarification
Replies: 6
Views: 4407

thanks for clarification.My requirement is to take the backup of entire project on weekly basis and i have to import some of the components from isx file depends on business. everything should be automated otherwise i should have used import/export option of dsx file
by vamsi_4a6
Mon Aug 17, 2015 7:39 am
Forum: General
Topic: ISX file clarification
Replies: 6
Views: 4407

ISX file clarification

i have created one isx file for entire project.Is it possible to import a particular job and i want to see all the jobs present in isx file before importing.
Something i am looking similar to import selected present in dsx file
by vamsi_4a6
Wed Aug 05, 2015 7:48 am
Forum: General
Topic: IADB clarification
Replies: 1
Views: 782

IADB clarification

what is the use of Publishing Analysis Results in Information analyzer?How it will be useful to Datastage developer.When i check tutorial at high level we are doing following things in Publishing Analysis Results but not clear to me

Import table definition and analysis results into DataStage
by vamsi_4a6
Tue Aug 04, 2015 8:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding external filter stage
Replies: 7
Views: 3281

what will happen without using any options.i mean if we pass only filename to tr command
by vamsi_4a6
Tue Aug 04, 2015 7:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding external filter stage
Replies: 7
Views: 3281

i have refereed below link for tr command

http://www.softpanorama.org/Tools/tr.shtml.

In all examples in above link we are using some flag like -c,-d but in lBM link in my original post we did not use any flag
by vamsi_4a6
Tue Aug 04, 2015 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding external filter stage
Replies: 7
Views: 3281

what i am asking is what is the output of exernal filter stage i mean what is the output of following command

tr `cat/tmp/a1`
by vamsi_4a6
Sat Aug 01, 2015 9:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: understanding external filter stage
Replies: 7
Views: 3281

understanding external filter stage

The output of external filter stage is not clear in below link.

http://www-01.ibm.com/support/docview.w ... wg21597213


I know what tr command will do but still it is not clear
by vamsi_4a6
Sat Aug 01, 2015 9:01 pm
Forum: General
Topic: Job sequence scenario
Replies: 10
Views: 4109

nested condition can have one input trigger and typically has multiple output triggers.How to use this nested condition?You mean to say we have to write custom condition ?
by vamsi_4a6
Fri Jul 31, 2015 9:27 pm
Forum: General
Topic: Job sequence scenario
Replies: 10
Views: 4109

Job sequence scenario

I have 3 jobs A,B and c.If any of the two jobs are succesful among a,b and c i need to trigger Job D.All jobs a,b,c are independent jobs.As of now i am thinking four sequencers one for AB,BC,CA,ABC combination.I do not like this approach and can we do samething in different way
by vamsi_4a6
Thu Jul 30, 2015 12:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: First and last record
Replies: 7
Views: 3939

Thanks for reply but is it possible get last record only by executing stage in parallel mode and after that i can use some transformation to get last record alone from the file