Search found 53125 matches
- Thu Jun 14, 2007 12:58 am
- Forum: IBM QualityStage
- Topic: Reverse Engineer
- Replies: 9
- Views: 3592
The MDB file is not deployed to the UNIX server - there's no such thing as Access on UNIX. The most relevant document to read is your licensing agreement, which expressly forbids reverse engineering. Since deployments are not logged on the server you are pretty much restricted to checking each clien...
- Wed Jun 13, 2007 9:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Column Export warnings
- Replies: 3
- Views: 1563
- Wed Jun 13, 2007 9:34 pm
- Forum: General
- Topic: User-defined query in DRS stage
- Replies: 16
- Views: 4529
- Wed Jun 13, 2007 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove Lookup File Set
- Replies: 1
- Views: 1213
- Wed Jun 13, 2007 4:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Combine Dates
- Replies: 11
- Views: 2973
You only need to partition on Key. Including EffDt in the partitioning may lead to inconsistent results. Though you still may want to sort on EffDt. Could you, instead, use an Aggregator stage, grouping on Key and generating Min(EffDt) and Max(ExpDt) ? The same partitioning considerations as above a...
- Wed Jun 13, 2007 4:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting DSGetLogSummary in More readable format
- Replies: 9
- Views: 3911
Replace the field marks with linefeed characters (Char(10)).
Code: Select all
Convert(@FM, Char(10), DSGetLogSummary(DSJ.ME,DSJ.LOGANY,StartTime,EndTime,0))- Wed Jun 13, 2007 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim() with options L, T and B.
- Replies: 20
- Views: 4903
- Wed Jun 13, 2007 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fatal Error The configuration does not contain the node !
- Replies: 3
- Views: 1177
- Wed Jun 13, 2007 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Enterprise Partition error on View
- Replies: 7
- Views: 2077
You are stuck with sequential until you can be granted SELECT privilege to the table(s) on which the view is defined. Then you use the view-defining statement in your Oracle Enterprise stage instead of the view name. Argue to the DBA that only the DataStage user needs to be granted this privilege, a...
- Wed Jun 13, 2007 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Warning in change capture stage
- Replies: 1
- Views: 918
- Wed Jun 13, 2007 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Abort after 129 iteration
- Replies: 7
- Views: 1977
- Wed Jun 13, 2007 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer Compilation Error
- Replies: 5
- Views: 1771
- Wed Jun 13, 2007 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: About ODBC update action............
- Replies: 17
- Views: 5043
- Wed Jun 13, 2007 3:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set/Get Stage variables?
- Replies: 15
- Views: 8164
- Wed Jun 13, 2007 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: An Attempt to deploy a project using a shell script
- Replies: 8
- Views: 3118