1. Why? 2. It's just SQL. ...it has some keys that aren't easy to work with, but in the end, it's an rdbms table.
Ernie
Search found 3835 matches
- Wed Oct 05, 2011 6:51 am
- Forum: General
- Topic: XMETA DATABASE TABLES
- Replies: 7
- Views: 4846
- Tue Oct 04, 2011 10:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: No DRS stage in 8.5
- Replies: 5
- Views: 1530
The old DRS stage is there too.........I haven't tried it, but it's there....it's probably just not on the actual palette...but open the Stages tree and browse server, and you'll see both. So your Jobs should just import as usual...then you can evaluate the DRS Connector independently and decide if ...
- Tue Oct 04, 2011 10:40 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: DataStage Editions - SOA or Add on Pack
- Replies: 1
- Views: 2686
- Mon Oct 03, 2011 3:51 pm
- Forum:
- Topic: Which tool to use for importing schema from xml file?
- Replies: 1
- Views: 1324
whew....that's a huge topic....do you mean xml files that you might read and parse and transform and create using DataStage? ...or for some other purpose? Info Server is not tooling for managing or creating xml models or designs...for that, tools like xmlSpy or xmlOxygen (and many others) are out th...
- Sun Oct 02, 2011 7:24 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: MQ Connector Usage in an always-on Job
- Replies: 16
- Views: 16161
- Thu Sep 29, 2011 10:19 am
- Forum: General
- Topic: Reading VOC file content
- Replies: 6
- Views: 2329
- Thu Sep 29, 2011 9:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MDM , log file name and extension
- Replies: 10
- Views: 2395
Hi Karthik... What is your goal in all of this? There are lots of tried and true techniques for doing things in DS, with UV (or not).....and much of that, as has been said, can be found in the forums in posts over the years..... but we'll all be able to provide better answers, and quite possibly bet...
- Wed Sep 28, 2011 6:43 am
- Forum: Data Quality Best Practices
- Topic: Partitioning a Business Glossary
- Replies: 11
- Views: 14183
- Wed Sep 28, 2011 6:34 am
- Forum:
- Topic: Depency for Exten mapping document
- Replies: 2
- Views: 1828
- Mon Sep 26, 2011 10:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML performance: increased volume running very long
- Replies: 6
- Views: 2009
- Sun Sep 25, 2011 11:59 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: WS Transformer error
- Replies: 3
- Views: 3907
The service doesn't like what you are sending it...could be a whole lot of reasons for that.....did you import the wsdl directly? are you building the SOAP envelope yourself? Does the wsdl import perfectly and work from SOAPUI, Actional Diagnostics, or any other Web Service testing tool? Speak also ...
- Sun Sep 25, 2011 11:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML performance: increased volume running very long
- Replies: 6
- Views: 2009
Well..it increased by 50%, but the document sizes overall are absolutely tiny........ so...what else to look for? hard to say...I'd check for things like: a) are you doing lots of your own detailed custom xpath or xslt work inside the Stage, or is it just /../../../../text() types of strings in your...
- Fri Sep 23, 2011 2:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML performance: increased volume running very long
- Replies: 6
- Views: 2009
For added detail, what is the physical size of the documents that are read by each Job?....the numbers of records it generates is important too, as you have noted, but it would be interesting to know the raw size of each document. The xmlInput Stage is going to load that whole thing up into memory.....
- Fri Sep 23, 2011 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml performance
- Replies: 13
- Views: 3232
- Fri Sep 23, 2011 12:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xml performance
- Replies: 13
- Views: 3232
Multiple Instances don't really apply here. There are lots of things you can do with multiple instances, one of them being a 'convenience' ...to have one job design, and run it (say) 15 times concurrently, passing different job parameters to each. Based on what we've been discussing, going to Server...