Search found 46 matches

by eldonp
Wed Jan 09, 2008 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Most effective way to define a constraint
Replies: 5
Views: 2611

Most effective way to define a constraint

What is the best way to define a constraint in my situation where I am performing a lookup and want the key column of my source link to match the key column of the lookup link, but i only want data where my non-key column does not match. In psuedocode, this constraint looks like this.... (source.key...
by eldonp
Wed Oct 31, 2007 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer was entered, but never exited
Replies: 4
Views: 3143

Resolved by implementing loop stages - but this required duplicating logic.

I needed to obtain a value from the job before using this in the start loop stage. The the initial logic is duplicated between the loop stages.

Any constructive comments stilll ... around the duplication especially?
by eldonp
Wed Oct 31, 2007 4:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer was entered, but never exited
Replies: 4
Views: 3143

Sequencer was entered, but never exited

I have a sequencer that I would like to have loop. Heres the design: user variables - -> sequencer (any) - -> job1 (writes 1 record to a file) - - > Errors ↑ | | ↓ | Command (head to read file) | | | ↓ Command (sleep 5) < - - Condition (sleep/continue) - - > job2 I expect that when the sleep conditi...
by eldonp
Mon Oct 08, 2007 5:36 am
Forum: Enhancement Wish List
Topic: limit the lookup data in a hashed file
Replies: 4
Views: 2959

uhhh, the lookup data is sourced from another system - i.e another database. Then the inline sub-query won't work.
by eldonp
Sat Oct 06, 2007 2:09 am
Forum: Enhancement Wish List
Topic: clear derivations
Replies: 3
Views: 2789

clear derivations

buttons to clear all derivation within the respective stages.
by eldonp
Sat Oct 06, 2007 1:54 am
Forum: Enhancement Wish List
Topic: limit the lookup data in a hashed file
Replies: 4
Views: 2959

limit the lookup data in a hashed file

there should be some way to limit the lookup data that is written to a hashed file. e.g. i extract 100 000 rows from a source (lets assume a subset of the customer base) and need to do a lookup on the latest order from a table in a different system with 10 000 000 rows (lets assume its the orders su...
by eldonp
Sat Oct 06, 2007 1:44 am
Forum: Enhancement Wish List
Topic: parameter extract
Replies: 1
Views: 2125

parameter extract

sequencers should have a stage that reads a single row from a file, or from a database so taht parameters can be passed to jobs easily.
by eldonp
Tue Aug 14, 2007 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage corruption
Replies: 8
Views: 6374

Thanks Craig, There are no space problems. We have ensured that each project's files are created on seperate disks - away from the Projects and engine. Space is definately no issue. Resarting DataStage has (even re-installing DataStage) treats the symptom for a few days, but then we're back to the s...
by eldonp
Mon Aug 13, 2007 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage corruption
Replies: 8
Views: 6374

DataStage corruption

A few months ago, when we were running DataStage 7.1, we experienced some job corruption. We established, with the help of IBM support, that there was file corruption occurring in the engine. We addressed the symptoms by re-creating the affected projects or re-installing DataStage. About 2 months ag...
by eldonp
Fri May 04, 2007 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job report syntax and logic
Replies: 2
Views: 1452

Job report syntax and logic

I'm creating some jobs to do job reports. Firstly, I have the names of the jobs that I want statistics for defined in a table. I put these into a file so that I can loop through the file and obtain the statistics. I've attached the code (which doesn't compile at this stage) which is still a WIP, but...
by eldonp
Tue Mar 27, 2007 7:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optimal settings to create a large Hashed file
Replies: 4
Views: 1643

Add to that, what are the memory considerations from a hardware perspective.

Is there much memory needed to create and read from hashed files?
by eldonp
Tue Mar 27, 2007 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Optimal settings to create a large Hashed file
Replies: 4
Views: 1643

Optimal settings to create a large Hashed file

We are having problems with creating hashed files. We have to perform lookups against large data - either 3 million rows with 50 cols or 20 million rows with few cols. When creating this file, at some point the performance just slows and the file seems to stop growing. We've looked - the file is wel...
by eldonp
Mon Dec 04, 2006 1:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Remove account - after project corruption
Replies: 1
Views: 1032

Remove account - after project corruption

One of our projects has become corrpupted. I am trying to delete the project via Administrator but can not. I get the following error as soon as I select the project name in Administrator. Failed to connect to host: vspdwh, project: TariffOptimiser ( The directory you are connecting to either is not...
by eldonp
Mon Aug 28, 2006 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage error
Replies: 5
Views: 1943

Thanks all for the input. I changed the "FTP Data Connection Mode" from passive to active and changed the "Link Tracing Level" from 0 to 4 and it works!
by eldonp
Fri Aug 25, 2006 8:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP stage error
Replies: 5
Views: 1943

FTP server works yes. FTP via command line works too. I'm wanting to user the Stage - this cuts out having to create a unix file and scripting the transfer....