Search found 15603 matches
- Thu Aug 23, 2007 11:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Batch Job Failed
- Replies: 6
- Views: 1168
A couple of possibilities: - Your userid doesn't have sufficient access rights to the file RT_STATUS164 (in your project directory) - The contents are larger than 2Gb (unlikely in a status file) - You have run out of space on the disk where the file is located - either during the run or on an earlie...
- Thu Aug 23, 2007 11:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: function in transformer to find character or numeric
- Replies: 2
- Views: 829
- Thu Aug 23, 2007 10:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to open descriptor file to create - Fatal Error
- Replies: 13
- Views: 12313
- Thu Aug 23, 2007 10:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to open descriptor file to create - Fatal Error
- Replies: 13
- Views: 12313
- Thu Aug 23, 2007 9:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Performance Degrading ??
- Replies: 27
- Views: 8329
Not exactly what I was thinking, but not really wrong, either. First of all, if you have any 'unused' characters in the key or columns then remove them in order to reduce the file size. Delete any columns you aren't using in your lookup from the hashed file. The GENERAL and SEQ.NUM hashing algorithm...
- Thu Aug 23, 2007 9:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Performance Degrading ??
- Replies: 27
- Views: 8329
- Thu Aug 23, 2007 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Performance Degrading ??
- Replies: 27
- Views: 8329
Look at the rightmost characters of your key, would they be very similar on all keys or spread out - i.e. a sequential series of numbers would be well-spread out but if the last character is always 'X' or 'Y' that would not be well distributed. I've often found that using SEQ.NUM even on a string ke...
- Thu Aug 23, 2007 6:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Performance Degrading ??
- Replies: 27
- Views: 8329
- Thu Aug 23, 2007 4:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Performance Degrading ??
- Replies: 27
- Views: 8329
- Thu Aug 23, 2007 4:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can ODBC stage do all, what Oracle EE stage does.
- Replies: 13
- Views: 5995
- Thu Aug 23, 2007 3:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to open descriptor file to create - Fatal Error
- Replies: 13
- Views: 12313
- Thu Aug 23, 2007 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Replace a char in value of colomn
- Replies: 1
- Views: 693
how about
Code: Select all
'A':RIGHT(In.Column,LEN(In.Column)-1)- Thu Aug 23, 2007 3:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Use of project level vars as job parms in parallel transform
- Replies: 9
- Views: 3137
- Thu Aug 23, 2007 3:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can ODBC stage do all, what Oracle EE stage does.
- Replies: 13
- Views: 5995
- Thu Aug 23, 2007 3:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Performance Degrading ??
- Replies: 27
- Views: 8329
Don't enter the '{' and '}' characters. Every VOC has a 'ANALYZE.FILE' command, but I often mistype ANALZYE.FILE and get the same error you did. 64Bit files are going to be slower (and have more storage overhead) than the original files. Please do the ANALYZE.FILE Hsh_PDSPersCovgPrevHist_coal_13058 ...