Search found 42189 matches

by chulett
Tue Jun 02, 2009 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job optimization
Replies: 8
Views: 2656

What 'update action' exactly?
by chulett
Tue Jun 02, 2009 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle DB plugins not working in Datastage
Replies: 7
Views: 2308

Silly things like life and my work got in the way. You need to find out what changed. Obviously something did. Talk to your DBA and see if any Oracle changes were made. You said "even I did the View Data option" but did say what the result was - an error? It works? What? You also said you ...
by chulett
Tue Jun 02, 2009 7:10 am
Forum: General
Topic: Hardware configuration
Replies: 4
Views: 2435

Sorry, but there's no such thing as a 'standard configuration' and no way to tell you what hardware is needed to load X rows in Y hours. There's far too many variables in 'loading' data for that.
by chulett
Tue Jun 02, 2009 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling 'Restartability' in Sequencer - Parallel jobs
Replies: 8
Views: 3406

Can you confirm for us that you did not enable the 'Do not checkpoint' option in the Job Activity stage?
by chulett
Tue Jun 02, 2009 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: See for Constraints in Transformer from Basic Routines
Replies: 2
Views: 1328

There's no built-in function for this that I am aware of. You'd need to query the repository directly for that, I assume. Not sure if Kim has posted anything like that already.
by chulett
Tue Jun 02, 2009 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Status 99
Replies: 18
Views: 8045

That sounds familiar, as in a known bug with MI jobs. Let us know!
by chulett
Tue Jun 02, 2009 6:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling 'Restartability' in Sequencer - Parallel jobs
Replies: 8
Views: 3406

Did the Sequence show a status of 'Aborted/Restartable'? (it must) Did you just Run it or did you Reset it first? You want to do the former as the latter will remove all of the checkpoints.
by chulett
Mon Jun 01, 2009 9:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Records Duplicating
Replies: 12
Views: 3662

As asked - how many nodes? If you run on a single node, is all ok?
by chulett
Mon Jun 01, 2009 9:18 pm
Forum: General
Topic: Job Failed Due to unknown error (for me)
Replies: 8
Views: 3735

That's true... I'm thinking of $DSHOME/include/dsapi.h which has the same information.
by chulett
Mon Jun 01, 2009 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise edition data read warnings
Replies: 1
Views: 1261

Both have been discussed here, do an exact search for "floating point decimal is not fully supported" and "must match field's fixed width" for your answers.
by chulett
Mon Jun 01, 2009 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load Parent and child tables in a single datastage ETL job
Replies: 13
Views: 8050

Any idea where one would find this, Vincent? All I've found (so far) in the 8.1 docs is DB2 support and it requires MQ.
by chulett
Mon Jun 01, 2009 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Poor performing DataStage server - 'hanging' connections
Replies: 8
Views: 2459

FYI, it's a DataStage 'tool' not anything generic UNIX. Many discussions here, for example this one recently.
by chulett
Mon Jun 01, 2009 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Poor performing DataStage server - 'hanging' connections
Replies: 8
Views: 2459

More than likely, yes. Do you have the 'deadlock daemon' enabled on the server? If not, you should, it would help as well as one of the functions it performs is to clean up disconnected sessions like that.
by chulett
Mon Jun 01, 2009 9:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Poor performing DataStage server - 'hanging' connections
Replies: 8
Views: 2459

Them having their own local copies of DataStage is a bad idea, you really need to look into setting up a shared Citrix-type server locally and have them connect thru that. Would go a long ways towards solving the speed issue on their end and the disconnects.