Search found 53125 matches

by ray.wurlod
Tue May 05, 2009 11:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage px
Replies: 1
Views: 806

Welcome aboard.

Thank you for posting an intellectual exercise in database design.

What assistance do you believe an ETL tool might bring?
by ray.wurlod
Tue May 05, 2009 11:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Distinct of a query not retrieving correct result
Replies: 14
Views: 3284

Assuming that the data type is string, check that the "same" values don't have the same number of leading or trailing space characters.
by ray.wurlod
Tue May 05, 2009 11:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup job failure
Replies: 7
Views: 2065

How many rows and how large is each on the reference input?
by ray.wurlod
Tue May 05, 2009 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can Data set be accessed from any external editor
Replies: 9
Views: 1937

A Data Set consists of multiple physical files. On that basis at the very least the answer is "no". There are no columns, so there are no column headings. The storage schema is in the control file, not in the data files. Therefore the answer is still "no". Data are in binary form...
by ray.wurlod
Tue May 05, 2009 11:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't able to start the server
Replies: 13
Views: 17972

Look in startServer.log to find out why the server could not start.
by ray.wurlod
Tue May 05, 2009 8:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning: score file deletion
Replies: 4
Views: 2009

Not until you have checked all the things I mentioned, or had your Windows administrator do so.
by ray.wurlod
Tue May 05, 2009 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage format problem
Replies: 4
Views: 1250

*Topic relocated - Content Editor*
by ray.wurlod
Tue May 05, 2009 8:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage format problem
Replies: 4
Views: 1250

What are the properties involved here, particularly the Field Delimiter property?
by ray.wurlod
Tue May 05, 2009 5:37 pm
Forum: General
Topic: How do I get dsjob -logdetail to list the log from the last
Replies: 12
Views: 22277

dsjob -lognewest can be qualified by an event type.

Type in just dsjob -lognewest to get syntax summary.
by ray.wurlod
Tue May 05, 2009 4:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connectivity with oracle10gr2
Replies: 12
Views: 3555

If you don't answer the questions how do you expect us to help?

Veterinarians charge a lot more than human doctors because they have to diagnose patients who can't answer their questions.
by ray.wurlod
Tue May 05, 2009 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: mailing in datastage
Replies: 14
Views: 3605

Yes you can. Or MOVE, which has a simpler syntax.
by ray.wurlod
Tue May 05, 2009 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow Dynamic Hash File
Replies: 10
Views: 5015

Nice one. I've seen that done on Windows and Linux using a flash memory stick. Even 16GB is reasonably cheap these days. Arnd has used one for scratch space in a parallel job!
by ray.wurlod
Tue May 05, 2009 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pb using Isnull function : doesn't work
Replies: 9
Views: 2403

Prove that you are actually receiving nulls in the second environment - maybe View Data on the Oracle stage and View Data on the hashed file.
by ray.wurlod
Tue May 05, 2009 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can't able to start the server
Replies: 13
Views: 17972

Sometimes on Windows this is a timing issue; the services try to start before the DB2 instance* is ready. Re-starting Windows usually works in this case. Otherwise, start DB2 (from the icon in the status bar) then try to start the services (in the correct order). * I've assumed here that your reposi...