This is something new in 7.5, I suspect (I haven't played with 7.5 yet).
Server side trace files are in the &COMO& subdirectory, while active stage trace files are in the &PH& subdirectory. Neither has the name form given in the original post.
Search found 53125 matches
- Fri Nov 19, 2004 6:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: .trc files in project home directory?
- Replies: 7
- Views: 2609
- Fri Nov 19, 2004 4:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Whatz the use of '?' symbol in a DRS lookup .......
- Replies: 6
- Views: 1588
The AND part of the WHERE clause and the GROUP BY clause have been entered manually on the Selection tab. T he parameter markers in the first part of the WHERE clause have been generated by the DRS because these are key columns and you're performing a reference lookup. For whatever reason, DRS uses ...
- Fri Nov 19, 2004 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: xls.files
- Replies: 8
- Views: 2729
- Fri Nov 19, 2004 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Lookup
- Replies: 16
- Views: 7928
- Fri Nov 19, 2004 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex flat file, Delimited flat file, Fixed width flat fil
- Replies: 1
- Views: 1366
A fixed-width flat file is a text file in which the data columns are specified explicitly by their width. 100010SOCKET HEXAGONAL 12.3475012 100011DRIVER HEXAGONAL 29.5032017 A delimited flat file is a text file in which the data columns are specified as lying between a known delimiter character. Com...
- Fri Nov 19, 2004 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in converting UTF8 Character set to ASCII
- Replies: 6
- Views: 2653
Specifically, Ctrl-Z is the end-of-file marker in DOS. So this is a likely candidate if the data originally came from a Windows system. It's also a possibility that "UTF-8" on Windows and "UTF-8" on your UNIX aren't exactly the same; there are quite a few UTF-8 encodings out there. You can learn abo...
- Fri Nov 19, 2004 3:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key Stage Problem
- Replies: 1
- Views: 1178
- Fri Nov 19, 2004 1:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem in converting UTF8 Character set to ASCII
- Replies: 6
- Views: 2653
NLS is not really intended for translation of character sets, except from the various external coding schemes (such as UTF-8, GB2312, BIG5, SHIFT-JIS and so on) to and from DataStage's internal character set, which is an idiosyncratic encoding (called UV-UTF8) of Unicode code points; UV-UTF8 preserv...
- Fri Nov 19, 2004 1:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reading the records from thesored dataset using transformer
- Replies: 9
- Views: 3611
Surely if, as your original post suggests, you have sorted data, you don't need to sort it again in DataStage. You can still use stage variables for counters even though the data aren't sorted, but all you get are blocks of 200 with no relationship to the meaning in the data. What's the requirement ...
- Thu Nov 18, 2004 3:26 pm
- Forum: IBM QualityStage
- Topic: Quality Stage and DS
- Replies: 14
- Views: 7956
You misread it. It was I who was being pedantic. :D Sorry if I caused any offence; certainly none was intended. ETL is a world in which taking pains to be accurate is rewarded by getting things to work correctly first time. Doubtless some of this rubs off on one's personality. And the other post to ...
- Thu Nov 18, 2004 3:23 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Finding Error logged in file in the &PH& directory
- Replies: 3
- Views: 1222
- Thu Nov 18, 2004 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Stage Variable Size Limit
- Replies: 13
- Views: 5948
Can you create an extra output link to a text file and capture the values of Input.SysID and the values of the stage variables? If what you say is true it's a bug, with potentially catastrophic implications. There is no technical reason (apart from running out of memory) for losing information from ...
- Thu Nov 18, 2004 3:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Finding Error logged in file in the &PH& directory
- Replies: 3
- Views: 1222
- Thu Nov 18, 2004 2:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: AutoPurge of Log Entries
- Replies: 5
- Views: 885
There is also a known bug in 5.1 (possibly 5.2) where Auto Purge settings are not even propagated into new job designs. I believe it was fixed in 6.0. For RIL I created a routine to add the //PURGE.SETTINGS entry in all job log files, which they run periodically. I believe they're now in the process...
- Thu Nov 18, 2004 2:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Lookup
- Replies: 16
- Views: 7928