Search found 53125 matches

by ray.wurlod
Wed Jan 28, 2009 7:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup not matching
Replies: 15
Views: 4729

In your original question you stated that you had already created the hashed file so I took it as given.
by ray.wurlod
Wed Jan 28, 2009 7:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User inserted sort does not fulfill the sort requirements
Replies: 3
Views: 6965

Moderator: please move to parallel forum

Server jobs do not have a Join stage.
by ray.wurlod
Wed Jan 28, 2009 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re:Run the jobs through command line
Replies: 3
Views: 893

The command is dsjob - Search DSXchange and/or the manuals for more information.
by ray.wurlod
Wed Jan 28, 2009 1:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Importing metadata of file with string delimiter
Replies: 2
Views: 753

Look for Delimiter String property rather than Delimiter property.
by ray.wurlod
Wed Jan 28, 2009 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help with logic
Replies: 3
Views: 1433

Server job (as posted) or parallel job (as marked)?
by ray.wurlod
Tue Jan 27, 2009 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: With out sort stage
Replies: 2
Views: 998

If you wish. Most stage types support sorting on their input links, but none offers the flexibility available with an explicit Sort stage.

The main thing is not to sort where it's unnecessary.
by ray.wurlod
Tue Jan 27, 2009 5:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Start Up Time
Replies: 6
Views: 1816

One of the major invisible things in version 8.0 is reduced startup time. There's not a whole lot you can do about it in version 7. That's one of the reasons I advocate server jobs for small to medium loads.
by ray.wurlod
Tue Jan 27, 2009 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: syslog auditing
Replies: 1
Views: 1214

It's not possible. DataStage does not have its own login. If they fail to login to "DataStage" it means that they've failed to log in to the operating system, which is recorded automatically in syslog. Another example of auditors being ignorant whereof they speak.
by ray.wurlod
Tue Jan 27, 2009 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup not matching
Replies: 15
Views: 4729

Post your actual derivation expressions.
by ray.wurlod
Tue Jan 27, 2009 5:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read operation failure. >
Replies: 23
Views: 6772

If you are paying for official support then you have a strong moral argument (and probably a legal argument as well) to demand that support.
by ray.wurlod
Tue Jan 27, 2009 5:21 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Error creating DS job
Replies: 2
Views: 3503

IA tasks in version 8 run as DS jobs in the ANALYZERPROJECT project. Beyond that there is little information available, but the first thing I'd be checking is permissions (in that project) and credentials. You may need DataStage credentials as well as Information Analyzer credentials.
by ray.wurlod
Tue Jan 27, 2009 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle null in modify stage
Replies: 2
Views: 7017

One at a time, using handle_null() function.

Note that there is an error in the Parallel Job Developer's Guide - the SetNull() function is only for the Transformer stage, not for the Modify stage.
by ray.wurlod
Tue Jan 27, 2009 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special characters in column name
Replies: 11
Views: 6076

If the database vendor's client software won't permit it, then tough.
by ray.wurlod
Tue Jan 27, 2009 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: custom operator
Replies: 8
Views: 1634

If that's true it will (should) be in the StageTypes branch of the Repository.
by ray.wurlod
Tue Jan 27, 2009 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: More list of DS_* tables
Replies: 1
Views: 1347

Search - it's been done before.