Search found 53125 matches

by ray.wurlod
Mon Jun 01, 2009 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Unsigned Packed Decimals.
Replies: 3
Views: 2739

There are only certain rightmost nybbles that you can get for a signed packed decimal number. That's why I suggested using BitAnd() function - to identify whether these are present.
by ray.wurlod
Mon Jun 01, 2009 4:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Duplicating
Replies: 12
Views: 3662

Two nodes each executing the same query? Is your DB2 stage executing in parallel or sequential mode?
by ray.wurlod
Mon Jun 01, 2009 4:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup design and performance
Replies: 6
Views: 2298

Moderator: please move to server forum

Option 1 can be done, but Option 2 will give better throughput particularly if inter-process row buffering is enabled.
by ray.wurlod
Mon Jun 01, 2009 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: count the number of inserts
Replies: 4
Views: 1296

No, unless you timestamp or otherwise identify the run, and count the table beforehand and afterwards. In DataStage you can only count the number of rows SENT to the database server - whether they get inserted successfully or not is a different question. Download ETLstats, which already exists and w...
by ray.wurlod
Mon Jun 01, 2009 4:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading oracle table using schema file ??
Replies: 3
Views: 1445

Yes, it's easy. All you have to do is to ensure that all 80 tables have identical structure, and set up a query that is the UNION of all 80. You will need RCP enabled, too.

Otherwise it's not possible within a single parallel job. Resist stupid requirements!
by ray.wurlod
Mon Jun 01, 2009 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: C++ Routine Compilation in windows
Replies: 0
Views: 1306

No.

Because you have not advised how you attempted to effect compilation.
by ray.wurlod
Mon Jun 01, 2009 4:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No Log seen from Director
Replies: 4
Views: 2903

Hmm. Are your logs in the unified repository for Information Server or in the local repository (you do have that choice)? Does double-click on the entry in Status view provide any more information? Maybe the job didn't get far enough through starting to log any entries. Are you looking at the log fo...
by ray.wurlod
Mon Jun 01, 2009 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job optimization
Replies: 8
Views: 2656

"Certain queries", eh? That's not very informative - could it be the ten way full outer join query from hell? How long does the same query take if DataStage is not in the mix? You will not be able to do anything in DataStage to improve this time. Parallel execution is a possibility but, in...
by ray.wurlod
Mon Jun 01, 2009 4:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading Unsigned Packed Decimals.
Replies: 3
Views: 2739

You can mask the final byte with the BitAnd() function.
by ray.wurlod
Mon Jun 01, 2009 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading Datastage Server jobs 5.2.1 to server jobs 8.0
Replies: 2
Views: 1677

IBM advise to upgrade to 7.5 before going to 8.x when your start point is earlier than version 6.
by ray.wurlod
Mon Jun 01, 2009 4:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Look up is vey slow
Replies: 5
Views: 1951

Is the hashed file created/populated in the same job or in a different job? If it's created in the same job then rows/sec is meaningless because it includes the wait time while the hashed file is populated. Populate the hashed file in a separate job and be prepared to be amazed.
by ray.wurlod
Mon Jun 01, 2009 4:10 pm
Forum: General
Topic: Job Failed Due to unknown error (for me)
Replies: 8
Views: 3735

No, not there. There is one in each project directory on the server.

In any case I have provided the decoding for you, as well as advising where to find the error codes.
by ray.wurlod
Mon Jun 01, 2009 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: connect to toracle
Replies: 8
Views: 6567

Control Panel > System > Environment

However, DataStage is just another client application as far as Oracle is concerned, so you WILL need Oracle client software installed on the DataStage server.
by ray.wurlod
Mon Jun 01, 2009 6:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Node Failover Option in datastage
Replies: 5
Views: 3829

Talk to IBM about the services they offer for grid-based high availability. There may be something there to lighten your wallet.