Search found 42189 matches

by chulett
Fri Sep 12, 2008 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Moving 64Bit Hashed Files to New Project
Replies: 3
Views: 1137

Nope, just move'em. However, if they are account based, you'll need to do something to create their VOC record pointer.
by chulett
Fri Sep 12, 2008 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML INPUT
Replies: 15
Views: 4173

:roll: Him is me.

Dude, it's the first reply you got to your problem here.
by chulett
Fri Sep 12, 2008 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Serching a job
Replies: 4
Views: 1718

There is a Filter option in the Director that supports wildcards you can use. That or something like this in the Administrator:

Code: Select all

SELECT CATEGORY FROM DS_JOBS WHERE NAME = 'YerJobName';

This also supports wildcards.
by chulett
Fri Sep 12, 2008 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Serching a job
Replies: 4
Views: 1718

Based on what - the job name? :?
by chulett
Fri Sep 12, 2008 11:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is use of RT_CONFIG FILE
Replies: 2
Views: 1375

It holds 'configuration' information about the job who's number is in its name. Works much like the other RT_ directories / hashed files like RT_TEMPnnn, RT_LOGnnn, RT_BPnnn etc etc.
by chulett
Fri Sep 12, 2008 10:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to send emails from Sequencers
Replies: 3
Views: 1793

You'd need to send the email(s) then call the Terminator, is that what you are doing?

ps. It's a Sequence job (no 'r') the Sequencer is a specific object in a Sequence job.
by chulett
Fri Sep 12, 2008 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any body can explain complexity of job
Replies: 4
Views: 2353

Please delete the other post, the one with the well thought out subject of 'datastage', before someone replies to it. Please.

Never mind, it's TFL. [sigh]
by chulett
Fri Sep 12, 2008 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any body can explain complexity of job
Replies: 4
Views: 2353

No, it's not.

Never mind the fact that your question makes absolutely no sense. :?
by chulett
Fri Sep 12, 2008 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML INPUT
Replies: 15
Views: 4173

The job design that stupid Craig guy posted.
by chulett
Fri Sep 12, 2008 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01008: not all variables bound
Replies: 6
Views: 1950

As new versions are released, they fix things that weren't working right and generally tighten up any loopholes. Hopefully without create too many new ones. This really wasn't "running fine" in the old version, you were getting away with something you never should have been able to. That :1 is a bin...
by chulett
Fri Sep 12, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML INPUT
Replies: 15
Views: 4173

chulett wrote:You need to define what 'process it' means. That and answer Ernie's questions.

At least you answered Ernie's questions. :?
by chulett
Fri Sep 12, 2008 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Errors back in routine frm dsexecute->sqlscript
Replies: 4
Views: 1319

Here's a snippet from one of mine, should get you started. You'll need to flesh it out but this is the meat of it: # Execute via Sql*Plus capturing output $ORACLE_HOME/bin/sqlplus <user>/<pwd>@<instance> >/tmp/check$$.out <<!! @<sql_file> quit; !! # Grep for errors and set status to Good if none are...
by chulett
Fri Sep 12, 2008 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Errors back in routine frm dsexecute->sqlscript
Replies: 4
Views: 1319

Your DBAs would be the best resource for something like that. Or try searching the forums for 'sqlplus' to see if one has been posted. Maybe even Google would turn something up.
by chulett
Fri Sep 12, 2008 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parallel loading with SQL loader Direct path
Replies: 2
Views: 1850

That can only work if the target table is partitioned and each instance loads a specific partition, I believe.
by chulett
Fri Sep 12, 2008 7:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compile error
Replies: 4
Views: 1656

Searching for your error - XML parser error on input line - returned quite a number of matches. All say the same thing - permissions problem. For example:

http://www.dsxchange.com/viewtopic.php?t=87807