Search found 42189 matches

by chulett
Tue Feb 03, 2009 3:04 pm
Forum: General
Topic: How can we move the repository for Release 8.0?
Replies: 10
Views: 3860

I can't imagine there'd be a problem with that but what do I know. :?

If you do, don't post them here - I'd suggest creating a posting on the subject over in the FAQs forum, then link to them here.
by chulett
Tue Feb 03, 2009 2:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 2 jobs Parallel in JOB SEQUENCER
Replies: 18
Views: 5716

Yes, it should work just fine as noted. Can you post the start and end times from all three jobs? Don't expect the two jobs to start at the exact same time, it should start the first and then once started, it should start the second one. If the first job completes quickly, then it can appear as if t...
by chulett
Tue Feb 03, 2009 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 2 jobs Parallel in JOB SEQUENCER
Replies: 18
Views: 5716

:? And your job design looks like this?

Code: Select all

    /------> Job2
JOBA 
    \------> Job3
No dependancies between Job2 and Job3 other than the links back to JOBA? They should both start at approximately the same time.
by chulett
Tue Feb 03, 2009 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All jobs are giving error "Cannot open file DS_JOBOBJEC
Replies: 7
Views: 2169

Well... the one problem you've found so far is project specific. However, that's not to say that's the only problem you've got. Did you search for your error message here and read what other people did to discover the extent of their problem and how they recovered? Ray has posted quite a bit on the ...
by chulett
Tue Feb 03, 2009 12:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All jobs are giving error "Cannot open file DS_JOBOBJEC
Replies: 7
Views: 2169

The entire project in question. How old are your backups? Again, any idea what happened?
by chulett
Tue Feb 03, 2009 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter Sets
Replies: 3
Views: 1443

It's important to note the "in the same sequence" part of the answer. That is a Sequence job stage and it would make the new parameter value available to any jobs that are downstream from it in the same Sequence as the UserVariables stage in question.
by chulett
Tue Feb 03, 2009 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All jobs are giving error "Cannot open file DS_JOBOBJEC
Replies: 7
Views: 2169

What happened? Sounds like you may have run out of space where DataStage is installed and corrupted your installation... do you have backups?
by chulett
Tue Feb 03, 2009 11:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 2 jobs Parallel in JOB SEQUENCER
Replies: 18
Views: 5716

Sure, run OK triggers from JOBA to both Job2 and Job3. They will both start after JOBA completes successfully.
by chulett
Tue Feb 03, 2009 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Wait for file to trigger a sequence
Replies: 3
Views: 1343

As you've already found in your other thread with this question you cannot use wildcards in the WFF stage.
by chulett
Tue Feb 03, 2009 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run 2 jobs Parallel in JOB SEQUENCER
Replies: 18
Views: 5716

Yes, simply don't link them together.
by chulett
Tue Feb 03, 2009 10:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Record Count of Hashed File
Replies: 12
Views: 4428

If the hashed file was created in an account, then "COUNT <Name>" in the Administrator's command window would work. For a pathed hashed file, you'll need to create a VOC entry first, then count.
by chulett
Tue Feb 03, 2009 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Java client stage error
Replies: 4
Views: 3808

You need to ensure the $CLASSPATH includes the directory where your class lives. Should be as simple as that.
by chulett
Tue Feb 03, 2009 8:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: read the FileNameList.txt one by one and move it into target
Replies: 4
Views: 979

Then take whatever the proposed script did and do the same thing from the routine using the DSExecute() function.