Search found 53125 matches

by ray.wurlod
Fri Jan 20, 2006 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null string argument. Requirements Failure
Replies: 6
Views: 2204

If there is any possibility at all that the incoming value is null you must check for this first before attempting to use any null-intolerant operator.
by ray.wurlod
Fri Jan 20, 2006 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null string argument. Requirements Failure
Replies: 6
Views: 2204

If there is any possibility at all that the incoming value is null you must check for this first before attempting to use any null-intolerant operator.
by ray.wurlod
Fri Jan 20, 2006 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: need suggestion regarding 'bound error'
Replies: 6
Views: 4473

Does CAMP_START_DT appear twice in the list of Columns in a stage that has an Input link?
by ray.wurlod
Fri Jan 20, 2006 3:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Why Basic Transformer does not work in MPP or Cluster System
Replies: 3
Views: 939

The BASIC Transformer requires the server engine. You would need to install this on every node in the cluster (at huge licence cost) to even have a chance of having the BASIC Transformer stage run in MPP environment. No-one's prepared to waste the resources. You could always specify a node pool that...
by ray.wurlod
Fri Jan 20, 2006 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parrellel jobs and C++ compiler
Replies: 6
Views: 1375

Search the forum. You need to have installed Visual Studio .NET to get the C++ compiler needed.
by ray.wurlod
Thu Jan 19, 2006 11:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can aggregator sort the records
Replies: 1
Views: 663

Server job Aggregator stage has no capacity to sort records.

You may have discerned as much by reading this thread which is also active today.
by ray.wurlod
Thu Jan 19, 2006 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Too many columns in a Record
Replies: 11
Views: 3660

Don't check the program, check the file ! DataStage isn't complaining about the program, it's complaining about the file. What's the row length of the file? What is the total size of the file (use the wc command)? Is one an exact multiple of the other? If not there is at least one aberrant row in th...
by ray.wurlod
Thu Jan 19, 2006 10:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple User in a Single DataStage Project
Replies: 2
Views: 822

No. DataStage roles are tied solely to operating system groups. The only way you could achieve your goal would be to create a separate group for each class of user.
by ray.wurlod
Thu Jan 19, 2006 10:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execption Handler
Replies: 6
Views: 1759

Your job sequence design should look like

Code: Select all

Job1 ----->  Job2  ----->  Job3

ExceptionHandler  ----->  (any activity)
by ray.wurlod
Thu Jan 19, 2006 6:35 pm
Forum: Site/Forum
Topic: New Forum: Job Sequences
Replies: 2
Views: 1738

New Forum: Job Sequences

Because job sequences span server and parallel jobs, I think it's time to create a separate forum for job sequence questions. At version 7.5 job sequences have reached a maturity, and level of functionality, that warrants their being treated seriously as a separate component of DataStage job design.
by ray.wurlod
Thu Jan 19, 2006 6:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to openup Job Activity Property
Replies: 21
Views: 5869

Please don't send private email or private messages.

See the latest newsletter for reasons.
by ray.wurlod
Thu Jan 19, 2006 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Defining data types in table definitions
Replies: 1
Views: 761

In a word, maintainability. The Sequential File stage does not enforce data types. However, it is useful to have some idea about what kind of data are expected in each field. What better way than to document the expected data type - the data type that this column will need to be somewhere downstream...
by ray.wurlod
Thu Jan 19, 2006 6:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help needed.....connection is broken 81002??
Replies: 18
Views: 6510

Was the number 81002 as originally reported or 80012 as subsequently reported? They are radically different, though both related to the RPC mechanism.
by ray.wurlod
Thu Jan 19, 2006 6:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to openup Job Activity Property
Replies: 21
Views: 5869

That's not many for India.

(I've made an assumption based on jatayl's nick, but I think it might hold. One of my clients in India has about 75 developers, another 40.)
by ray.wurlod
Thu Jan 19, 2006 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reconciliation of source data and target data
Replies: 13
Views: 7536

Aarrgh, it's DataStage EE. Sorry about that.

Anyway, you can get MKS Toolkit or CYGWIN or any of those UNIX emulators without having to get them with DataStage.