Search found 15603 matches

by ArndW
Mon Nov 19, 2012 7:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance improvement for reading a file via FTP Plug-in
Replies: 8
Views: 2154

You've now established that the bottleneck is FTP and not the subsequent processing.

How long does it take to FTP the file from the command line?
by ArndW
Mon Nov 19, 2012 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage job ran for 11 hours,,, please help
Replies: 12
Views: 6910

The bulletin board system messed up your formatting (I believe if you use quote or code tags that won't happen). Take the steps one-by-one. - What is your join key on the first join? You want to make sure that your incoming left and right link data is partitioned and sorted on the join key(s). If yo...
by ArndW
Mon Nov 19, 2012 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance improvement for reading a file via FTP Plug-in
Replies: 8
Views: 2154

I would first ensure that the FTP is indeed the bottleneck in this case. If you make a copy of your job and go straight from your FTP stage to a peek does the job still take 70 minutes?
by ArndW
Sun Nov 18, 2012 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The string representation of a datetime value is out of rang
Replies: 1
Views: 1226

I usually end a up making a copy of the job, then progressively delete columns until the error goes away and hopefully having written down the last deletion so that I know which column is at fault.

What is your target date datatype and database?
by ArndW
Sat Nov 17, 2012 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove new line character from modify stage
Replies: 7
Views: 2709

In this case multi-instance jobs play no role.

If you can do it in a modify stage, then you can do it in a transform stage. Is the column name in question a known one or are you passing the name in as a parameter?
by ArndW
Sat Nov 17, 2012 2:09 am
Forum: General
Topic: DataStage sequence aborting with a false alarm
Replies: 4
Views: 2484

I don't know what the problem cause is, but really dislike those non-deterministic type of errors!

- Is this a multi-instance job?

- Is the server under a heavy load while this is happens? And is the load less when the operators restart the job and it runs successfully?
by ArndW
Fri Nov 16, 2012 11:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove new line character from modify stage
Replies: 7
Views: 2709

I have to admit that I use the modify stage less and less over time. There is no reason not to use a transform stage and the CONVERT() function to solve this problem.
by ArndW
Fri Nov 16, 2012 10:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 8.7 to 7.5 conversion
Replies: 10
Views: 3068

Going backwards has never been supported, but usually worked when jobs didn't use features not present in the earlier version. Backwards compatibility has always worked and been supported; we could probably load V5 and earlier server jobs on 8.7 and they would work. It does look like we've reached a...
by ArndW
Fri Nov 16, 2012 10:43 am
Forum: General
Topic: Datastage Director Refresh and Compile error
Replies: 7
Views: 6369

I have seen the problem demonstrated again today, with the same client and the same settings (refresh rate in the director) everything works as expected on one 8.7 machine but on the other, which I believe was installed with the same response file as the first machine, the director doesn't reflect t...
by ArndW
Fri Nov 16, 2012 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 8.7 to 7.5 conversion
Replies: 10
Views: 3068

No, I don't have a foolproof method and will keep your problems in mind next time I need to retrograde a job from 8.7 downwards. I had always assumed that if the job was imported it would work but that seems to no longer be true.
by ArndW
Fri Nov 16, 2012 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convert String to Timestamp
Replies: 3
Views: 1480

The conversion for VarChar() to integer is implicit and doesn't need to be explicitly programmed through a function. If the VarChar() contains values that aren't convertable to integer then you should use an "IsValue('int32',Input.Column)" to ensure that no values are dropped or warnings a...
by ArndW
Fri Nov 16, 2012 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: 8.7 to 7.5 conversion
Replies: 10
Views: 3068

Did you import the whole project or just the one job and corrupted the project? I've retro-imported jobs several times and as long as they didn't use functionality not available in the version to which I imported the jobs they worked fine (although often I'd get warnings during the import process). ...
by ArndW
Fri Nov 16, 2012 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Time format Isuue
Replies: 7
Views: 1873

What is the display format use by your web service? You should convert your timestamp data type to a string within datastage using that display format so that the webapp can parse it.
by ArndW
Fri Nov 16, 2012 3:15 am
Forum: General
Topic: Using Parameter set file value by default
Replies: 4
Views: 1693

SURA, just as a side note, I wouldn't hold my breath until this APAR makes it into a production release. I'm certain there are a couple of open enhancement request APARs in the system that I submitted.. before the year 2000 :) Enhancement requests are tough, if the marketing folks don't see a benefi...
by ArndW
Fri Nov 16, 2012 3:02 am
Forum: General
Topic: Datastage Director Refresh and Compile error
Replies: 7
Views: 6369

Oddly enough, I've been seeing this problem since yesterday on one of the 8.7 machines here. Whe I manually do a "refresh" in the Director the correct state is displayed. But if I don't, the job status is "not compiled" but the director merrily refreshes the state of other runnin...