Search found 430 matches

by Kirtikumar
Fri Oct 27, 2006 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: adding column names to reject file
Replies: 15
Views: 4613

Are you trying to read from a file which has column names in the header or write in the file and want to have column names in output file in addition the data in the file :?: Edited to add- If you reading such file, command filter with tail command can be used to drop the column names while processi...
by Kirtikumar
Fri Oct 27, 2006 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to extract reject rows from DB2/UDB API stage.
Replies: 5
Views: 2500

Rajan,

Have you searched on this topic? There are lot of discussions on this. There is very good article on ITToolBox by Vincent.

The links is below
Row leakage
by Kirtikumar
Fri Oct 27, 2006 4:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a seq file created by a DSGetLogSummary ??
Replies: 8
Views: 5635

I already had once created such routine for one my X assignments Craig!!!

Rajan, simple string find operations are required for this. Post the result if it worked or not.
by Kirtikumar
Thu Oct 26, 2006 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input/output error in Sequential File stage
Replies: 11
Views: 3764

As after the job abort it is clearing the partial file from the dir, it will be showing there is free space.

Just when the job is running keep an eye on space i.e. after each 2/3 secs, check the space available.
by Kirtikumar
Thu Oct 26, 2006 11:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Installation
Replies: 4
Views: 1439

some points - if NFS drive is down the what? no access to DS.
While accessing the UV repository it will take more time to access the Engine and tables.
by Kirtikumar
Thu Oct 26, 2006 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Stage
Replies: 5
Views: 2244

Try n search on build ops or custom stages you will find many posts on this topic.

Do you have any requirement to build one or is this question just like the inteview questions?
by Kirtikumar
Thu Oct 26, 2006 11:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a seq file created by a DSGetLogSummary ??
Replies: 8
Views: 5635

Actually I was referring to the file created by the OP. I assumed he has used DSLogGetSummary and then stored in the info in the seq file. That is the reason I mentioned it as sequential file. Rajan, have you written or using a routine to read the log files and then building the normal file from it?...
by Kirtikumar
Thu Oct 26, 2006 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: parameter to a view
Replies: 3
Views: 820

What do you mean by passing param to view? When you use a param in the query which is accessing view, the param value gets replaced when the SQL is prepared and executed. E.g. if you have view EmpDet on Employee table and you use select query on the view with a parameter in the query, DS will prepar...
by Kirtikumar
Thu Oct 26, 2006 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to read a seq file created by a DSGetLogSummary ??
Replies: 8
Views: 5635

Format is is visible from the log info itself. From the info shown in the log file, just use any name whatever you want and get the columns which you want. E.g. first one seems to be a event number, then the timestamp and then the eventy type and then last one is the message. Use the delimiter as '\...
by Kirtikumar
Thu Oct 26, 2006 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Reader per node on sequential file
Replies: 10
Views: 5790

So means only 3 nodes will be generated and if there is one more file provied in the property then it will generate 6 nodes. I just tested it on comma separated file. Observations - even though the file was CSV, still there a was performance improvement and all 3 readers were reading some of the rec...
by Kirtikumar
Thu Oct 26, 2006 2:18 am
Forum: General
Topic: The Product Formerly Known as Hawk
Replies: 12
Views: 17016

Performance analysis in the HAWK is just amazing and it shows all the info like heap utilisation, memory and CPU usage, disk utilisation.

This one is just amazing and can help a lot in identifying the bottlenecks in the job. For each active process it gives all the details.
by Kirtikumar
Thu Oct 26, 2006 2:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Reader per node on sequential file
Replies: 10
Views: 5790

Kumar, does the number of readers per node are limited by no. of nodes in config file? My observation is - it does not depend on the number of nodes. Meaning I can define 2 nodes in config file and can have 3 readers per node in seq file stage. Now what PX does, if there is only one file to be read,...
by Kirtikumar
Thu Oct 26, 2006 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error On Decimal representaion for stage variable
Replies: 8
Views: 4922

Kumar,

From the warning one can not say that it is aborting due to stage var or something else.

Do you have any other decimal operation or column in your mappings?
by Kirtikumar
Thu Oct 26, 2006 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Reader per node on sequential file
Replies: 10
Views: 5790

Again this setting is like no. of nodes in config file.

You have to find out the optimum value for this by repited execution with diff values.
by Kirtikumar
Wed Oct 25, 2006 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting Reader per node on sequential file
Replies: 10
Views: 5790

Have you checked why this is used and when it can be used?

This options should be used only if your sequential file is fixed width.