Search found 42189 matches

by chulett
Fri May 05, 2006 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SEQUENTIAL FILE STAGE - GETTING STUCK :-(
Replies: 10
Views: 2429

If so, you will need the patch. :wink:
by chulett
Fri May 05, 2006 3:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Authentication to DataStage
Replies: 4
Views: 1840

Probably true for a Windows based server installation, but how about UNIX?
by chulett
Fri May 05, 2006 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tunables in Administrator
Replies: 6
Views: 2016

The Tunables values are the default (not maximum) size to be used for hashed file cache - not hashed files. What you set in the Administrator is the default value; these can be overridden on a per-job basis using the job properties dialog. You're mixing up a couple of different things here. The def...
by chulett
Fri May 05, 2006 10:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: active-to-active link problem
Replies: 29
Views: 6079

Was curious to see the actual job canvas, as circular dependancies are normally caught by the compiler.
by chulett
Fri May 05, 2006 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: no descriptor for this position
Replies: 1
Views: 1092

User Defined SQL plus number of columns defined in stage not matching the parameter markers in the query = no descriptor for this position.
by chulett
Fri May 05, 2006 6:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: active-to-active link problem
Replies: 29
Views: 6079

(Could not draw it accurately in the diagram) Then post a screen print of your job so it is accurate. There are many places offering free image hosting, upload a .bmp or .jpeg there and use the Img tags to include it in your post. Then maybe we'll be able to understand the structure and flow of you...
by chulett
Fri May 05, 2006 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem of Using Environment variable as Job Parameters
Replies: 3
Views: 1357

There's no way to eliminate 'the prompt' completely when you run the job manually - i.e. from the Director. It will always prompt for something, even if no parameters are defined in the job. You will always need to click 'Run' again in the dialogue box after clicking 'Run' on the menu. That's just H...
by chulett
Thu May 04, 2006 5:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input to a stored Procedure
Replies: 9
Views: 1712

Are you using the actual Stored Procedure stage or some other mechanism?
by chulett
Thu May 04, 2006 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date problem
Replies: 4
Views: 776

What stages are you using? Generated or custom sql?
by chulett
Thu May 04, 2006 11:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL query
Replies: 9
Views: 2095

It's not arithmetic, it is a set operation, like a UNION or UNION ALL. Take the contents of the first set and remove any content that matches what's in the second set.
by chulett
Thu May 04, 2006 11:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Avoid warnings when Wait for file Timeouts.
Replies: 33
Views: 15505

Not sure off the top of my head. I'd need to experiment and unfortunately I don't have time to do that right now. Perhaps later tonight I can, but right now anyone else is welcome to take a whack at this.
by chulett
Thu May 04, 2006 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Avoid warnings when Wait for file Timeouts.
Replies: 33
Views: 15505

No, there's no 'demotion' in Server. All you can do is avoid generating them, if at all possible.
by chulett
Thu May 04, 2006 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Quick way of copying parameter set from one job to another?
Replies: 8
Views: 3252

Another thing to try - export both jobs. Find the parameter block definition in the 'first job and replace what is in the 'second' job with that chunk. Re-import.

Save a copy of the original unadultered job in case you totally hork it up. :wink:
by chulett
Thu May 04, 2006 7:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running PX on windows
Replies: 9
Views: 3126

Which is exactly what the post I linked to states.
by chulett
Thu May 04, 2006 7:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading comp-3 field from AS400 with Ascential driver
Replies: 17
Views: 5310

Direct access? Not sure what exactly that means. Can you not land this information and then process it? Write a job that extracts it from the database and writes it to a flat file, then process that flat file via the CFF stage. Or is that not direct enough access? There's no "NLS" involved in unpack...