Search found 42189 matches

by chulett
Mon Jul 23, 2007 7:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using MS-Access db as source
Replies: 2
Views: 1299

Please try searching the forums, this has been asked and answered a number of times in the past.
by chulett
Mon Jul 23, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do full outer join
Replies: 10
Views: 3360

Hamper the performance? It won't be the most performant mechanism choice regardless of join and isn't how I would choose to solve that problem. Me, I'd bulk both files into work tables in my database and do the join there.
by chulett
Mon Jul 23, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting Job Priority?
Replies: 10
Views: 3896

Not from DataStage, no. Doesn't mean your SA couldn't be enlisted to help 'nice' the processes once started or perhaps give you the ability to do the same.
by chulett
Mon Jul 23, 2007 7:07 am
Forum: General
Topic: Stored Procedure reporting parameter problems !
Replies: 2
Views: 1202

Database? Is the stage generating the 'Syntax' to call the procedure or are you? I've had problems using Oracle stored procedures with no parameters as you need at least one column on the triggering link and then it gets upset if you don't bind that column into the call. So, I've added a 'dummy' IN ...
by chulett
Mon Jul 23, 2007 6:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Load multiple .csv files into a single .csv file
Replies: 3
Views: 1714

Start by asking a more specific question. What problem are you having?

If the metadata is identical across the files, why not just concatenate the files together from the command line?
by chulett
Mon Jul 23, 2007 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with sequence
Replies: 4
Views: 1315

Post the actual errors.
by chulett
Mon Jul 23, 2007 12:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checkpoint mechanism?
Replies: 4
Views: 1740

At that level, this is something you have to design into your individual jobs. This typically involves a 'breadcrumb' system - something that lets you know how far you got into the processing and a mechanism to skip back to that point if the last run did not process 100% of the input.
by chulett
Sun Jul 22, 2007 11:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: INSERTing maximum value
Replies: 17
Views: 4634

Perhaps, but only if your database supports the concept of an 'identity' column.
by chulett
Sun Jul 22, 2007 10:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC behaviour
Replies: 4
Views: 1482

I don't have an answer for you, but please delete the two extra posts on this subject you put in the Server forum before someone replies to them. If you don't know how, simply click the 'Edit/Delete this post' link inside of each and rather than change anything, check the 'Delete' option at the bot...
by chulett
Sun Jul 22, 2007 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Database access
Replies: 8
Views: 2152

Not sure why you would even consider using a 'generic' stage like ODBC over a 'native' stage for any database unless you had absolutely no other choice. And 'absolutely no other choice' basically means there is no native stage available for your database. You would lose any Oracle-specific functiona...
by chulett
Sun Jul 22, 2007 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduler issues
Replies: 3
Views: 878

Ah... glad it was as straight-forward as that to resolve. :wink:
by chulett
Sun Jul 22, 2007 7:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduler issues
Replies: 3
Views: 878

Explain what you mean by 'we moved our DataStage server' or what 'moved locations' means as they are fairly ambiguous statements. You physically moved the box? If you mean the software, it usually helps to explain how you did this 'move'. If the latter and you haven't already tried this, I'd suggest...
by chulett
Sun Jul 22, 2007 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Database access
Replies: 8
Views: 2152

Because it's REQUIRED and the expensive product your company purchased does not work without them - what the heck else does he 'need' to know? And it's just select privileges, for heaven's sake, not truncate or rearrange or randomize that you need. I really don't understand DBAs that get all puckere...