Search found 53125 matches

by ray.wurlod
Tue Oct 05, 2010 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: highest surrogate key
Replies: 39
Views: 9018

It would help were you to obtain a premium membership so as to be able to see the totality of Craig's and my replies.
by ray.wurlod
Tue Oct 05, 2010 5:18 pm
Forum: General
Topic: sudo as admin
Replies: 5
Views: 2345

It's my understanding that the user dsadm is the designated DataStage Administrator user name in version 7.
by ray.wurlod
Tue Oct 05, 2010 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: highest surrogate key
Replies: 39
Views: 9018

Completely wrong. The hashed file (and not it's "hashed", not "hash") only ever contains current records. It is pre-loaded with current records and receives replacements to these.

Tip: This will happen any time you need to generate a new surrogate key for the target table.
by ray.wurlod
Tue Oct 05, 2010 3:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Population
Replies: 3
Views: 1902

You may find a Join stage better than a Lookup stage in this design.
by ray.wurlod
Tue Oct 05, 2010 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: import & export
Replies: 4
Views: 1940

istool (no final "s") is the name of the utility. It is the command line interface for Information Server Manager.
by ray.wurlod
Tue Oct 05, 2010 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from the UTF-16BE character set to UTF-8
Replies: 1
Views: 4709

Nothing is wrong. All that's happening is that you're being alerted that (possibly unnecessary) conversions may affect performance. Use a message handler to demote these messages to informational.
by ray.wurlod
Tue Oct 05, 2010 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expand Stage Schema
Replies: 5
Views: 3561

Save it from the Columns tab of the Compress stage output link?
by ray.wurlod
Tue Oct 05, 2010 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: zero not to be truncated
Replies: 6
Views: 3316

In Oracle an integer with a value of 3 will be stored as (binary) 00000000000000000000000000000011
by ray.wurlod
Tue Oct 05, 2010 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using FTP Enterprise stage for ftp'ing files
Replies: 6
Views: 2343

The FTP stage types do not FTP files. They transfer file contents directly into the job design.
by ray.wurlod
Tue Oct 05, 2010 3:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: highest surrogate key
Replies: 39
Views: 9018

The hashed file only ever contains the current record. If there becomes a new current record, this OVERWRITES the previous one in the hashed file. Correct inserts and updates are directed to the target table.
by ray.wurlod
Tue Oct 05, 2010 3:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running state
Replies: 9
Views: 2501

The problem is definitely in the database. Whether or not you involve your DBA depends entirely on how important solving the problem is to you.
by ray.wurlod
Tue Oct 05, 2010 3:32 pm
Forum: General
Topic: Job search in unix
Replies: 8
Views: 3697

Given that you have version 8, you also have Quick Find and Advanced Find in the Designer client.
by ray.wurlod
Tue Oct 05, 2010 3:30 pm
Forum: General
Topic: How to search the datastage job in unix
Replies: 3
Views: 1398

Umm... use the scroll bars in Designer?
by ray.wurlod
Tue Oct 05, 2010 2:40 am
Forum: General
Topic: DataStage operator role is limited
Replies: 2
Views: 1371

Read about what the roles give you. The Operator role can only run released jobs and can not view jobs.

When you get to version 8 there is a Super Operator role that can run any compiled job and can view (but not edit) job designs.
by ray.wurlod
Tue Oct 05, 2010 2:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: NULL & Sequential File
Replies: 11
Views: 3564

Depends how your "default defaults" have been set up.