Search found 42189 matches
- Thu Mar 15, 2007 8:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Log of a Individual Job in a Sequence
- Replies: 32
- Views: 6214
But it behaves the same way even though I 'check'/'not check' the "Automatically handle..." option. Shouldn't checking/unchecking the option change the behavior in some way? That would be totally dependant on the actual design of your Sequence job. You can check the option and not get any change in...
- Thu Mar 15, 2007 8:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Bulkload
- Replies: 10
- Views: 2967
- Thu Mar 15, 2007 8:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import Plug-in Metadata - DB2
- Replies: 9
- Views: 2011
- Thu Mar 15, 2007 8:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading the files
- Replies: 15
- Views: 3865
You passed what variable 'like this'? Never mind, here's a quick overview of what you need to do... You need to read up on the User Variables stage in the Designer Guide pdf. That's in Chapter 6 - the Job Sequences chapter - in my version of the guide. In your case, to solve this particular problem,...
- Thu Mar 15, 2007 7:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Crashes while loading table definintion
- Replies: 6
- Views: 3724
- Thu Mar 15, 2007 7:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error calling once/load initialization
- Replies: 3
- Views: 3202
- Thu Mar 15, 2007 7:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle - NoWait error
- Replies: 5
- Views: 1793
'Resouce busy' means you are attempting an operation that requires exclusive access to the table and you don't have it. Something like a 'truncate' for example. Your assertation that 'no one is working with the database' cannot be true. Perhaps this other person... is you? Do you have jobs or proces...
- Thu Mar 15, 2007 5:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Setting File size
- Replies: 7
- Views: 1689
Didn't you say they also send a 'stats' file? Couldn't you use that as you've mentioned earlier, poll for that file to trigger the processing of the main data file? Assuming they send it last, of course. The other 'work arounds' I've seen people use: 1) When the file shows up, snag the file size. Co...
- Thu Mar 15, 2007 5:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Function to retrieve Project Level Environment Variable?
- Replies: 13
- Views: 3780
- Thu Mar 15, 2007 5:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Function to retrieve Project Level Environment Variable?
- Replies: 13
- Views: 3780
- Thu Mar 15, 2007 5:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding DSCOMMAND
- Replies: 4
- Views: 953
Put some effort into figuring this out on your own. At least a little. Please. For example, from the command prompt type "dsjob -logdetail" and see what happens. A bog standard usage error just like you would expect from any UNIX command where the syntax is revealed. It is also fully documented in ...
- Thu Mar 15, 2007 5:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding DSCOMMAND
- Replies: 4
- Views: 953
- Thu Mar 15, 2007 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Function to retrieve Project Level Environment Variable?
- Replies: 13
- Views: 3780
- Thu Mar 15, 2007 3:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: /TMPDIR - More Information Needed
- Replies: 10
- Views: 3943
Right - this wasn't a generic 'temporary storage' question, but rather a very specific TMPDIR setting related question. At least I hope it was... maybe we're both off the mark. Hold on, I'm sure we'll find out soon enough. Perhaps /TMPDIR (missed the slash in the first go around) is something specif...
- Thu Mar 15, 2007 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: /TMPDIR - More Information Needed
- Replies: 10
- Views: 3943
Let's take a step back. Temp is temp. Anything that goes there is fair game for nukage after the process that created it... ends. If you are 'staging' data there then you are asking for trouble. Here's what the documentation says on the subject: TMPDIR. This defaults to /tmp. It is used for miscella...