Search found 53125 matches

by ray.wurlod
Tue Jul 22, 2008 1:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Port attributes are empty
Replies: 2
Views: 2012

Start your investigation with "port attributes are empty"
by ray.wurlod
Tue Jul 22, 2008 1:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removal of Junk Characters using parallel transformer
Replies: 5
Views: 6878

Make very sure that they're junk! Don't assume anything.
by ray.wurlod
Tue Jul 22, 2008 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Stage file name
Replies: 2
Views: 696

Already answered here

Posting the same question in multiple forums is frowned upon, as it wastes server storage space. Please refrain from doing so in future.
by ray.wurlod
Tue Jul 22, 2008 12:56 am
Forum: General
Topic: Sequential File Stage file name
Replies: 5
Views: 1462

Yes, but exactly how depends on your actual requirement. For example if you always want the latest file, capture its name with an operating system command like ls -lrt dirpath | head -1 or DIR /OD/4 dirpath | SORT /R in an Execute Command activity (in a job sequence), then capture that output to fee...
by ray.wurlod
Tue Jul 22, 2008 12:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column tab has no content
Replies: 7
Views: 1580

So what is the workaround? Does this problem occur only on your client, or all clients using this standard network install?
by ray.wurlod
Tue Jul 22, 2008 12:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML O/p formatting issue
Replies: 15
Views: 3857

Added URL to my earlier Ernie post. Don't have an answer for shaonli.
by ray.wurlod
Mon Jul 21, 2008 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage log
Replies: 4
Views: 1862

U hasn't logged in for quite a while, and may not even have the knowledge that you have requested him to provide.

The second person personal pronoun is spelled "you" in English.
by ray.wurlod
Mon Jul 21, 2008 10:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation error in sequence job
Replies: 9
Views: 1499

Only you can determine what. But check permissions where your DataStage client is installled for a start.
by ray.wurlod
Mon Jul 21, 2008 9:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: compilation error in sequence job
Replies: 9
Views: 1499

What's changed? ("Nothing" clearly is not the correct answer.)
by ray.wurlod
Mon Jul 21, 2008 8:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling - Can't resolve
Replies: 1
Views: 790

Len() function is applicable to string data types, not to date data types.

The same is true of the Trim() function.

Over and above all of that, almost all parallel Transformer stage functions are intolerant of NULL values.
by ray.wurlod
Mon Jul 21, 2008 8:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column tab has no content
Replies: 7
Views: 1580

If you have Runtime Column Propagation enabled it is sufficient; the job design may have completely empty column grids. Is this, perhaps, the case?
by ray.wurlod
Mon Jul 21, 2008 7:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column tab has no content
Replies: 7
Views: 1580

Obvious question, but someone has to ask. Have you PUT any metadata onto the link (that is, have you loaded any table definition into the Columns grid on either end of the link)?

Can you see the columns on the passive stage end of the link?
by ray.wurlod
Mon Jul 21, 2008 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job aborted after upgrading Version 7.5.1A into V7.5.2
Replies: 3
Views: 989

Welcome aboard.

Had you created default values for these environment variables in the Administrator client in the new (7.5.2) project. Even if it is the same project, upgrading may have overwritten the DSParams file in which these environment variables are stored.
by ray.wurlod
Mon Jul 21, 2008 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: split records
Replies: 5
Views: 1149

In an upstream Transformer stage split a1 into 50 columns and preserve a2 and a3. Downstream of that use a Pivot stage.
by ray.wurlod
Mon Jul 21, 2008 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to join a column in another table (without Join)
Replies: 4
Views: 1495

Create a key (perhaps the per-partition row number) on each input to the Lookup, Join or Merge stage, probably using a Column Generator stage.