Search found 53125 matches

by ray.wurlod
Thu Jan 29, 2009 5:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Current date to Sequential file name
Replies: 2
Views: 2516

Create an after-job subroutine call to ExecSH to execute a mv command to change #sct_eswm_mig.$PROJECT_PATH#/#sct_eswm_mig.$STAGE_DIR#/#OUTPUT_FILE#_#BATCH_NUM#.dat to #sct_eswm_mig.$PROJECT_PATH#/#sct_eswm_mig.$STAGE_DIR#/#OUTPUT_FILE#_#BATCH_NUM#_`date +%Y%m%d`.dat Note the use of back-quotes to c...
by ray.wurlod
Thu Jan 29, 2009 5:33 pm
Forum: General
Topic: Convert Unix Time to oracle date
Replies: 13
Views: 3880

Is this "UNIX time" present in data (a time_t), or simply being picked up from the operating system?
by ray.wurlod
Thu Jan 29, 2009 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error IN DRS stage
Replies: 4
Views: 1576

How is the database type property of the Dynamic RDBMS stage set?
by ray.wurlod
Thu Jan 29, 2009 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer constraints with multiple values?
Replies: 11
Views: 4842

Sorry I'm late to this.

Index() WILL work, at least for single-character values in Link.Field1.

Further, it will be more efficient than any of the other methods postulated.
by ray.wurlod
Thu Jan 29, 2009 3:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Executing Oracle Stored Procedure after load.
Replies: 8
Views: 2584

"Not working" is unhelpful to us, because you have not described precisely what you tried. It's one thing to say you used EXEC, but how can we know that you used EXEC correctly?
by ray.wurlod
Thu Jan 29, 2009 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Debug a Job log
Replies: 2
Views: 1053

Which particular bug did you have in mind? Your question currently is akin to "can anybody post a list of everything that can go wrong with a car?" Or a body - doctors spend six years earning a medical degree, of which a large proportion is developing diagnostic skills. For veterinary surg...
by ray.wurlod
Thu Jan 29, 2009 3:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to map column names in to rows
Replies: 7
Views: 2193

Upstream of the Pivot stage create a column containing a comma-separated list of column names (as a literal string). In the Pivot stage include this column as a pivot key.
by ray.wurlod
Thu Jan 29, 2009 3:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Start Up Time
Replies: 6
Views: 1816

The "T" of ETL can rarely be done as efficiently or as flexibly in the database.
by ray.wurlod
Thu Jan 29, 2009 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Keeping data sorted whilst repartioning.
Replies: 3
Views: 1167

Re: Keeping data sorted whilst repartioning.

dohertys wrote:If I use a sort stage, with the setting 'Don't sort - already sorted' will it generate an error if the data is not sorted correctly?
Yes
by ray.wurlod
Thu Jan 29, 2009 3:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get full outer join using join stage
Replies: 10
Views: 6223

Be very careful when making absolute assertions such as these. As always, "it depends".
by ray.wurlod
Thu Jan 29, 2009 3:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading Timestamp To SQL Server 2005 datetime
Replies: 4
Views: 2359

Connectors are new technology. I'd report this as a bug in the connector. After all, YYYY-DD-MM does not conform to any industry standard (particularly not ODBC), and IBM prides itself on standards compliance.
by ray.wurlod
Thu Jan 29, 2009 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Windows edition or Unix edition is better?
Replies: 3
Views: 963

The question (of which is "better") is irrelevant. Create your product so that it, too, is portable. The main precaution relates to pathnames (parameterize them) and to calls to operating system functions/commands (rely on MKS Toolkit on Windows, or avoid operating system commands complete...
by ray.wurlod
Thu Jan 29, 2009 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special characters in column name
Replies: 11
Views: 6076

They don't want to process the column name - they want to use the column name in metadata!
by ray.wurlod
Thu Jan 29, 2009 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while loading sqlserver table using parallel extende
Replies: 4
Views: 1120

Learn patience.

If someone knows an answer then that someone will post it as and when they can.
by ray.wurlod
Thu Jan 29, 2009 3:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix DB Connect Issue
Replies: 3
Views: 1681

Any DB2 client executable whose directory needs to be in PATH or LD_LIBRARY_PATH and isn't.

Verify that all required DB2-related information - especially environment variables - are being correctly set in the dsenv script.