Search found 53125 matches

by ray.wurlod
Thu May 25, 2006 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table/view/trigger/procedure does not exist
Replies: 8
Views: 2649

Etiquette Note
If you want solutions urgently sign up with your support provider for premium service. Learn the true cost of "urgent". This is an all-volunteer site; those who have answers post as and when they can.
by ray.wurlod
Thu May 25, 2006 3:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Which area has more jobs?
Replies: 3
Views: 1221

In Australia the present ratio of server to parallel sites is about 9:1. In south and east Asia (excluding Japan and companies doing offshore work for US clients) the ratio seems even higher. This is, as Vincent noted, gradually changing, but server will be around for quite some time yet.
by ray.wurlod
Thu May 25, 2006 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Image file to BLOB field in Oracle
Replies: 3
Views: 1763

No.

You could script it (sqlplus) and have DataStage execute the script, but there is nothing within DataStage.
by ray.wurlod
Thu May 25, 2006 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file cf. data set
Replies: 4
Views: 1103

In a word, parallelism
by ray.wurlod
Thu May 25, 2006 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture
Replies: 1
Views: 637

What happens when you try it?

Does the Change Capture stage even permit nullable fields in the comparison key column(s)? Hint: review the Nulls Position property in the Change Keys group of properties.
by ray.wurlod
Thu May 25, 2006 3:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split one row to many based on nos of comma
Replies: 5
Views: 941

Because there is a comma-delimited list in a single column, it is necessary first to split these into separate columns. You can do so in a Transformer stage using the Field() function.
by ray.wurlod
Thu May 25, 2006 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Error
Replies: 3
Views: 1894

Don't kill the UNIX processes with kill -9 :roll:

Berate anyone else who does so.
by ray.wurlod
Thu May 25, 2006 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare Stage-Syntax Error in defining columns.
Replies: 2
Views: 1131

What the manual is trying to suggest (and getting it just slightly wrong enough so it doesn't work) is that you can - if you wish - define the sub-record structures for the first and second columns. Even if you do this properly (in a schema definition) you must use unique column names in the separat...
by ray.wurlod
Thu May 25, 2006 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction log full.
Replies: 8
Views: 1711

It is not a DataStage problem. It is a problem with the way you are using DataStage, and the size of the transaction log. The latter can definitely be addressed by the DBA.
by ray.wurlod
Thu May 25, 2006 3:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What version of DataStage will work with Linux?
Replies: 5
Views: 1056

Linux (must be Red Hat AS 3.0)

DataStage server components for Linux (the Windows version will not install on Linux). Visit the IBM web site to view availability matrix.

You do not need to install Multi Client Manager.

Install DataStage clients on a Windows machine.
by ray.wurlod
Thu May 25, 2006 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling rejected Records
Replies: 7
Views: 1717

That's a different question. The OP's source was Oracle - you don't get any rejects from a SELECT statement. With a Sequential File stage you can have a rejects output link which captures, in raw format, any row that does not satisfy the metadata of the primary output link. Without a rejects output ...
by ray.wurlod
Thu May 25, 2006 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: efforts estimation in datastage
Replies: 10
Views: 2686

The Hawk release includes some quite impressive estimation tools.
by ray.wurlod
Thu May 25, 2006 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funny message within "orchadmin -help"
Replies: 2
Views: 939

It also raises the interesting question how to create a new copy of a Data Set using the orchadmin utility, if you can't use copy unless the target already exists. So it was worth noting this bug, so that users don't get frustrated when it doesn't work.
by ray.wurlod
Thu May 25, 2006 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: does Aggregator hash partition when APTNOPART env is disable
Replies: 1
Views: 822

Are you sure about the name of the environment variable? I can not find this one mentioned in the Parallel Job Advanced Developer's Guide (version 7.5x2). Do you mean APT_NO_PART_INSERTION ? Many of the environment variables involve a double negative. That is, when they are activated they disable so...
by ray.wurlod
Thu May 25, 2006 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What version of DataStage will work with Linux?
Replies: 5
Views: 1056

It allows more than one version of the client to be installed on the same PC. It ought not to affect installing the server.