Search found 53125 matches
- Sun Mar 18, 2007 3:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Table Definitions
- Replies: 9
- Views: 2444
Re: Table Definitions
If i import the table definitions of a table, will the synonyms, indexes, constraints be imported too. If not, while running a SQL query from DS do i need to specify any particular command to involve indexes and all other related stuff with the table !! It depends upon how you import them (that is,...
- Sun Mar 18, 2007 11:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: auto clear log
- Replies: 17
- Views: 3770
- Sun Mar 18, 2007 7:45 am
- Forum: General
- Topic: Median Calculation
- Replies: 36
- Views: 10179
- Sun Mar 18, 2007 7:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Corrupted
- Replies: 2
- Views: 1514
In the Hashed File stage you have create file checked, so click on the Options tab and also check "delete file before create". This error arises from you (or somebody) not deleting the hashed file correctly. To fix the error you need to execute three commands from the Administrator client command wi...
- Sat Mar 17, 2007 6:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential file Reading warning
- Replies: 1
- Views: 1904
Right mouse click on each column in turn in the Columns grid, and choose Edit Row from the menu. Within the extended properties editor thus exposed you will be able to find and edit the Null Field Value and/or Default Value properties (the first is under Nullable category, the second is under the "d...
- Sat Mar 17, 2007 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Connection Problem
- Replies: 12
- Views: 5604
DS.CONNECT is run from the TCL prompt in the project, the same place from which you run DS.TOOLS. A Data Set is almost completely unlike a hashed file - for starters you can have duplicates. The closest thing a parallel job has to a hashed file is a Lookup File Set - that can be used to supply speed...
- Sat Mar 17, 2007 1:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Select the record with 0x0 inside the field by using Filter
- Replies: 20
- Views: 5509
- Sat Mar 17, 2007 1:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ODBC Connection Problem
- Replies: 12
- Views: 5604
- Sat Mar 17, 2007 1:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Handle Timestamp null when inserting in OCI
- Replies: 13
- Views: 4641
- Sat Mar 17, 2007 1:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: line terminator
- Replies: 3
- Views: 1228
- Sat Mar 17, 2007 1:34 pm
- Forum: General
- Topic: Link Count
- Replies: 27
- Views: 10932
- Sat Mar 17, 2007 1:32 pm
- Forum: General
- Topic: DataStage 8.0.1 released, may be the Unix/Linux version
- Replies: 4
- Views: 1708
- Sat Mar 17, 2007 7:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Migration 7.5x2 to 8.0
- Replies: 15
- Views: 4088
By the way, does it mean the version of Dataset has been changed in Ver 8? Someone with version 8.0 might use the Data Set Management tool (under Tools menu in DataStage/QualityStage Designer, since there is no longer a Manager client) and let us know what the Data Set version number is. In any cas...
- Sat Mar 17, 2007 7:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Distinct values
- Replies: 2
- Views: 938
You can't, using a Sequential File stage. It is in the very nature of sequential files that you must read every byte to get to the next one. So, if you use this stage type, you must remove the duplicates subsequently. There are lots of ways to do that; all require sorted data, so use sort as the Fil...
- Sat Mar 17, 2007 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: call DSGetLinkInfo from a trigger
- Replies: 19
- Views: 7422