Search found 5168 matches

by kumar_s
Wed Feb 07, 2007 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job using dataset files is slower than sequential files
Replies: 25
Views: 4638

Is environment idle for both the case? You server might be loaded on the later case.
There may be a chance where the additional node might be be easily accessible by dataset to write the data into. For testing, you can try the give single node where the sequential file is created.
by kumar_s
Wed Feb 07, 2007 11:01 pm
Forum: General
Topic: Future of Red Brick
Replies: 5
Views: 1763

I guess Ray should be more happy, as this is his favorite database, as I could recall from some of his previous post.
by kumar_s
Wed Feb 07, 2007 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: check column sorted
Replies: 7
Views: 1794

Fine. Option suggested by Ray would be more simple, when compare to others.
by kumar_s
Wed Feb 07, 2007 5:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJ.JOBWAVENO
Replies: 2
Views: 808

You can use it for any audit purpose about jobs. We used it once.
by kumar_s
Wed Feb 07, 2007 5:31 am
Forum: General
Topic: Takeing backup from command Line.
Replies: 5
Views: 1841

DSExport.exe and dscmdexport.exe both are client component. I dont think we have an option to export from Unix server side.
by kumar_s
Wed Feb 07, 2007 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: check column sorted
Replies: 7
Views: 1794

Just curious, why do you need to use ODBC for file? Is it not flat file?
by kumar_s
Wed Feb 07, 2007 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduled Job not running
Replies: 6
Views: 1313

There is a bug in Version 7.0. Which will just give out an message in director that the job is been started at the scheduled time. It looks like "DS.SCHED: Started at.....". But actually the won't start.
If this is the case, you need to approach support. But still, even they can't help much.
by kumar_s
Wed Feb 07, 2007 5:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to call a SQL Server stored procedure in ds
Replies: 4
Views: 1341

SIYF(Search Is Your Friend.) Simply use "SQL Server stored procedure" as keyword, you ll get many hits.
by kumar_s
Wed Feb 07, 2007 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in - Sequence of records processed by DataStage
Replies: 10
Views: 3389

Since you are using PX edition, the order is not guaranteed. Unless you are processing in sequential mode. Since the records are processed in different CPU's, based on the resource of each CPU the records will be processed, and the order will be changed. If you strictly need the order to be maintain...
by kumar_s
Wed Feb 07, 2007 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compatibility with Sun SOLARIS 10
Replies: 3
Views: 685

Version 7.5.1 minimum requirement is version 2.8.
But couldnt find anywhere mentioned about the latest support version. Perhaps IBM website might have been updated. Searching overthere could be worth.
by kumar_s
Wed Feb 07, 2007 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get out the Null row in a file
Replies: 20
Views: 4886

You can optionally read all the fields in a single field using Varchar datatype and eliminate the empty lines using transformer.
Optionally you can use FIND witn /V option to eliminate the empty lines. Iam just looking for the command to find the newline. If I get it, I ll update you.
by kumar_s
Wed Feb 07, 2007 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compatibility with Sun SOLARIS 10
Replies: 3
Views: 685

What version of datastage?
Version 7.0 supports only till 2.7, 2.8, 2.9. I ll get you the latest as well. But you could tell which version you are into.
by kumar_s
Tue Feb 06, 2007 6:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dspackinst - Package installation
Replies: 11
Views: 1995

Iam working in Version 7.0.
Same path. Worked with dsadm.
by kumar_s
Tue Feb 06, 2007 3:17 am
Forum: General
Topic: Has file lookup using less than or rather than
Replies: 2
Views: 1268

If you make a search on 'Range lookup' you can get an idea of how to go about this. One way is you can populate the hash file in such a way that the values are continues, ie., 100 to 200 will point to 200 and 200 to 500 will point 500. As you say, you can use Universe stage for join query for the ra...
by kumar_s
Tue Feb 06, 2007 3:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error : Not bounded length
Replies: 31
Views: 7176

Don't you find any other error/warning message along with this?