Search found 42189 matches

by chulett
Mon Mar 20, 2006 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SMPs and process distribution
Replies: 15
Views: 4259

gateleys wrote:And can you provide a link to your website also, please!!

At the bottom of every one of his posts. :wink:
by chulett
Mon Mar 20, 2006 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduling
Replies: 7
Views: 2070

Via the Director's 'Add to Schedule' option, no script needed.
by chulett
Mon Mar 20, 2006 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trimming issue with ORABULK
Replies: 5
Views: 1167

It's not available in Server. We've had to script changes into the .ctl file 'on the fly' before the actual load using 'sed' to handle things like that. :cry:

Or let it generate a .ctl file and then use your own (static) pre-edited one during the load.
by chulett
Mon Mar 20, 2006 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trimming issue with ORABULK
Replies: 5
Views: 1167

That's normal behaviour for the Oracle bulk loader. You need to use the 'PRESERVE BLANKS' clause if you want them retained.
by chulett
Mon Mar 20, 2006 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output Link Execution Order and commits
Replies: 9
Views: 3208

Yes, you'll have balance the commit and rollback issues. I've done this before but always with a commit level of zero - all or nothing - so it is all done as a single transaction across the FK'd tables. A lack of UNDO space then becomes a DBA problem. :P
by chulett
Mon Mar 20, 2006 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output Link Execution Order and commits
Replies: 9
Views: 3208

I understand your point, Ken. In most cases, yes - split the two and power load them separately. Just wanted to point out that in this (seemingly small) case, using one OCI stage would do the trick. And no 'transaction grouping' needed as that would force a commit level of 1 for a net gain of zero. ...
by chulett
Mon Mar 20, 2006 12:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output Link Execution Order and commits
Replies: 9
Views: 3208

What problems? Using one OCI would solve all of them in one swell foop. :wink:
by chulett
Mon Mar 20, 2006 12:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Schedular
Replies: 7
Views: 1359

There is no 'DataStage Scheduler', it leverages existing O/S mechanisms. On UNIX, that would be 'cron' - specifically, the crontab of the user that did the scheduling is where you would find the information.

Hack at your own risk. :wink:
by chulett
Mon Mar 20, 2006 11:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem using cat command in Execute Command stage in jobseq
Replies: 7
Views: 2119

Would be good if you answered the question re: Are you using parameters? They will work before job but not necessarily in a Command Execution stage, hence the question.
by chulett
Mon Mar 20, 2006 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error compiling Job Sequence
Replies: 17
Views: 4424

Odd. Tells us you should report it to your support provider. And don't worry about reinstalling the client - it won't break or reset anything, simply fix anything that may be wrong. You still should give it a shot.
by chulett
Mon Mar 20, 2006 11:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Output Link Execution Order and commits
Replies: 9
Views: 3208

Peter - use a single OCI stage rather than two separate ones. That way all your transactions will occur as a single 'unit of work' and you won't have to commit on every record.
by chulett
Mon Mar 20, 2006 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem using cat command in Execute Command stage in jobseq
Replies: 7
Views: 2119

Are you using job parameters in the command? It can look good in the log but not translate them in the actual command that is run...
by chulett
Mon Mar 20, 2006 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row per transaction and UNDO tablespace
Replies: 19
Views: 6496

Then something is definitely... how do you say? Broke. :wink:

I would report this to Ascential support. What exact version of Datastage and on what platform, btw?
by chulett
Mon Mar 20, 2006 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row per transaction and UNDO tablespace
Replies: 19
Views: 6496

Did you get a chance to try your test and see if anything is being comitted yet?
by chulett
Mon Mar 20, 2006 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error compiling Job Sequence
Replies: 17
Views: 4424

Are others experience this or just you? Have you tried reinstalling your client? It's kind of like giving advice to 'reboot your computer' when something flakey is going on, but you'd be surprised how many times that fixes things. :wink: