Search found 3835 matches
- Wed Nov 14, 2012 2:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using massive (20,000 different fields) XSD to parse XML
- Replies: 2
- Views: 883
- Wed Nov 14, 2012 2:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using massive (20,000 different fields) XSD to parse XML
- Replies: 2
- Views: 883
A couple of things.... a) what is your objective? If it is to parse out a few of the nodes of a document that uses this xsd, figure out which ones they are for your application purposes, and get individual unique xml documents that make sense for that use case. xsd's with 20k elements and attributes...
- Wed Nov 14, 2012 2:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Java transformer error
- Replies: 8
- Views: 5757
The details of how to do this are in an annotation in the Job sample itself...load the .dsx that you downloaded with the source ...there is an annotation box that outlines how deep to specify the classpath based on whether you are using a .jar or an independent simple class file as in the example. E...
- Tue Nov 13, 2012 8:13 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Failed to load webservice M'aider M'aider
- Replies: 4
- Views: 3562
Hard to say..that is now a pretty old release, and there were definitely some improvements along the way that eased the ability to import certain WSDL. Do you have access to an 8.5 or an 8.7 to at least test and see? The underlying technology didn't change much, but the inability to import the WSDL ...
- Mon Nov 12, 2012 8:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML to EMS QUEUE
- Replies: 10
- Views: 5078
- Fri Nov 09, 2012 9:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML to EMS QUEUE
- Replies: 10
- Views: 5078
- Fri Nov 09, 2012 9:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XALAN error in XML input stage
- Replies: 11
- Views: 4427
In 99% of all cases, the error usually occurs in the reverse --- people get burnt when using the sequential stage (which you might) because of a stray CRLF or other character in the document that changes what is sent down the link.... So --- I would play with your External Source, going only to a se...
- Fri Nov 09, 2012 9:16 am
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Bindings question in ISD
- Replies: 1
- Views: 2730
hmm. never seen the bindings be completely empty......did the services connection configuration part work ok? [that's in the configuration part of the Information Server Console] That implies that you have an ASBNode over on your database server whose query you want to publish.....(or at least the r...
- Thu Nov 08, 2012 3:36 pm
- Forum:
- Topic: How to Import Operational Metadata in to Another Info Server
- Replies: 8
- Views: 2696
- Thu Nov 08, 2012 2:09 pm
- Forum:
- Topic: How to Import Operational Metadata in to Another Info Server
- Replies: 8
- Views: 2696
Technically, there are no options. DS must be installed there. Have whoever is responsible for your purchases speak with whoever they purchase the software from. There may be some options for them. Once that is resolved, it becomes a study of lineage...you may or may not need OMD. You may not even w...
- Thu Nov 08, 2012 12:44 pm
- Forum:
- Topic: How to Import Operational Metadata in to Another Info Server
- Replies: 8
- Views: 2696
Couple of things... First...you won't find OMD unless the teams who manage DataStage are specifically collecting it....it will be in the xmlFiles subdirectory (under ASBNode/conf or close by there)...there are numerous strategies for collecting OMD if they want it. Second...it won't be of much use t...
- Thu Nov 08, 2012 7:39 am
- Forum:
- Topic: Importing Cognos BI Reports via Bridges
- Replies: 8
- Views: 4917
- Thu Nov 08, 2012 7:34 am
- Forum:
- Topic: Workbench Query Runtime Parameters
- Replies: 2
- Views: 1408
- Wed Nov 07, 2012 2:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML to EMS QUEUE
- Replies: 10
- Views: 5078
a) find a person who knows how to code Java and Tibco JMS. b) have that person get the resources from the doc; sample code from my blog and other places and play with it c) have that person integrate their jms solution into a working example of simple code with javapack. d) first get a primitive exa...
- Tue Nov 06, 2012 7:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML to EMS QUEUE
- Replies: 10
- Views: 5078
JavaPack is probably the best way to go. Chances are that this Tibco queue supports JMS. You can adapt your own JMS class to DataStage. Start with some searches thru the forum here about javapack and jms. You'll need to have someone on the team with experience coding java and jms for Tibco, and then...