Search found 42189 matches
- Tue Aug 17, 2004 8:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence Question
- Replies: 4
- Views: 819
- Tue Aug 17, 2004 7:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequence Question
- Replies: 4
- Views: 819
I'll have to try this in my 7.5 test project and see as I'm curious about this as well. The general consensus here seems to be it's a bug, but who knows? There is a post somewhere here detailing a work-around. From what I recall, you can either hook up the stage you want to use directly to the curre...
- Tue Aug 17, 2004 7:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Merging data streams / if conditions
- Replies: 5
- Views: 1790
The other problem is that we are using a lookup to a db2 stage using a sql "values nextval" command to get a unique id. This only wants to be run if its a new insert otherwise we'll have unused ids. This should never be considered a problem. Unless you are assigning some sort of artificial meaning ...
- Tue Aug 17, 2004 7:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: process any and all sequential files in a directory
- Replies: 7
- Views: 1942
You can use the Folder stage just to retrieve filenames but only defining the first column in the stage. The second 'all data' column is primarily intended for use with XML data to feed the XML stages. Also, if you are running 7.5, they've added looping stages in Sequencer jobs to allow you to do ex...
- Mon Aug 16, 2004 9:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control by Category?
- Replies: 8
- Views: 6009
Truth to tell, I haven't made much use of Named Batches but I understand your concern. I'll poke around tomorrow in the office and see if there's something in Version Control that may help. Anyone out there actually using Named Batches or with insight on the issue want to chime in, be my guest... Vi...
- Mon Aug 16, 2004 7:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenate Parameters in Job sequencer Job Activity
- Replies: 7
- Views: 3143
- Mon Aug 16, 2004 7:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can you move ur project from development to production
- Replies: 6
- Views: 1448
Ah, yes... excellent advice. You don't necessarily need to do this in a different project. Once you are done playing with a few jobs and Version Control, you could simply delete and recreate the VERSION project and then go back and scrape the VC log information from the Long Descriptions of the jobs...
- Mon Aug 16, 2004 7:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control by Category?
- Replies: 8
- Views: 6009
I'm with Vince on the whole push-back-into-dev thing. I only do it when I know something there is borked and I need to "reset" it to the last good version. And, no, it does not show details in the Initialize form - which is unfortunate. It would be nice if it gave us some help in the process, but it...
- Mon Aug 16, 2004 5:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Automatically handle activities that fail
- Replies: 11
- Views: 9494
In what way is it not working? What is it not doing that you are expecting it to do? This option doesn't seem to do a whole heck of alot, from what I read about it. And for it to work at all you have to not use your own "error" triggers in the Sequencer. Other than that, it is simply a matter of che...
- Mon Aug 16, 2004 5:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenate Parameters in Job sequencer Job Activity
- Replies: 7
- Views: 3143
You can't - at least not there as it only accepts a single parameter. If I'm following what you need to do, you could write a routine that takes multiple parameters and concatenates their values together, passing the result out. The output from this routine could then be used in the Job Activity's p...
- Mon Aug 16, 2004 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can you move ur project from development to production
- Replies: 6
- Views: 1448
I would be reluctant to advise anyone to move straight from development to production; I would always advocate an interim Test/UA/QA environment. As would I! I just made the assumption that there was stop along the way between development and production for testing. In version 6.x you are pretty mu...
- Mon Aug 16, 2004 1:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control by Category?
- Replies: 8
- Views: 6009
Re: Version Control by Category?
The problem is that it seems with Version Control that I cannot promote by category. I don't have the time right now to fully absorb your issues, but this popped out at me. You can initialize by Category, which in turn means you can (in essense) promote by Category as well. It's one of the right-cl...
- Mon Aug 16, 2004 12:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: file naming on input/output link of a hash file
- Replies: 3
- Views: 1021
That's one thing that new developers need to understand - each file does not require its own stage. Sometimes it can help make the job easier to understand when you do that, but you'll find that when all of the sources have something in common, they can be combined into a single stage. For OCI, all ...
- Mon Aug 16, 2004 11:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: file naming on input/output link of a hash file
- Replies: 3
- Views: 1021
There can be times when you write to one hash file and read from another, all in the same job and using the same hash file stage. So, the fact that they allow that to happen, as an option, is a good thing in my mind. However, it would be nice to have a mechanism whereby you could setup one side and ...
- Mon Aug 16, 2004 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: db2setup
- Replies: 4
- Views: 1098