Search found 3045 matches
- Thu Mar 30, 2006 5:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup error
- Replies: 10
- Views: 4445
You need to either deduplicate your lookup stream by providing a better SQL select or pushing it through a remove duplicates stage or improve the lookup key fields to add an extra mapping field that will gaurantee your lookup is unique or review the lookup data to see if the source table has duplica...
- Thu Mar 30, 2006 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle error in parallel job
- Replies: 6
- Views: 1497
- Wed Mar 29, 2006 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle error in parallel job
- Replies: 6
- Views: 1497
- Wed Mar 29, 2006 4:57 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: derivation in parameter
- Replies: 4
- Views: 956
There were a LOT of sequencer job enhancements in 7.5. The two important improvements for you is BASIC-like expression syntax in most job sequence activities and the User Variable stage. Sequencer jobs in 7.1 do not have it and are not nearly as easy to use. You could try a basic routine that retrie...
- Wed Mar 29, 2006 4:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_DB2_LOADMSG in Scratch dir?
- Replies: 5
- Views: 2051
This is from the old Orchestrate developer guide in the section on DB2 load options: -msgfile -msgfile msgFile db2load only. Specifies the file where the DB2 loader writes diagnostic messages. The msgFile can be an absolute path name or a relative path name. Regardless of the type of path name, the ...
- Wed Mar 29, 2006 4:30 pm
- Forum: Data Integration
- Topic: DataStage versus SQL Server Information Services
- Replies: 11
- Views: 19414
A good evaluation Larry, SQL Server 2005 is a strong competitor to WebSphere DataStage and Oracle and Hyperian and Business Objects. I'm sure both Informatica and Ascential saw the writing on the wall with the SSIS development and aimed at richer ETL rather then cheaper ETL. The Hawk release has int...
- Wed Mar 29, 2006 4:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How does auditstage work with datastage
- Replies: 2
- Views: 810
- Mon Mar 27, 2006 6:09 pm
- Forum: Data Quality Best Practices
- Topic: Non Regression testing tools and scripts for Informix
- Replies: 4
- Views: 10854
Two things to look at are row comparisons, where you compare the number of rows for each link of a DS4 job against the DS7.x jobs, this requires some extraction of the row counts. This can be done via dsjob reports or by ETLStats, though I don't know whether there is a version 4 compatible ETLStats....
- Sat Mar 25, 2006 9:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parrellel jobs and C++ compiler
- Replies: 6
- Views: 1375
- Fri Mar 24, 2006 3:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove all spaces from a string
- Replies: 7
- Views: 2002
- Thu Mar 23, 2006 5:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CRC32 for a column in Parallel Job
- Replies: 15
- Views: 4797
- Thu Mar 23, 2006 5:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage using terminal services
- Replies: 2
- Views: 1485
- Thu Mar 23, 2006 5:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove all spaces from a string
- Replies: 7
- Views: 2002
I don't think it can be done in a modify stage. You have just a very small number of string manipulation functions, basically you have string_trim and substring and that's it. Every other string function involves the lookup conversion or the type conversion. So your only shot is to split it into two...
- Wed Mar 22, 2006 10:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need these Differences
- Replies: 9
- Views: 2062
It's one of those cases where an archive search may be misleading. Early threads on this topic will recommend batch control over sequence jobs due to missing sequence job functionality, through version 6.x and early 7.x you could do some work through sequence jobs, by 7.5 sequence jobs had most of t...
- Wed Mar 22, 2006 4:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CRC32 for a column in Parallel Job
- Replies: 15
- Views: 4797