Search found 4992 matches
- Tue Apr 25, 2006 7:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal mechanism of Hashfile while job is running
- Replies: 12
- Views: 2525
Can these settings be switched on when you are looking up the same file and writing as well in the same stage?? Sure, as long as you realize that the read cache "pages" a large section of the file into memory, essentially a snapshot of the whole hashed file when it's small. The write cache means th...
- Tue Apr 25, 2006 7:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing orphan log files
- Replies: 9
- Views: 3270
If you've confirmed that the job number for the RT_LOGnnn file in question is no longer being used, go ahead and manually remove the log files. There's no job left, so the log is probably meaningless to you. The only way to view it now is manually thru the command line and then it's probably hard to...
- Tue Apr 25, 2006 7:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Internal mechanism of Hashfile while job is running
- Replies: 12
- Views: 2525
Just streaming a hashed file out is wicked fast. The mechanics behind parsing it are pretty irrelevant, because the file just dumps out from some starting point. Data can be sorted going into the hashed file, but the randomizing effect of the storage algorithm means that the data comes out in an obs...
- Tue Apr 25, 2006 7:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running job in control M
- Replies: 16
- Views: 17532
Any specific reason for sequencer ? In a development environment, how do you run a complex series of interdependent jobs without using a scheduler? A "jobstream" allows you to build and test the jobstream. A sophisticated or dynamic stream of jobs won't work within the confines of an enterprise sch...
- Mon Apr 24, 2006 7:59 pm
- Forum: Site/Forum
- Topic: Unread Posts
- Replies: 4
- Views: 2434
- Mon Apr 24, 2006 7:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with Multiple instance job
- Replies: 9
- Views: 2081
- Mon Apr 24, 2006 7:15 pm
- Forum: Site/Forum
- Topic: Unread Posts
- Replies: 4
- Views: 2434
That would be helpful How about a Search button, something like show me all posts I haven't read since a certain date? Also, how about a Search button, something like show me all posts that haven't had a response since a certain date? Sometimes a post falls thru the cracks, there's no easy way to fi...
- Mon Apr 24, 2006 7:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: error reading unix fixed width file from remote server
- Replies: 7
- Views: 2161
It's faster to use command line ftp and move the file local to the Windoze server. Then, you can inspect the file using many easy to use tools. The FTP stage is hyper-sensitive to file structure, consider junking it in favor of command line ftp transfer and then the good old trust Sequential file st...
- Mon Apr 24, 2006 1:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: converting row to single column(i.e to a single row)
- Replies: 6
- Views: 2782
- Mon Apr 24, 2006 12:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle OCI8 Error
- Replies: 1
- Views: 777
DS can only point to one version of Oracle sqlnet. Your OCI9 stage works because it's probably point to Oracle 9 client (look at the ORACLE_HOME variable in the dsenv file). Oracle 9 client works with 8, 9, and 10, so you have no worries unless you also need to point to 7, which is no longer support...
- Mon Apr 24, 2006 12:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: converting row to single column(i.e to a single row)
- Replies: 6
- Views: 2782
So, you want an OCI/ODBC based reference lookup that will collapse an indeterminate number of values into a comma separated list? Best answer: stored procedure Second best answer: pre-collapse the reference rows via a job into a hashed file containing the required results Reasons: 1. SQL cannot prod...
- Mon Apr 24, 2006 11:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Director cannot get job status
- Replies: 8
- Views: 4359
- Mon Apr 24, 2006 11:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Director cannot get job status
- Replies: 8
- Views: 4359
- Mon Apr 24, 2006 9:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto Purge is leaving Job logs behind
- Replies: 19
- Views: 5439
- Mon Apr 24, 2006 9:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto Purge is leaving Job logs behind
- Replies: 19
- Views: 5439
Wait until you see what happens to job instances. Since each instance has it's own log messages, it appears each instance has its own job log file. But they don't, the base job has the single log. Go to a base job and look at its log, you'll see all log messages from all instances. Unless they've fi...