Search found 53125 matches
- Wed Jun 13, 2007 2:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding Notification Activity
- Replies: 3
- Views: 1343
- Wed Jun 13, 2007 2:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: hash file
- Replies: 3
- Views: 1402
- Wed Jun 13, 2007 2:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing partly sorted data into the Aggregator
- Replies: 6
- Views: 1413
- Tue Jun 12, 2007 10:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: datastage
- Replies: 4
- Views: 1001
- Tue Jun 12, 2007 10:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer compilation error
- Replies: 5
- Views: 2033
- Tue Jun 12, 2007 10:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Complex Date Conversion Problem
- Replies: 8
- Views: 2220
- Tue Jun 12, 2007 10:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8164
- Tue Jun 12, 2007 10:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To speed up the aggregator
- Replies: 15
- Views: 5784
- Tue Jun 12, 2007 7:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Teradata Write permission error
- Replies: 4
- Views: 1394
It's not about UNIX permissions, it's about table privileges within Teradata. The first developer, creating the table, becomes its owner and has all privileges. The second developer has none, because neither the first developer nor the DBA granted any. Usually, when you create a table via an ETL too...
- Tue Jun 12, 2007 7:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: exporting jobs using command line
- Replies: 6
- Views: 1740
- Tue Jun 12, 2007 7:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parsing value in Column
- Replies: 5
- Views: 1175
- Tue Jun 12, 2007 7:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing partly sorted data into the Aggregator
- Replies: 6
- Views: 1413
Not the case, Arnd. The server Aggregator stage builds a dynamic table in memory, with one row for each combination of grouping keys. The initial size and increment of this table is tuneable using the final option on DS.TOOLS menu. With unsorted data, the entire input stream must be loaded into this...
- Tue Jun 12, 2007 7:28 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: ProfileStage connection problem
- Replies: 3
- Views: 2627
Yes, you need to define within ProfileStage where the Analysis Server is (or even multiple Analysis Servers). When you open ProfileStage's Connection Manager you identify not only the PSDB but also the Analysis Server(s) as well as any associated data sources and details. The first time you access a...
- Tue Jun 12, 2007 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: not valid remote file error from FTP Stage
- Replies: 6
- Views: 4965
- Tue Jun 12, 2007 3:31 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Partition error on View
- Replies: 7
- Views: 2077
That's why I asked you to check whether the view was partitioned. It is not necessarily the case that a view on partitioned table(s) is itself partitioned. Here it is not. Present your findings to the DBA to confirm. Meanwhile, remove the view name from the Partition Table field. Possibly replace it...