Search found 53125 matches

by ray.wurlod
Wed Jul 21, 2010 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset write job hung
Replies: 5
Views: 1800

Please mark thread as Resolved using green button at top.
by ray.wurlod
Wed Jul 21, 2010 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file column drop
Replies: 1
Views: 889

Columns have a drop on import property available.
by ray.wurlod
Wed Jul 21, 2010 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomance handling
Replies: 9
Views: 2152

rumu wrote:Still,Sparse lookup is expensive since it executes the SQL qry for each incoming row....
That depends on your Array Size setting.
by ray.wurlod
Wed Jul 21, 2010 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ds_seqgetnext: Unable to read byte order mark *Error*
Replies: 1
Views: 1478

You have NLS enabled so the Sequential File stage is expecting the first byte of the file to indicate whether byte order is Big-Endian or Little-Endian. There's probably a property in the stage where this can be disabled.
by ray.wurlod
Wed Jul 21, 2010 3:03 pm
Forum: IBM QualityStage
Topic: Separate US Records and Other Country Records
Replies: 8
Views: 2697

Only from IBM as far as I am aware. But, then, I'm not in the USA.
by ray.wurlod
Wed Jul 21, 2010 3:02 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: WISD output stage
Replies: 15
Views: 11149

Your "problem" is with stage Sequential_File_188 - is the file empty? Does this stage have a reject link?
by ray.wurlod
Wed Jul 21, 2010 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomance handling
Replies: 9
Views: 2152

Everything is an option. Don't be tied down by what are only guidelines. Be prepared to think about the actual mechanism to make these decisions. For example, if the OP has vast amounts of memory available, then a normal lookup may even be possible. 15 million short rows is not such a great burden.
by ray.wurlod
Wed Jul 21, 2010 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why use server job?
Replies: 18
Views: 4987

Why would you create a parallel job to process a single row?

Since parallel jobs move data in chunks of not less than 32KiB, and typically much larger slabs (128KiB, 1MiB or 3MiB), why would you use a parallel job to process less then 32KiB of data?
by ray.wurlod
Wed Jul 21, 2010 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp error
Replies: 3
Views: 1537

Since 0000-00-00 is not a valid date, the StringToTimestamp() throws an exception. Handle it as an ordinary string in the If..Then..Else construct, and handle the conversion in the Else clause.
by ray.wurlod
Wed Jul 21, 2010 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Perfomance handling
Replies: 9
Views: 2152

Most database tables have an index on the primary key. If this is the case then sparse lookups will perform reasonably well if the database server is on the same machine as the DataStage server.
by ray.wurlod
Wed Jul 21, 2010 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine to write file - problems
Replies: 3
Views: 1799

Welcome aboard.
1. You need to interrogate the "interim status".
2. A long time ago I posted a routine called OpenSequentialFile which shows, among other things, how to position to end-of-file using SEEK statement.
by ray.wurlod
Wed Jul 21, 2010 5:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing metadata information from the DS Repository
Replies: 10
Views: 2185

In the Manager client you can select any object (for example a table definition) and elect to perform a Usage Analysis (which is effectively an impact analysis) - it will retrieve every job that uses that object (for example table definition) and provide detailed information about where it's used in...
by ray.wurlod
Wed Jul 21, 2010 3:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Application delivery - softricity
Replies: 6
Views: 1325

Well it's easy to isolate where the blame needs to be placed, isn't it? You have to make sure that softricity installs ALL required files. Compare a manually installed client with a softricify installed client machine.
by ray.wurlod
Wed Jul 21, 2010 12:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT in Director
Replies: 13
Views: 3364

Re: SIGINT in Director

dougcl wrote:... starting today ...
What's changed since the day beore today?

"Nothing" is clearly not the correct answer.