Search found 53125 matches

by ray.wurlod
Thu Apr 22, 2010 6:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: repository model
Replies: 2
Views: 1415

Welcome aboard.

The structure of the repository is not documented.

It makes use of a non first normal form database which, among other things, allows different record structures within the same table.
by ray.wurlod
Thu Apr 22, 2010 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: operator combinability
Replies: 3
Views: 1560

A single operator will run in a single process on a single node. Always. In a multi-node configuration, the same operator will execute in a single process on each of the configured processing nodes. Only in that sense can you say that an operator runs in multiple processes. Note that one stage might...
by ray.wurlod
Thu Apr 22, 2010 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Warning Message
Replies: 1
Views: 3362

Was the export taken from a system on which NLS was not enabled?
by ray.wurlod
Thu Apr 22, 2010 6:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error as 'Operator terminated abnormally....."
Replies: 4
Views: 2350

There are many possible reasons why you (your job) may have tried to access a memory address to which it is not entitled. That's why I asked you to search - there is no point trying to guess what your particular cause is. APT_DISABLE_COMBINATION will assist your diagnosis only if the error is being ...
by ray.wurlod
Thu Apr 22, 2010 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using hint in OCI stage
Replies: 3
Views: 1608

To put that another way, DataStage itself does not use hints. So whether hints will make anything faster depends solely on whatever impact the hints will have in the database.
by ray.wurlod
Thu Apr 22, 2010 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: First Character in a string before "-" should be
Replies: 1
Views: 1006

No, because your requirement is unclear (or very unusual). Please provide examples.
by ray.wurlod
Thu Apr 22, 2010 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting error as 'Operator terminated abnormally....."
Replies: 4
Views: 2350

Do an internet search for "SIGSEGV" (segmentation violation) then tell us about what memory-hungry operators are mentioned in your score.
by ray.wurlod
Thu Apr 22, 2010 1:37 am
Forum: General
Topic: Error while running sequencer
Replies: 5
Views: 2359

Welcome aboard. Please Search DSXchange for "-14". This question has been answered many times.
by ray.wurlod
Thu Apr 22, 2010 1:35 am
Forum: General
Topic: DataStage and SQL Server 2008 connectivity
Replies: 4
Views: 4096

SQL Server Enterprise stage is not available on any UNIX/Linux platform. You need to use ODBC Enterprise stage.
by ray.wurlod
Thu Apr 22, 2010 1:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: remove duplicates in server jobs
Replies: 1
Views: 1315

First, remove your duplicate post before anyone responds to it. Second, please post in the Server jobs forum. This forum is to suggest topics on which someone might write an entry into the FAQ forum. Once you have a post in the Server jobs forum, some kind soul might answer it. There is an easy answ...
by ray.wurlod
Wed Apr 21, 2010 10:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Low Values('x00') for Decimal Fields in CFF stage
Replies: 2
Views: 1098

This very question has been asked recently. Perhaps you could Search for it.
by ray.wurlod
Wed Apr 21, 2010 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert Double datatype to Decimal from the Aggregat?
Replies: 3
Views: 1479

There is a property called something Default Decimal Output that can be set globally (within the Aggregator stage) or for individual columns. You set the precision and scale for the decimal number, separated by a comma. You can also use this property if the target field is an integer of some kind (s...
by ray.wurlod
Wed Apr 21, 2010 10:15 pm
Forum: General
Topic: CheckSum() Function
Replies: 11
Views: 7878

What, I wonder, do they mean by "standard". The Wikipedia entry for CRC shows six (presumably different) CRC-16 algorithms.
by ray.wurlod
Wed Apr 21, 2010 10:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cleanup Repository
Replies: 4
Views: 1610

Given that you're on version 7, the table definitions are stored in a table called DS_METADATA. The key is made up of the category and the table name (which allows you to have apparently duplicate table definition names). SELECT DSRID FROM DS_METADATA WHERE DSRID NOT LIKE '\\%'; will show you the ke...