Search found 53125 matches
- Mon May 10, 2010 10:55 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Can IA push metadata to Metadata Workbench?
- Replies: 8
- Views: 3014
I would imagine that the additional attributes will be stored as additional attributes and not affect (other than maybe they can be seen by) other tools such as MWB. I haven't had a time to browse XMETA fully since a couple of point releases back, so can not (yet) speak authoratively on this one. Bu...
- Mon May 10, 2010 10:52 pm
- Forum: Site/Forum
- Topic: where i can get datastage projects...
- Replies: 3
- Views: 5045
- Mon May 10, 2010 4:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Cannot connect datastage, errors 39202 and 80011
- Replies: 11
- Views: 14884
- Mon May 10, 2010 4:18 pm
- Forum: Information Analyzer (formerly ProfileStage)
- Topic: Can IA push metadata to Metadata Workbench?
- Replies: 8
- Views: 3014
- Mon May 10, 2010 4:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: need help for join stage
- Replies: 2
- Views: 1429
- Mon May 10, 2010 4:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Drop Table
- Replies: 2
- Views: 2370
- Mon May 10, 2010 4:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Intelligent word wrapping
- Replies: 22
- Views: 6430
- Mon May 10, 2010 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: what is max size for $APT_BUFFER_FREE_RUN
- Replies: 1
- Views: 1940
- Mon May 10, 2010 4:03 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: is it possible to install two versions of datastage s/w
- Replies: 6
- Views: 2418
- Mon May 10, 2010 4:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sorting in Database Vs Datastage
- Replies: 11
- Views: 5706
- Mon May 10, 2010 3:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Sequencer Error
- Replies: 3
- Views: 2377
- Mon May 10, 2010 3:46 pm
- Forum: General
- Topic: Masking Only Part of the Field in a Record
- Replies: 2
- Views: 1174
- Mon May 10, 2010 3:42 pm
- Forum: Site/Forum
- Topic: where i can get datastage projects...
- Replies: 3
- Views: 5045
As far as I am aware there is no such mechanism - certainly IBM does not provide trial editions (unless there's a good chance of a sale), and DSXchange does not have this capability. One possibility is that you can access a DataStage project in the cloud - search here and Vincent McBurney's blogs fo...
- Mon May 10, 2010 12:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sorting in Database Vs Datastage
- Replies: 11
- Views: 5706
As I said, think about it. Sketch it out with pencil and paper. Make sure you are partitioning on the sort key. This means that all rows with the same value of the sort key will be on the same partition as each other; all rows with a different value of the sort key will be on the same partition as e...
- Mon May 10, 2010 12:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to handle a large input string more than 10000 character
- Replies: 4
- Views: 3269
You may have hit a size limit for a Value in the Cycle. I'm not aware of any limit, but that doesn't mean there isn't one. Try halving the size of the value until the error goes away (stick with powers of 2, probably), then slowly increase until the error re-appears. I suspect this is a limit in the...