Search found 53125 matches

by ray.wurlod
Tue Jun 10, 2008 4:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage not found when remote execution enabled
Replies: 2
Views: 860

Remote execution is only for execution on USS (Unix on mainframe). View what's on the Remote tab, then disable it. Only DB2 is visible because only DB2 (of those databases) is supported on zSeries machines.
by ray.wurlod
Tue Jun 10, 2008 4:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage courses
Replies: 2
Views: 1862

They are available as "e-Learning" from IBM (in exchange for payment, of course). Contact your local IBM Learning Center.
by ray.wurlod
Tue Jun 10, 2008 4:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating DSN in Unix
Replies: 3
Views: 1737

Assuming you have the drivers, DSNs are created by editing the .odbcini file (which is referred to also as $ODBCINI environment variable). In any project create an entry in uvodbc.config to enable that DSN's use from that project.
by ray.wurlod
Tue Jun 10, 2008 4:44 pm
Forum: General
Topic: How to expot and import jobs through UNIX
Replies: 15
Views: 10846

ag_ram, please avoid double-posting everything.

If you get a timeout on Submit, just return to the forum - you will find that the first post succeeded - you don't need to click Submit a second time.
by ray.wurlod
Tue Jun 10, 2008 4:38 pm
Forum: General
Topic: DataStage Backup and Recovery from Server
Replies: 21
Views: 18305

Before I provide a greater level of detailed feedback, have you tested all of these commands in version 8 parallel environment? If so please provide detail concerning your test cases, expected and actual results. If not, please say so so that people will understand that this is purely a theoretical ...
by ray.wurlod
Tue Jun 10, 2008 4:33 pm
Forum: IBM QualityStage
Topic: DataSet/LookUpFileSet
Replies: 5
Views: 1880

I still fail to see the relevance to QualityStage or, for that matter, to U (one of our occasional posters).

The second person personal pronoun in English is spelled "you", not "u".
by ray.wurlod
Tue Jun 10, 2008 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted after 50 errors logged topic
Replies: 1
Views: 2751

In the Job Run Options dialog, set Limits on the Limits tab.
In Director, change the defaults via Tools > Options, which a Search would have discovered.

Even better, design jobs that don't generate warnings in the first place.
by ray.wurlod
Tue Jun 10, 2008 1:02 am
Forum: General
Topic: Regarding DBMSCODE
Replies: 3
Views: 1172

DBMSCODE is a link variable that returns any code returned from the database server. It is most useful in a derivation on a reject-handling link to pick up the reason that a row was rejected by the database on the non-reject output link from the Transformer stage.
by ray.wurlod
Tue Jun 10, 2008 1:00 am
Forum: General
Topic: Difference between transaction size and transaction handling
Replies: 1
Views: 704

Click on Help in each screen, where they are fully explained. Come back if there's anything there that you don't understand.
by ray.wurlod
Tue Jun 10, 2008 12:59 am
Forum: IBM QualityStage
Topic: DataSet/LookUpFileSet
Replies: 5
Views: 1880

There's nothing in QualityStage that requires the use of these. But you have posted in the QualityStage forum.

I accept that DataStage and QualityStage shared the same Designer in version 8, but QualityStage does not perform lookups using the stage types you have nominated.
by ray.wurlod
Mon Jun 09, 2008 2:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: performance query
Replies: 6
Views: 1707

SQL order by will slower down the job performance. As DS Sort is much faster. It is very dangerous to make completely general assertions like that. A database sort assisted by a B-tree index will outpace anything DataStage can do, because the index is stored in already-sorted order. All the "sort" ...
by ray.wurlod
Sun Jun 08, 2008 11:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with NLS
Replies: 10
Views: 7401

That's because you did not set NLS_LANG in your changes. You set LANG, but not NLS_LANG.
by ray.wurlod
Sun Jun 08, 2008 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting the total number or records from a dataset
Replies: 11
Views: 4923

The dsrecords command is available on all platforms. It has an undocumeted -n option for returning just the number (not the "records" word).
by ray.wurlod
Sun Jun 08, 2008 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: clarifications regarding the performance of jobs
Replies: 2
Views: 1192

Why not run both designs through the Resource Estimation tool?
by ray.wurlod
Sun Jun 08, 2008 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Multiple URIs in FTP Enterprise stage
Replies: 3
Views: 3097

Why not monitor the FTP server and find out?

My guess - and it's only a guess - would be parallel simultaneous connections.