Search found 15603 matches

by ArndW
Mon May 31, 2010 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Error
Replies: 20
Views: 10029

What is the DDL of the table, particularly the key column?
by ArndW
Mon May 31, 2010 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Speed up ETL Process in Datastage job
Replies: 12
Views: 10537

Does your job partition the data streams according to the DB partitioning scheme and load appropriately?
by ArndW
Mon May 31, 2010 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Error
Replies: 20
Views: 10029

This is a common error when RCP is used, as the lookup stage returns the lookup key column twice, once from the source and once from the reference. EDIT - Sorry, I was thinking that this was a response to another post where RCP and column duplication seemed to be the error. It doesn't necessarily ap...
by ArndW
Mon May 31, 2010 2:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performace statistics inside the Containers
Replies: 1
Views: 1017

That functionality seems to be gone at V8, I've noticed that in 2 separate installations.
by ArndW
Mon May 31, 2010 2:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage reading Mainframe Dataset that has S9(S) Comp -3
Replies: 13
Views: 7787

What is your actual error - the heap size message is a warning, not a fatal error and might have nothing at all to do with your real problem.
by ArndW
Mon May 31, 2010 2:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Error
Replies: 20
Views: 10029

I haven't seen that one before. What stage and what column is triggering this error?
by ArndW
Mon May 31, 2010 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up issue
Replies: 3
Views: 1305

Do you have RCP enabled? Also, in your PEEK stage, look at the columns and see if you have a duplicated name, most likely stemming from the lookup stage.
by ArndW
Fri May 28, 2010 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Execute command activity stage
Replies: 7
Views: 6177

You will need to pass your job parameters in the form #ParameterName# to your external command.
by ArndW
Fri May 28, 2010 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: key genarator
Replies: 1
Views: 977

The generated key in the stage is a BigInt and your key column is declared as a normal integer. I'd redefine the key as BigInt and, if necessary, explicitly convert to integer later in the job so as to avoid the warning.
by ArndW
Fri May 28, 2010 5:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handling issue
Replies: 3
Views: 1856

The error message is quite clear, in your lookup input the column "name" is declared as an integer where it was previous defined as a string. Fix this problem and your dropped rows issue will also disappear.
by ArndW
Fri May 28, 2010 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF stage reading Mainframe Dataset that has S9(S) Comp -3
Replies: 13
Views: 7787

Was "S9(S) COMP-3" a typographical error? Can you do a "view data" from your DataStage designer (I am assuming the HEAP error is a runtime one)? Also, could you cut-and-paste the complete actual error message?
by ArndW
Fri May 28, 2010 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: hashfile viewer without designer
Replies: 8
Views: 3768

You can use the command line from the ADMIN tool or straight from a UNIX shell (that would be "dssh") and execute a "LIST {filename}" with DS Syntax or use SQL syntax with a "SELECT" statement.
by ArndW
Thu May 27, 2010 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to get a list of Datastage Warnings Message ID
Replies: 4
Views: 2901

As of version 8 there is a Parallel Engine Message Reference PDF file which documents the messages; before that there was no such guide.
by ArndW
Thu May 27, 2010 6:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting data from oracle
Replies: 9
Views: 2050

Do those 50 tables have the same columns and are they to be loaded to a single dataset, or do they have different column names and counts and get loaded to separate datasets? One option with DataStage is to write one job if all the tables have identical layouts and pass in the table name as a parame...
by ArndW
Wed May 26, 2010 9:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Universe table column structure query
Replies: 1
Views: 1538

In UniVerse the table contents and the table description (DDL) are stored in separate places and are not necessarily the same. The DICTionary of a file can also be augmented by other items defined in the VOC file, as is done for such column names as F1, F2, etc. In this case the DICT for the file on...