Search found 3329 matches

by Sainath.Srinivasan
Thu Jul 30, 2009 6:55 am
Forum: General
Topic: how to setup Oracle Enterprise Stage
Replies: 10
Views: 2106

ArndW has already pointed in the right direction.

Also did you bounce your datastage instance after changes to dsenv ?

PS : I am assuming that you are running in Solaris box.
by Sainath.Srinivasan
Thu Jul 30, 2009 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version conflict on roll back from 7.5.3 to 7.5.1.2
Replies: 5
Views: 1240

Which folder(s)?

There are few security links which may not be copied.
by Sainath.Srinivasan
Thu Jul 30, 2009 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10773

Craig,

The difference is the inclusion of parameter and stage names to provide precise set of actions.

Kamal - Maybe couple of screen shots may answer.

1.) Sequencer
2.) Job properties from sequencer
3.) Job properties from job
by Sainath.Srinivasan
Thu Jul 30, 2009 6:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 6160

You need to have one pre-job job which will populate the hashed files. Changes to this job will be then a simple replacement of ODBC by hashed files and providing its properties. If by "not using key" you mean "not using the key defined in the database", using hashed files will h...
by Sainath.Srinivasan
Thu Jul 30, 2009 4:49 am
Forum: General
Topic: understanding Rountine
Replies: 10
Views: 2141

You should write a loop in a job sequence to expand that wildcard and call the routine within the loop. ... Arul, can you help me to write this loop ? Where did Arul come from? You need an executeCommand stage to get list of files in the pattern. Also loop stages to control the flow. Try it and ask...
by Sainath.Srinivasan
Thu Jul 30, 2009 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10773

Kamal, Try the following steps Open the sequencer -> Double click on the job stage to open its properties -> Ensure you are on 'Job' tab -> Click on k_ftch parameter to get your mouse focus -> Click on the elipse (...) to enable editing of parameter -> Click on the elipse again to get list of stages...
by Sainath.Srinivasan
Thu Jul 30, 2009 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 6160

What is the current performance? i.e. rows / second, CPU consumption, I/O usage etc. This will give you an idea of what you can optimize. Can you provide the job design so others can comment. Some of the points you can look into in the code supplied are 1.) Avoid OConv on both sides of the compariso...
by Sainath.Srinivasan
Thu Jul 30, 2009 3:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10773

It will be very useful to provide actual names of the parameters than talking relative reference names - x and y. 1.) What is the job name? 2.) What is the parameter in the job called as (not the job sequence) ? 3.) What is the name of the executeCommand stage in your sequence ? If you answer the ab...
by Sainath.Srinivasan
Thu Jul 30, 2009 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage termination error
Replies: 5
Views: 1605

Does the user with which you are connecting to Oracle via DataStage have select priviledges on the sequence ?
by Sainath.Srinivasan
Thu Jul 30, 2009 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert Binary data to ascii format
Replies: 10
Views: 8646

What are the transformation rules?

Is the same field being 'reused' to derive 2 output fields or will the one input field be split into two halves ?
by Sainath.Srinivasan
Wed Jul 29, 2009 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Improve performance
Replies: 20
Views: 6160

What is your design? i.e. source, target, machine spec, volume etc etc.

What activity is consuming most time and resource ?

Without any information it is not possible for others to respond.
by Sainath.Srinivasan
Wed Jul 29, 2009 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10773

You were on hold for 30 mins and you posted expecting a response.

Please be patient as others have their regular work and posting is done when they get time.

As you are doing a line count, I guess this must be an integer.
by Sainath.Srinivasan
Wed Jul 29, 2009 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage Warning
Replies: 4
Views: 1236

Set final delimiter to none and record delimiter to unix newline.
by Sainath.Srinivasan
Wed Jul 29, 2009 7:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge Stage Warning
Replies: 4
Views: 1236

From the looks, it appears to be an issue with your record delimiter in file1.

What is the value set for the property ?
by Sainath.Srinivasan
Wed Jul 29, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10773

In the sequencer
-> Open job properties
-> go to the parameter (x)
-> set the value as the one mentioned