Search found 42189 matches

by chulett
Fri Oct 17, 2008 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Huge data
Replies: 11
Views: 2613

Not sure I'd call that "huge". :wink:

What database? What's the typical ratio of inserts v. updates, any clue?
by chulett
Fri Oct 17, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file
Replies: 13
Views: 2736

First suggestion - take your actual "exporting nulls" error and search the forums for that exact string.
by chulett
Fri Oct 17, 2008 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise Stage ,Can not pass job parameters
Replies: 11
Views: 2428

Umm, Arnd, both the hash marks and the parameter value being passed are there in the post.
by chulett
Fri Oct 17, 2008 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After job aborting or fail how to get next values
Replies: 8
Views: 1865

You "skip" them using a constraint in a transformer (@INROWNUM > X) but there's a lot more to it than that in the PX environment. And only you can say if it will "give good result" if you do that.
by chulett
Fri Oct 17, 2008 8:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What are DSTransforms ? MONTH.TAG DSTransform
Replies: 4
Views: 3130

They're not routines, they are interludes to routines or wrappers. Just like the routines themselves, double-clicking on them opens them up and exposes both the "source code" and any documentation as to how they work and/or are used.
by chulett
Fri Oct 17, 2008 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: extract data from an ORACLE table using an OCI stage
Replies: 6
Views: 1585

As noted, what problems are you having with it? How much sql experience do you have?
by chulett
Fri Oct 17, 2008 8:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do we know the Job Running status?
Replies: 4
Views: 1546

So, since you can't "truncate for a particular date", how are you going to handle deleting the previously loaded data? Perhaps a Transaction Size of zero is on order so you get an "all or nothing" load?
by chulett
Fri Oct 17, 2008 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:Fetch out of sequence
Replies: 4
Views: 1698

Ah. It's always a "best practise" to add an active stage between any two passive stages. Granted, DataStage will add one if you don't (hence the IDENT1, IDENT2, etc you see occasionally) but sometimes odd inexplicable problems can be solved simply by adding the transformer yourself.
by chulett
Fri Oct 17, 2008 7:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execute multiple jobs using a sequence
Replies: 11
Views: 4318

I made the silly assumption that the metadata is different across the 70 files. Otherwise, there's no reason for anything more than 1 job and a parameter for the filename. Or a fixed work file name and a 'before job' concatenation. [shrug]
by chulett
Fri Oct 17, 2008 12:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After job aborting or fail how to get next values
Replies: 8
Views: 1865

Short answer is "skip them". However - static source? Meaning when you rerun it, will the 103rd record in the second run be the same 103rd record from the first run?
by chulett
Fri Oct 17, 2008 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calculating FiscalWeek
Replies: 1
Views: 865

Sorry, but the only thought I have this late at night is "use meaningful stage variable names". How is anyone who comes after you supposed to follow calculations involving StageVar, StageVar1 and StageVar2? :?
by chulett
Fri Oct 17, 2008 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: Failed to convert column value
Replies: 7
Views: 2579

Rea_Antony wrote:but nothing is being fetched from the source

Yes, I know, you said that already. You didn't answer the question - you've got a Varchar in the job *and* the database for this field and it "failed to convert" it? That doesn't make a lot of sense.
by chulett
Thu Oct 16, 2008 11:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: Failed to convert column value
Replies: 7
Views: 2579

Errors are always thrown by the transformers as they are the active stages in Server jobs. What 'DataStage type' and database type is this "not fetched from source" column?
by chulett
Thu Oct 16, 2008 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error: Failed to convert column value
Replies: 7
Views: 2579

Database? Stage? Generated or user-defined sql?