Search found 53125 matches

by ray.wurlod
Thu Jul 19, 2007 2:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Querying the table based on a condition
Replies: 4
Views: 939

Just add the appropriate WHERE clause to the link properties in your database stage - probably on a tab called Selection.
by ray.wurlod
Thu Jul 19, 2007 2:52 pm
Forum: General
Topic: Regarding Import job problem
Replies: 1
Views: 894

Welcome aboard.

Your "friend" only exported the executable jobs, not the design time information.

There is only one solution, and it is the obvious one.
by ray.wurlod
Thu Jul 19, 2007 2:51 pm
Forum: General
Topic: Why are we stuck with Datastage ?
Replies: 9
Views: 4067

Informatica is a great tool also (I've never played with Ab Initio). As far as I'm concerned it is a Good Thing that there are two (or more) good tools out there - they tend to keep each other vigorous in the market place.
by ray.wurlod
Thu Jul 19, 2007 2:43 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: split file for set of records
Replies: 5
Views: 3823

janhess wrote:Bit difficult using Unix commands on Windows.
I'll have a think about it.
Jan

Not at all. Get MKS Toolkit or CygWin or similar. :wink:
by ray.wurlod
Thu Jul 19, 2007 2:40 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Change license details on ProfileStage
Replies: 1
Views: 2404

I believe - though I've never done it - that you start the installation process again and it detects that ProfileStage is already installed and goes into maintenance mode. Without either the software or the manuals this week I can't confirm that. Perhaps you can.
by ray.wurlod
Wed Jul 18, 2007 10:35 pm
Forum: General
Topic: importing .gz file from unix server and unzip
Replies: 9
Views: 2708

Control the FTP separately from DataStage, or from an Execute Command activity in a job sequence, or from a before-job subroutine. Use a Filter command in a Sequential File stage to execute your unzip utility; the Sequential File stage will read stdout from the filter command if one is specified.
by ray.wurlod
Wed Jul 18, 2007 8:57 pm
Forum: General
Topic: Command line export
Replies: 6
Views: 2721

Welcome aboard.

I don't believe it's possible. But you can always remove the executable from the export file afterwards.
by ray.wurlod
Wed Jul 18, 2007 6:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8 to SQL server 2005 error
Replies: 3
Views: 1069

The other possibility is some kind of arithmetic overflow, for example if DataStage were counting the number of bytes transmitted or something. Certainly not something we mere mortals could affect!
by ray.wurlod
Wed Jul 18, 2007 6:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while scheduling DS server job
Replies: 5
Views: 1184

Are you perhaps running in a VMWARE instance? I've seen things like this happen when that is the case.
by ray.wurlod
Wed Jul 18, 2007 6:08 pm
Forum: General
Topic: Sorting on huge volume
Replies: 8
Views: 2608

OK, the data come in in serial fashion. You immediately partition on the sort key (using Hash or Modulus as the partitioning algorithm, the latter only if the sort key is an integer sequence) - the Sort stage can then sort in parallel. Also in the Sort stage is a property that allows you to vary the...
by ray.wurlod
Wed Jul 18, 2007 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading into DB2 DataBase
Replies: 1
Views: 492

The second, because you don't take the delay of "insert failed because row exists so do update".
by ray.wurlod
Wed Jul 18, 2007 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job parameters
Replies: 1
Views: 508

The nice thing about job parameters is that they give you this flexibilty - you will not need different jobs for initial load unless there are some conditions (such as differently-formatted legacy records) about which you have chosen not to inform us when posing your question.
by ray.wurlod
Wed Jul 18, 2007 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informatica Grid
Replies: 8
Views: 3929

No experience with Informatica Grid, but there are quite a few sites happily running DataStage Enterprise Edition on a grid. The main thing you need is a dynamic configuration file - which IBM sells a service to create for you.
by ray.wurlod
Wed Jul 18, 2007 3:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CobolData Type Conversion
Replies: 3
Views: 723

No, what I'm saying is that, in the importer, there is a field in which you tell DataStage where the 01 level item is.