Search found 53125 matches

by ray.wurlod
Thu Nov 30, 2006 1:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to configure an odbc connection on unix
Replies: 19
Views: 7239

uvodbc.config IS in the project directory. .odbc.ini is in the $DSHOME directory.
by ray.wurlod
Thu Nov 30, 2006 1:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing tables to Repository
Replies: 2
Views: 800

If you have Enterprise Edition licensed, the best (most accurate) method is to import using Orchestrate, using the orchdbutil facility.
by ray.wurlod
Thu Nov 30, 2006 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup_IF condition
Replies: 12
Views: 3239

This is a server job. Conditional lookup is not supported. Nor is there a RawLength() function.
by ray.wurlod
Thu Nov 30, 2006 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dstelnet service not starting.
Replies: 1
Views: 794

Do you have something else (another telnet service?) operating on port #23? For example I run MKS Toolkit which has its own telnet service AND UniVerse which has its own telnet service AND UniData which has its own telnet service. By default all of these want to use port #23; in practice only the fi...
by ray.wurlod
Thu Nov 30, 2006 1:32 pm
Forum: General
Topic: How to insert zero while writing data to excel sheet
Replies: 1
Views: 1596

Either write it as VarChar or do nothing and change the cell format within Excel.
by ray.wurlod
Thu Nov 30, 2006 1:31 pm
Forum: General
Topic: Telnet Service not starting
Replies: 9
Views: 4593

Welcome aboard. :D

What else (another telnet service?) do you have executing on port #23?
by ray.wurlod
Wed Nov 29, 2006 11:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Age of a person
Replies: 10
Views: 4362

Leap years. 99 of them every 400 years.
by ray.wurlod
Wed Nov 29, 2006 11:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Highest Key Generated
Replies: 11
Views: 3828

Add a Copy stage after the Surrogate Key Generator stage. Take a second output from the Copy stage containing just the key column. Pass this through an Aggregator stage and form the Max. Force the Aggregator stage to operate in sequential mode. Its output will contain the highest value generated.
by ray.wurlod
Wed Nov 29, 2006 11:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to track which ETL job is loading 1 particular DB table
Replies: 24
Views: 9426

Before you have saved, NO.
After you have saved, YES. Even for extant jobs.

Going forward, learn to Import then Load, rather than need to Save. You will make fewer mistakes in this way.
by ray.wurlod
Wed Nov 29, 2006 9:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup_IF condition
Replies: 12
Views: 3239

Having performed your lookup, and still in the Transformer stage, if the lookup failed then all columns from the reference input link will have been set to NULL and you can use this fact to determine whether a lookup record was or was not found. In this case you do not have any record, and must impl...
by ray.wurlod
Wed Nov 29, 2006 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updating dimension table and new keys
Replies: 5
Views: 1316

Think also about Part B of your scenario. A previously non-existent dimension key value appears more than once in your source data. How will you manage the second and subsequence appearances?
by ray.wurlod
Wed Nov 29, 2006 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: hardware requirements for installing enterprise edition
Replies: 2
Views: 857

Etiquette Note We don't do "urgent" here. All posters are voluntary, who post as and when they can. If you want "urgent" sign up for premium service with your support provider, and learn the true cost of urgent. SMP implies standalone, doesn't it? CPU capacity is at least as important as memory, an...
by ray.wurlod
Wed Nov 29, 2006 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Import Jobs from Command line
Replies: 14
Views: 7359

What version of DataStage precisely? The answer is probably yes, but I'll not commit to that without knowing your version.
by ray.wurlod
Wed Nov 29, 2006 5:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT configuration file
Replies: 4
Views: 1437

Manager Guide has a chapter specifically on configuration files.
by ray.wurlod
Wed Nov 29, 2006 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2/UDB Load Question
Replies: 10
Views: 5119

Load Immediate = "No" means that you don't want the table loaded now, so that behaviour comes as no surprise. DataStage simply creates the data and other files needed by the bulk loader - someone can run the bulk loader executable - whether under DataStage control or not - at some later time.