Search found 3835 matches
- Wed Jan 20, 2010 2:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MQ Connector Payload size limit
- Replies: 2
- Views: 2460
Here are some things to try.... Increase the APT_DEFAULT_TRANSPORT_BLOCK_SIZE. I have had success with that when needing a larger size to support XML stages, albeit not with the MQ Connector.... Try a Server Job. It may not be what you need, but it might offer clues as to the issue, as Server someti...
- Wed Jan 20, 2010 1:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can I parameterize values in the Webservice Xformer
- Replies: 6
- Views: 1481
- Wed Jan 20, 2010 7:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading from Active Directory in Datastage 8.1
- Replies: 5
- Views: 3138
....using JavaPack means more than just writing a stand alone class....sorry I wasn't more explicit. You write your class according to the api as defined for JavaPack (it's not hard to adapt an existing one). Search thru the forum here...there are a ton of threads on it...I also have a sample at my ...
- Wed Jan 20, 2010 7:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML not breaking where it should
- Replies: 10
- Views: 2377
The method I use is to make row number a formal element inside the xml ....give it xpath and everything. Have it be one of the sub-elements in the lower node. Then.....it depends on what your xml is for.....if it must match a valid xsd, then push the xml to a transformer as noted above and get rid o...
- Tue Jan 19, 2010 9:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML not breaking where it should
- Replies: 10
- Views: 2377
- Tue Jan 19, 2010 7:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML not breaking where it should
- Replies: 10
- Views: 2377
- Mon Jan 18, 2010 7:52 am
- Forum:
- Topic: Help on Data Lineage
- Replies: 1
- Views: 1714
- Mon Jan 18, 2010 7:46 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Passing null value to web service
- Replies: 1
- Views: 2760
- Mon Jan 18, 2010 7:38 am
- Forum: General
- Topic: Other IBM Products
- Replies: 1
- Views: 1046
...it is still a chargeable item....not exactly sure, but typically it is licensed today as ISD (Information Services Director), but you would receive RTI if you are on an old release. ...you have to INSTALL DataStage with the RTI license code. If DS is already installed without it, you will need to...
- Fri Jan 15, 2010 8:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Near Real-Time
- Replies: 2
- Views: 1817
If the queue technology is not WebSphere MQ, then you will need to use JMS via your own class with JavaPack. ...not difficult, but you will need to have some java expertise, especially that knows the ins and outs of JMS because of your interest in transaction logic.... With the MQ Connector, you can...
- Wed Jan 13, 2010 12:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to load a file from a URL using DataStage
- Replies: 11
- Views: 5322
- Wed Jan 13, 2010 9:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to load a file from a URL using DataStage
- Replies: 11
- Views: 5322
- Wed Jan 13, 2010 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to load a file from a URL using DataStage
- Replies: 11
- Views: 5322
- Tue Jan 12, 2010 3:27 pm
- Forum:
- Topic: Exporting/Importing Operational Metadata
- Replies: 5
- Views: 3351
The overall subject of migration is quite complex, although more specifically, moving OMD (Operational Metadata) is fairly straightforward.... ...the key is being sure that you have also moved all of the artifacts that are mentioned or named in that OMD. OMD is stored in an xml document in the ASBNo...