Search found 53125 matches
- Wed Apr 20, 2016 2:52 pm
- Forum: General
- Topic: Data Stage's Data Flow Analysis tool
- Replies: 1
- Views: 1083
Noting that you are using version 8.x, the approximate equivalent of the tool that Ernie mentioned is Metadata Workbench. Do you have Metadata Workbench in your Information Server installation? If so, you can request a data lineage report. If this report turns out to be incomplete, then you may need...
- Wed Apr 20, 2016 1:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: stage variable: Check for string and output row
- Replies: 2
- Views: 1459
- Wed Apr 20, 2016 1:30 am
- Forum: General
- Topic: SSL Certificates for Cross Project Compare
- Replies: 7
- Views: 4407
- Mon Apr 18, 2016 10:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to compare multiple records in a file parallely
- Replies: 7
- Views: 2248
Here is a sketch of a design to establish contiguous groups. Once those have been established it is a simple matter downstream to perform checks for records in which dates overlap. For each group we will determine Min(start_date) and Max(end_date). Grouping is based on ID, and can be detected using ...
- Mon Apr 18, 2016 10:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to compare multiple records in a file parallely
- Replies: 7
- Views: 2248
- Mon Apr 18, 2016 5:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to compare multiple records in a file parallely
- Replies: 7
- Views: 2248
Does it work properly if you run on a single node? If yes, then there is something wrong with your choice of partitioning algorithm. Please confirm that you want to capture sets of rows in which there are overlapping date ranges. There is a technique for this, but I want to be sure I'm answering the...
- Mon Apr 18, 2016 5:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: '#' in Where condition value of Oracle Query
- Replies: 2
- Views: 1194
DataStage notes that "#" is a reserved character. It can (should) be replaced with the special value __035__ (documented here).
- Mon Apr 18, 2016 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transform string / number to float (MS SQL 2008)
- Replies: 3
- Views: 1451
- Mon Apr 18, 2016 5:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: ORA-01438: value larger than specified precision
- Replies: 9
- Views: 6625
- Mon Apr 18, 2016 5:06 pm
- Forum: General
- Topic: Searching for file name in XML export
- Replies: 8
- Views: 2776
- Sun Apr 17, 2016 11:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Auto-generate SQL in a Connector stage
- Replies: 3
- Views: 2226
- Sun Apr 17, 2016 4:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: ORA-01438: value larger than specified precision
- Replies: 9
- Views: 6625
Any decimal number larger than 99.99 will cause this overflow condition. If, for example, it's a percentage, it may be that 100.00 has come through as a value. DataStage server jobs don't care (as they treat everything as string internally), but Oracle will reject a row containing such a value. Add ...
- Thu Apr 14, 2016 6:26 pm
- Forum: Data Integration
- Topic: Oracle ODI Vs DataStage Balanced Optimization (Part 2)
- Replies: 7
- Views: 13248
- Thu Apr 14, 2016 5:13 pm
- Forum: Data Integration
- Topic: Oracle ODI Vs DataStage Balanced Optimization (Part 2)
- Replies: 7
- Views: 13248
- Thu Apr 14, 2016 5:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IN clause in transformer
- Replies: 11
- Views: 10367
I believe the rules would first be defined in the IS Console rich client tool and published for use by data rules stage correct ? Data Rule Definitions can be created in, and published from, the Data Rules stage, as well as using the IA console. What 'scripting' language do data rules expressions u...