Search found 53125 matches
- Wed Dec 20, 2006 5:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Logs in Universe table ?
- Replies: 11
- Views: 5092
- Wed Dec 20, 2006 5:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding exporting the jobs created in designer
- Replies: 12
- Views: 3748
- Wed Dec 20, 2006 5:07 pm
- Forum: General
- Topic: Help on Datastage earlier versions
- Replies: 14
- Views: 7069
Version 1.0 was released in November 1997 by VMARK Software (I was there). VMARK and UniData merged to become Ardent Software, which was acquired by Informix Software in 1999. Informix sold all its database products to IBM in 2000 and reinvented itself as Ascential Software which, as you are aware, ...
- Wed Dec 20, 2006 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: double quotes for the numbers
- Replies: 6
- Views: 1568
- Wed Dec 20, 2006 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reject at 0 record
- Replies: 11
- Views: 3873
- Wed Dec 20, 2006 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Logs in Universe table ?
- Replies: 11
- Views: 5092
DataStage job logs are not stored in UniVerse tables. They are stored in DataStage tables. In any case, the job logs will not give you the stage names in a job. Before we will even look at your code, please encase it in Code tags so that the indenting is preserved. You can edit the previous post; yo...
- Wed Dec 20, 2006 3:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding exporting the jobs created in designer
- Replies: 12
- Views: 3748
You designed it. Only you know every component that you used. You don't need to export stage types, because their DataStage project will have these too (or will need to install them). But you do need to export every component that you or one of your team created which forms part of the job design in...
- Wed Dec 20, 2006 3:44 pm
- Forum: General
- Topic: The Data Warehousing Institute(TDWI) - membership
- Replies: 6
- Views: 3716
The only safe answer is "it depends". It depends on your career hopes and aspirations. It may provide valuable contacts and information sources if you are considering a career or business in Data Warehousing. But there are associated costs. And are you considering such a career or business? Visit th...
- Wed Dec 20, 2006 2:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Splitting One File to Multiple Files
- Replies: 21
- Views: 10159
- Wed Dec 20, 2006 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datatype Conversion
- Replies: 1
- Views: 704
If the data are provided in flat files, there are two possibilities. The first, and most likely, is that everything is text. In this case you can declare data types using standard SQL forms; VarChar, Integer and so on. The other is that they are generating a file that contains binary numeric data (a...
- Wed Dec 20, 2006 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Stored procedure stage
- Replies: 9
- Views: 3970
You shared library paths are inconsistently named (LIB_PATH vs LIBPATH) and do not seem to have the usual range of entries. When adding entries, you need to preserve the prior entries. For example
Code: Select all
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/DSadm/Ascential/DataStage/DSEngine/lib
- Wed Dec 20, 2006 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: reject at 0 record
- Replies: 11
- Views: 3873
- Wed Dec 20, 2006 2:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding dsfunctions
- Replies: 6
- Views: 1593
- Wed Dec 20, 2006 2:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding exporting the jobs created in designer
- Replies: 12
- Views: 3748
Is the offshore team developing or testing? If the former they will need the job design; if the latter they will need the job executable (and probably the job design). In addition they will need all repository objects upon which the job depends; data elements, routines, shared containers, table defi...
- Wed Dec 20, 2006 2:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call job each 30 minutes
- Replies: 16
- Views: 4298