Search found 15603 matches

by ArndW
Fri Mar 05, 2010 2:34 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: DB2 9.7 as IADB
Replies: 2
Views: 1592

I have it running against 'DB2 v9.5.400.576' here if that is any help.
by ArndW
Fri Mar 05, 2010 2:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read or update decimal values
Replies: 4
Views: 4104

Are either your database or DataStage using a locale which might use ',' as the decimal delimiter?
by ArndW
Fri Mar 05, 2010 2:25 am
Forum: General
Topic: How is the Datastage market this year?
Replies: 5
Views: 1993

pingu - this is a global forum, it would help if you were to specify exactly where you are. The market in the UK is weak(ish) but picking up, Australia seems to be actively looking for people again, Germany and France are going strong and desperately looking for consultants. I haven't been following...
by ArndW
Fri Mar 05, 2010 2:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Spanish Ñ from iSeries to Oracle
Replies: 12
Views: 6335

Perhaps the character is being translated incorrectly from DB2 to DataStage. Isolate the characte and use the SEQ() function to determine which ASCII value arrives in DataStage.
by ArndW
Fri Mar 05, 2010 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning-node_db2node3: Warning: unable to chdir
Replies: 8
Views: 3721

Are you certain that the config file you posted is what is actually being used (check the 2nd entry in the director log for the run to confirm), since the dpr_aos_dev directory is not contained in the config file EBI_TwoNode.apt.

What stage is node_db2node3 that is triggering the warning?
by ArndW
Thu Mar 04, 2010 11:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer Indicative of Throughput While Running?
Replies: 9
Views: 4985

I have to admit that I can't recall what I did (after all, it was 6 years ago and a couple of projects ago). Things have probably changed at Version 8 in any case. I don't have a DB2 to check against here, but I would be surprised if it were a limitation. If you simply read with DB2 partitioning and...
by ArndW
Thu Mar 04, 2010 9:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Intermittent error "the connection is broken (81002)&qu
Replies: 8
Views: 4852

How many clients do you have licenses for - and do you come close to that amount? Is the network stable? (as you can see, I have no idea what the cause might be, I'm just rooting around)
by ArndW
Thu Mar 04, 2010 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed files - delete recs vs reload
Replies: 7
Views: 1974

Hashed files don't suffer from fragmentation in that manner; but the default settings of 20% merge 80% split can cause overhead if you go past those limits. The hashed file uses a hashing algorithm on the key to decide into which group a record is placed, the number of groups is also seen as the MOD...
by ArndW
Thu Mar 04, 2010 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed files - delete recs vs reload
Replies: 7
Views: 1974

While pure inserts are more efficient than delete/update on an existing table, the performance difference on a well hashed file (dynamic files are well-hashed) isn't great.
by ArndW
Thu Mar 04, 2010 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while scheduling the job
Replies: 5
Views: 1268

Umm, you mean when the scheduled job tries to run? If so, please post the complete message. Or do you mean when you try to add a job to the scheduler?
by ArndW
Thu Mar 04, 2010 9:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stopping the job - Diffce ?
Replies: 4
Views: 1842

Just in case Craig left any doubts open - never use kill -9.
by ArndW
Thu Mar 04, 2010 9:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem With 'Ñ' Character Accesing with DB2 Client
Replies: 0
Views: 1133

Your DB2 stage needs to reflect the character set that the data is stored in the database, after that stage, i.e. when writing output, you can revert to your project's preferred NLS settings.
by ArndW
Thu Mar 04, 2010 9:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Intermittent error "the connection is broken (81002)&qu
Replies: 8
Views: 4852

What is your server hardware platform? Also, does this occur with just designer sessions or also with director windows?
by ArndW
Thu Mar 04, 2010 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Custom Warning Generation for Transformer Stage
Replies: 6
Views: 1319

I can think of no project-level method of doing this; you will get a generic warning stating that truncation may occur, but without explicitly coding for truncation you won't get the warnings the way you would like.
by ArndW
Thu Mar 04, 2010 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer Indicative of Throughput While Running?
Replies: 9
Views: 4985

Is the DB2 database partitioned and, if so, are you using the DB2 partitioning in your database and subsequent stages?