Search found 42189 matches
- Wed Feb 20, 2008 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: READU threshold
- Replies: 3
- Views: 1512
If you do use them, make sure you write back to the locked records in the same transformer. I once found one job that locked records in one tranny and then updated the hash in a downstream tranny. Running it with any volume blew out the lock table. As Ken notes, I also don't use this option. However...
- Wed Feb 20, 2008 8:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data stage 7.5.1A connectivity with Teradata V2R6.2
- Replies: 9
- Views: 4305
- Wed Feb 20, 2008 7:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: oraoci9.dll - The specified module can not be found
- Replies: 7
- Views: 3256
- Tue Feb 19, 2008 5:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: kill pid
- Replies: 10
- Views: 3620
- Tue Feb 19, 2008 3:30 pm
- Forum: General
- Topic: DataStage Job Architecture
- Replies: 9
- Views: 2429
- Tue Feb 19, 2008 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SOA Folder and opf ipf files
- Replies: 3
- Views: 2414
Don't necessarily read 'Service Oriented Architecture' into SOA as I think they really mean 'soa'... as in these in my /tmp directory: $ ls -ld soa* drwx------ 2 dsuser dstage 96 Oct 9 2006 soa01727 drwx------ 2 dsuser dstage 96 Oct 20 2004 soa02581 drwx------ 2 dsuser dstage 96 Nov 8 17:26 soa02584...
- Tue Feb 19, 2008 2:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Environment values to Email Notification in Datastage 7.0
- Replies: 1
- Views: 1878
You'd need to write your own custom routine using DSExecute - an interlude to your mail client of choice - mailx, for example. Then you'd have full control over all of the components. Have you tried doing this for the email addresses yet? I ask because your attempt to affect the SMTP server may be '...
- Tue Feb 19, 2008 1:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SOA Folder and opf ipf files
- Replies: 3
- Views: 2414
- Tue Feb 19, 2008 11:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Quotes added in writing to a sequential file
- Replies: 6
- Views: 1349
- Tue Feb 19, 2008 10:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trimming new line character
- Replies: 5
- Views: 1172
- Tue Feb 19, 2008 10:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Quotes added in writing to a sequential file
- Replies: 6
- Views: 1349
Nothing is wrong. Quotes are normal for string data in sequential file data and should not be causing problems in your 'downstream' processing. The data viewer doesn't show them to you because they are delimiters, not part of the data. If for some reason you really don't want them in the file, chang...
- Tue Feb 19, 2008 9:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Master Sequence is not restartable
- Replies: 19
- Views: 5587
- Tue Feb 19, 2008 9:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting start date and end date
- Replies: 4
- Views: 1681
- Tue Feb 19, 2008 9:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trimming new line character
- Replies: 5
- Views: 1172
Not sure how much more clear I can be. LF = 'Line Feed' = hex a = decimal 10 = 'new line'. If that's what your character is, then what was posted should work. If it isn't, then you'll need to post something more specific than it being 'some unusual character'. Read the online help for the CHAR() fun...
- Tue Feb 19, 2008 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error in compiling the job
- Replies: 6
- Views: 1409