Search found 42189 matches
- Wed Jan 19, 2005 12:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file write failures
- Replies: 17
- Views: 6216
Good question. I can give it a shot, but since the job ran fine for weeks before this it might take some time to know if it fixed anything. I can do that as a PM, but was hoping someone might have some magic answer for this. Perhaps I'll open a support case with Ascential, let them figure out want m...
- Wed Jan 19, 2005 11:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file write failures
- Replies: 17
- Views: 6216
I'm afraid this is falling into the Something Weird camp. Got plenty of space and row buffering is off by default - and we're using the project defaults. Unless... There *are* a couple of IPC stages downstream of the transformer that does the lookup on this hash after it is built. Not sure how that ...
- Wed Jan 19, 2005 11:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file write failures
- Replies: 17
- Views: 6216
- Wed Jan 19, 2005 10:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file write failures
- Replies: 17
- Views: 6216
Hash file write failures
Was curious if others have seen this issue. Our hash files are rebuilt every cycle. The option to 'Delete' first is check so that they should be getting 'dropped' and recreated each cycle. However, it doesn't seem like that is always what is happening. This morning, a hash build failed with a write ...
- Wed Jan 19, 2005 10:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-26028: index initially in unusable state
- Replies: 15
- Views: 11438
Like I said, I'm pretty sure there is no option to do a Direct Path load in that stage. And I certainly hope you're not running the thing in 'Automatic' mode, that's even slower. You need to look into getting your control files generated once and then you can add the DIRECT=TRUE keyword to the contr...
- Wed Jan 19, 2005 10:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 query to use Incoming data
- Replies: 8
- Views: 4507
By the principle, a lookup in DataStage returns only one row to the main stream. I assume it is the last record of the 'record set of multiple records'. Hence if you have an 'Order By' so that the last record retrieved for that query appears at the bottom, you may be able to achieve your desired re...
- Wed Jan 19, 2005 10:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-26028: index initially in unusable state
- Replies: 15
- Views: 11438
- Wed Jan 19, 2005 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ORA-26028: index initially in unusable state
- Replies: 15
- Views: 11438
Just some quick points... "Direct path" *is* sqlldr, it is one of two load options - Conventional or Direct Path. Conventional is the slower of the two, obeys constraints and indexes as it goes. Direct Path is faster as it (in essence) defers the constraints during the load which makes it possible t...
- Wed Jan 19, 2005 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Limiting Job Parallelism
- Replies: 16
- Views: 5173
Re: Limiting Job Parallelism
Does there exist a technique to do this? Sure, but it involves alot of hand code. You need to be able to start X jobs, constantly loop through and monitor them and - when one finishes - throw another job into the pot. Keep doing that until all jobs are finished. For the Sequencer route, something a...
- Tue Jan 18, 2005 10:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling Java Functions from DataStage
- Replies: 1
- Views: 703
- Tue Jan 18, 2005 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error:File System is Full, Abort to Log Routine
- Replies: 9
- Views: 4024
Aborts will go through the exception handler and warnings do not. True in 7.5 (as an option) but not before that from what I recall. Aborting is a personal preference, I just don't see a need to do it. I can see where it may make things easier in the latest version with the new Exception Handler, b...
- Tue Jan 18, 2005 8:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Header File
- Replies: 4
- Views: 1245
- Tue Jan 18, 2005 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error:File System is Full, Abort to Log Routine
- Replies: 9
- Views: 4024
- Tue Jan 18, 2005 7:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete Hash File
- Replies: 2
- Views: 1105
- Tue Jan 18, 2005 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Start Time
- Replies: 3
- Views: 1051
Hmmm.... This post might help explain the 'start time from the transformer' part of the problem. Maybe. Depending on exactly how it's being done. 