Search found 53125 matches

by ray.wurlod
Tue Aug 15, 2006 10:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Concatenate/Convert date and time to timestamp
Replies: 5
Views: 3210

After date_from_string() and time_from_string() in one Modify stage you will need a second Modify stage to apply timestamp_from_date(). Two adjacent Modify stages are not permitted so you will need a Copy stage between them.
by ray.wurlod
Tue Aug 15, 2006 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic Schema Question ?
Replies: 8
Views: 2942

Have you given any thought to lineage analysis in all of this? That is, when an end user asks "where did this come from?" will you be able to supply an answer if all the schemas are being created dynamically? It is for this reason I try to avoid RCP.
by ray.wurlod
Tue Aug 15, 2006 10:27 pm
Forum: General
Topic: Pythagorean Dates
Replies: 2
Views: 2603

Pythagorean Dates

After the excitement of 06-06-06 (fireworks, dancing in the streets, Mexican waves) one is surprised no one noticed that last Thursday was one of the few Pythagorean dates this century (10 AUG 06, that's 10 squared = 8 squared plus 6 squared). According to calculations, future Pythagorean dates incl...
by ray.wurlod
Tue Aug 15, 2006 6:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tnsnames.ora file
Replies: 6
Views: 2343

Neat. I already have a use for that.
:D
by ray.wurlod
Tue Aug 15, 2006 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Folder stage equivalent in PX
Replies: 8
Views: 5233

The Sequential File stage, when asked to read multiple files with identical schema, actually generates a File Set control file to manage the same. You can see this by dumping the score.
by ray.wurlod
Tue Aug 15, 2006 6:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Universe command line -case change..
Replies: 7
Views: 1760

Think about it. Say it.

But don't do it, at least not in my pool. :roll:
by ray.wurlod
Tue Aug 15, 2006 6:47 am
Forum:
Topic: Configuring NLS characters in MetaStage Browser
Replies: 8
Views: 3327

Curious, since there's a warning explicitly against setting the code page for the MetaStage repository to UTF-8 - at least when creating same on Oracle. Just an observation.
by ray.wurlod
Tue Aug 15, 2006 6:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Lookup
Replies: 10
Views: 2948

It won't help to say it oughtn't to happen. Are you SURE there is no constraint or other obstacle to the write? How many rows does the job indicate were sent to the hashed file? How many actually made it? Can you reproduce it with a different hashed file? How was the hashed file created? I've just c...
by ray.wurlod
Tue Aug 15, 2006 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage experience with Model 204 database...
Replies: 5
Views: 2152

Not entirely. Bumped into it quite a while back, when doing some work with Focus. It's a database (and more - read their marketing hype) from CCA. You can get at it using ODBC or JDBC.
by ray.wurlod
Tue Aug 15, 2006 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: STAGES USAGE
Replies: 1
Views: 661

100,000 is not really a lot of reference records if the record size is small. If that set of data will fit in physical memory your approach is fine. The data are streamed in from SAP into a virtual Data Set, and it is against this that the lookup is performed. This does not require sorted data. If y...
by ray.wurlod
Tue Aug 15, 2006 3:54 am
Forum: General
Topic: crash keys
Replies: 7
Views: 4399

If you read in the Parallel Job Developer's Guide about surrogate key management you will get some ideas. You need, perhaps, to allocate separate ranges of serial numbers that can be used by each instance, or work through a single-threaded process (such as the key management routines) to be able to ...
by ray.wurlod
Mon Aug 14, 2006 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Server Issue
Replies: 0
Views: 683

That is not a DataStage server issue. DataStage is merely logging what Netezza sent to it. You have to figure out why that happened. Overload?
by ray.wurlod
Mon Aug 14, 2006 10:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shutdown Procedures -- MASTER OFF ALL
Replies: 3
Views: 959

MASTER OFF ALL is user processes (connected clients, running jobs using DataStage repository facilities). The services are the DataStage resource, telnet and RPC services. Not the same at all. I trust you wait for a decent interval between MASTER OFF ALL and shutting down services, as well as making...
by ray.wurlod
Mon Aug 14, 2006 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: list of background processes in DataStage
Replies: 3
Views: 2195

Re: list of background processes in DataStage

prabu wrote:Could someone please point to me the document which lists the datastage background processes [URL or document reference].

i know ps command will give me an overview

thanks,
prabu

It is not officially documented anywhere.
by ray.wurlod
Mon Aug 14, 2006 10:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tnsnames.ora file
Replies: 6
Views: 2343

Surely ORACLE_HOME always drives where tnsnames.ora is sought?