Search found 42189 matches

by chulett
Thu Mar 23, 2006 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing XML Filename as a parameter
Replies: 4
Views: 1490

How are you 'reading' it? That stage should support parameters - the Folder stage does for example.
by chulett
Thu Mar 23, 2006 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure
Replies: 9
Views: 1911

What happens when you simply do not check/enable the 'Generate procedure call' option on the Stage/Syntax tab? Create the anonymous block yourself the way it needs to be to call this SP and let us know the result.
by chulett
Thu Mar 23, 2006 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure
Replies: 9
Views: 1911

I'm not really following what your problem is any more. How many IN parameters does the SP need? When you 'Generate' the sql via the stage, from what I recall it will automatically generate code with every column defined in your stage passed to the SP in the anonymous block it builds - so they need ...
by chulett
Thu Mar 23, 2006 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Deduping
Replies: 16
Views: 3356

This is all fine and dandy. However, the answer is clear - there cannot repeat can not be duplicate key values in a hashed file. Period. End of story. In spite of what has been posted as to how the records may look the same to the naked eye, there must be differences between them. Period. End of sto...
by chulett
Wed Mar 22, 2006 7:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Status shows always 'Running'.
Replies: 1
Views: 578

When the job aborts, Reset it from the Director and give us the contents of a log entry labelled 'From previous run...' if it shows up. Also check the size of your hashed file directory - is either the DATA.30 or OVER.30 file over 2GB in size? Lastly, have you enabled the 'write caching' option in t...
by chulett
Wed Mar 22, 2006 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI Load .. Tricks to Truncate before Load?
Replies: 4
Views: 1186

Sure - don't send any rows down the link. :wink:

All you need is a transformer and an OCI stage. Put a stage variable in the transformer so the compiler won't beef. Use a constraint of @FALSE so no rows go down the link. When the job runs, the only thing that will happen is the truncate. Done.
by chulett
Wed Mar 22, 2006 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure Stage (STP)
Replies: 1
Views: 695

You need to upgrade to the 'latest release' for your platform, at which point the stage will support Oracle, DB2 and Sybase.
by chulett
Wed Mar 22, 2006 10:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.REINDEX ALL has been executed while clients are connected
Replies: 7
Views: 5672

kcbland wrote:I hate a horked up project.

Even worse - with all projects horked up you've got what we call a horkestra. :wink:
by chulett
Wed Mar 22, 2006 8:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.REINDEX ALL has been executed while clients are connected
Replies: 7
Views: 5672

Yes, running the REINDEX command with users connected will hork things up and make all jobs disappear. Ensure all users are disconnected (bounce things if you need to) and then rerun - you should be fine.
by chulett
Wed Mar 22, 2006 8:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting last row from transformer
Replies: 6
Views: 12222

What about the last row? Better to sort descending and take the first occurance.
by chulett
Wed Mar 22, 2006 6:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while Looking up in Distributed Hashed File
Replies: 5
Views: 1664

I don't believe this is a bug but rather a known limitation of distributed hashed files. You cannot cache them - individual parts, yes - but the whole, no. Should be documented somewhere...
by chulett
Wed Mar 22, 2006 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubt in data movement.
Replies: 16
Views: 5319

It is confusing - but doesn't it all come down to maintaining a Type 2 SCD at the end of the day? :?
by chulett
Wed Mar 22, 2006 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: High Availability
Replies: 7
Views: 2441

Searching for 'failover' got 27 hits, not all relevant of course, but ones like this one is. It discusses failover, something I was able to help setup at one site. There's nothing built into DataStage to make it qualify as 'Highly Available' or provide anything like transparent failover. And no addi...
by chulett
Tue Mar 21, 2006 8:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header and Trailer
Replies: 8
Views: 5998

You've gotten two different answers, Sam, because you haven't said if you are trying to read a file with header and trailer records or are trying to create one.
by chulett
Tue Mar 21, 2006 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to create a Project with deleted name
Replies: 21
Views: 6875

Be in that directory when you launch 'dssh' - it will prompt you for the rest. :wink: