Search found 53125 matches

by ray.wurlod
Fri Jan 09, 2009 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: BASIC Transformer question
Replies: 6
Views: 1662

Interview question?
by ray.wurlod
Fri Jan 09, 2009 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: odbc error
Replies: 8
Views: 5081

Moderator: please move to parallel forum

This job shows a reject link from an ODBC stage, something not possible in a server job.
by ray.wurlod
Fri Jan 09, 2009 3:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Array Size and Transaction Size
Replies: 3
Views: 2491

Re: Array Size and Transaction Size

From my memory below is the formula which usually give app. Array size and Transaction Size. Array size = (Pagesize - 64) / (Rowsize * 1.1). 8192 Bytes = pagesize for DWH 4096 Bytes = pagesize for Mart. Also transaction size is calculated as Transaction size = Pages per Extent * Array size DWH tabl...
by ray.wurlod
Fri Jan 09, 2009 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg. Inter process row buffering
Replies: 6
Views: 7746

It is my understanding that, to use Link Partitioner, Link Collector or IPC stage types, you must have inter-process row buffering enabled at job level, because each creates its own process. You should be able to find this advice in the on-line help for each of these stage types.
by ray.wurlod
Fri Jan 09, 2009 3:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DELIMITER IN MLOAD STAGE
Replies: 6
Views: 5444

The message suggests that the data in BP_RELTYP field is larger than what the metadata specify for it.
by ray.wurlod
Fri Jan 09, 2009 3:27 pm
Forum: General
Topic: Running dsjob with multiple versions
Replies: 1
Views: 1713

Code 81015 is a timeout in the DataStage RPC daemon (dsprcd). Therefore you need to check that there is a dsrpcd process listening on port number 31540. Use netstat -a | grep dsrpc as the command to do so.
by ray.wurlod
Fri Jan 09, 2009 3:25 pm
Forum: IBM QualityStage
Topic: Reference match error
Replies: 7
Views: 3244

First thing to do is to disable operator combination so that you can be totally sure which stage is generating the error.
by ray.wurlod
Fri Jan 09, 2009 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage login issue
Replies: 4
Views: 1253

1. Search - this has been addressed before.

2. Don't shout.
by ray.wurlod
Fri Jan 09, 2009 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting data from oracle to .CSV format
Replies: 1
Views: 669

Yes, that's what DataStage does. DataStage is an ETL (extraction, transformation, load) tool. When is the interview?
by ray.wurlod
Fri Jan 09, 2009 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: @INROWNUM
Replies: 24
Views: 20044

The actual upper limit is at least a fourteen digit number. It depends on settings such as EXACTNUMERIC and PRECISION.
by ray.wurlod
Fri Jan 09, 2009 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding Routines used within a job
Replies: 9
Views: 2858

The real table name is DS_ROUTINES (all upper case). The UV stage quotes any table name that contains any non upper case (or numeric or underscore) character. Now you know.
by ray.wurlod
Fri Jan 09, 2009 1:31 am
Forum: General
Topic: How to join ODBC tables AND Seqential file in server jobs?
Replies: 2
Views: 923

Interview question?
by ray.wurlod
Fri Jan 09, 2009 1:30 am
Forum: IBM QualityStage
Topic: QualityStage and DB2
Replies: 3
Views: 1306

The requirement for a database is for the common metadata repository, sometimes called XMETA. This can be DB2 version 9 or Oracle version 10g or Microsoft SQL Server 2003.
by ray.wurlod
Thu Jan 08, 2009 7:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Finding Routines used within a job
Replies: 9
Views: 2858

Didn't even need user-defined SQL!
by ray.wurlod
Thu Jan 08, 2009 3:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while compiling an transformer in DS Parallel 7.5x2
Replies: 1
Views: 1000

Search for "less than the number of input datasets". Then get your compiler and your compiler and linker environment variable right.