Search found 42189 matches

by chulett
Fri Apr 30, 2010 12:02 pm
Forum: General
Topic: return of date parameter
Replies: 2
Views: 1150

That would be an external as in string format (not a DATE), use TO_CHAR() with the appropriate mask in your source SQL into a Varchar field.
by chulett
Fri Apr 30, 2010 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need to modify the Read only jobs
Replies: 6
Views: 2937

Still questioning the alleged need for these 'readonly' jobs to be edited...
by chulett
Fri Apr 30, 2010 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS MAP Configuration in DS8.1
Replies: 2
Views: 1575

I don't know what it used to say before your edit but the new version isn't all that much better. :?
by chulett
Fri Apr 30, 2010 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Output format help
Replies: 4
Views: 1939

No. You've seen what DataStage considers "formatted" output and if that's not what you want you should not enable that option. Keep in mind that formatting like that is only for peoples and no XML reader will care or need any formatting, so most applications don't bother with it. If someho...
by chulett
Fri Apr 30, 2010 6:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance tuning in Server Job (part of a sequence)
Replies: 5
Views: 4823

PX is a completely different beast and built from the ground up for parallelism. Not that you can't still get into trouble with PX and partitioning but it's really an "apples to oranges" comparison to the kind of parallel processing you can make a Server job do. IMHO. Perhaps Ernie or Ray ...
by chulett
Fri Apr 30, 2010 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Integer to Double
Replies: 3
Views: 1926

Server isn't strongly typed like PX so there isn't much in the way of conversion functions to be had - or needed. Never mind the fact that flat files have no data types, only 'character' fields when you get right down to it.
by chulett
Fri Apr 30, 2010 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSGetLogSummary
Replies: 3
Views: 2376

I don't think you can get full details like you want from the 'Summary' function, have you tried the 'detail' version - DSGetLogEntry, I believe?
by chulett
Thu Apr 29, 2010 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not processing data...
Replies: 7
Views: 2245

OK... what is in the log for that job? Anything out of the ordinary? Does it seem like the job should have run to completion according to the log?
by chulett
Thu Apr 29, 2010 11:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata from multiple tables
Replies: 2
Views: 1304

You don't. You take what you need from the five 'base' tables one at a time.
by chulett
Thu Apr 29, 2010 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs not processing data...
Replies: 7
Views: 2245

Clarify what you mean by "stopped status". If you mean literally that, it could simply mean that someone clicked on "Stop" from the Director for that job.
by chulett
Thu Apr 29, 2010 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ISSUE WITH EXECUTION MODE IN PARALLEL EXECUTING IN 3 NODES
Replies: 10
Views: 5269

What settings are you using in the source DB2 stage? What partitioning is in use in the job? As noted, you seem to have it set to 'Entire' so that each node gets a complete copy of the selected data.
by chulett
Thu Apr 29, 2010 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Improve the job performance
Replies: 2
Views: 1131

How can anyone help without any details? :?

What kind of "load" is this? What are you doing with these 23M records on a daily basis? How many nodes? (etc,etc) Some improperly designed loads by their very nature will take longer and longer to run, hence the question.
by chulett
Thu Apr 29, 2010 7:15 am
Forum: General
Topic: Job not showing in Designer !!!!
Replies: 11
Views: 5027

Yes. Technically, for "post version 7" support as in support for version 8 you really need to involve support for issues of this nature.
by chulett
Thu Apr 29, 2010 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert issue with large volume of data
Replies: 2
Views: 1177

First suggestion is always going to be to search and since you didn't mention doing that - see if an Exact Match search for "Unable to use a record for update" helps at all.
by chulett
Thu Apr 29, 2010 6:13 am
Forum: General
Topic: Automated Package Installer
Replies: 9
Views: 2583

The legacy 'Universe' repository is alive and well and functioning the same as it always has in 8.x, it's just that they have added the XMETA layer "on top" of that, so to speak.