Search found 3835 matches

by eostic
Wed May 25, 2011 4:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Entire text file as a single Message to MQ
Replies: 3
Views: 1495

MQ isn't the issue as much as "getting the file" into a single column. I'd probably use a Server Job and then just have a Folder Stage pick up the file "as is" and send as a single large column (check out the Folder "Built-in" table definition for the column called Reco...
by eostic
Tue May 24, 2011 6:53 pm
Forum:
Topic: Import of InfoSphere Warehouse Cubing Service metadata
Replies: 1
Views: 849

I've started some preliminary research on this, building extensions to illustrate definitions within InfoSphere Warehouse, based on an xml export, but it is still in its infancy.

Ernie
by eostic
Tue May 24, 2011 6:30 am
Forum:
Topic: Real time changes in MetaData Work Bench
Replies: 2
Views: 1201

...like everything, it depends. Many of the metadata imports to Information Server can be automated at the command line. If so, then a script can be written and that script can be triggered appropriately, for those circumstances where a background update to metadata is desired. The changes that ensu...
by eostic
Mon May 23, 2011 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML input error
Replies: 1
Views: 767

I'm not sure I understand the issue entirely, but it's possible that you have a CRLF in your data somewhere that the sequential stage is seeing. Follow some of the tips I have here: www.dsrealtime.com and try using the External Source Stage to read the location of the file, instead of using the Seq ...
by eostic
Mon May 23, 2011 6:17 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: How to see the logs for Jobs deployed as webservice
Replies: 1
Views: 2495

The log is like any other DS job. Normal Job log. It's possible you many not see anything in it until you stop the operation, but it's the regular log. As for not seeing anything in your db target, some things to look for: a) make any links that branch to your isdOutput last in order, if you happen ...
by eostic
Fri May 20, 2011 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage in 8.5 version of datastage
Replies: 6
Views: 5289

There are MANY factors that go into this.....far too many than I could possibly list here. At a "very" general level, though, you should be encouraged to start using the new XML Stage --- ultimately, it is the direction for DataStage and QualityStage and XML. It does things that the xmlInp...
by eostic
Thu May 19, 2011 7:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Stage in 8.5 version of datastage
Replies: 6
Views: 5289

....share some more of your requirements... ......even without applying the patch, you have the included xmlInput and xmlOutput stages, for reading and writing xml respectively. There are significant enhancements in the 8.5 functionality that you might want to take advantage of, depending on your ne...
by eostic
Tue May 17, 2011 4:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Parsing & validation against the schema .XSD
Replies: 4
Views: 5097

Absolutely. Sometimes it can get a bit tricky as to how the schema is specified, but yes, it can be done, with the new xml stage in 8.5 or with the prior xmlInput Stage in 8.5 or earlier.

Ernie
by eostic
Tue May 17, 2011 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Header repeatition in the XML file
Replies: 3
Views: 1707

How is it not a dsXchange item? They are using ds to build xml..... isn't that a good thing? :) .....hard to say exactly what your issue is, but put the "key" on an element (column) that is on the lowest level repeating node. It's usually and incorrect position of the "key" [it d...
by eostic
Fri May 13, 2011 6:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Download Data from http source
Replies: 9
Views: 5115

The best solution for "some data" (not xml) is to use JavaPack. Code your own HTTP retrieval and then parse it as you wish and write it to an output link.

Ernie
by eostic
Thu May 12, 2011 11:25 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: JavaPack to request messages/logs from JMS/RIB
Replies: 4
Views: 4650

Yep.... agree with the all the points... Ultimately, you need all the pieces to "talk" to the JMS provider in question. So, at best, find someone who has already authored a connection to that system via Java..... getting it into DataStage is usually the easy part. The connection factory an...
by eostic
Tue May 10, 2011 2:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove an xml element from an xml in Datastage
Replies: 2
Views: 3057

look at the various functions in the BASIC transformer...... it's been awhile since I've done it, but probably multiple iterations of Field, using your element and it's start/end tags as a delimeter, should let you pull the required pieces surrounding the unwanted elemnent and then reconcatenate the...
by eostic
Tue May 03, 2011 7:09 pm
Forum:
Topic: Problems with Lineage and Impact in MW 8.5?
Replies: 7
Views: 3782

:) Cool. Glad it worked...... ..and I wish we had a way to migrate those settings more directly, and a few more defaults....but once you get the hang of it...

Ernie
by eostic
Sun May 01, 2011 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML 2 same tags,same attributs but the value differents
Replies: 15
Views: 5041

Ok.... you just need some additional processing after you parse the xml. First, from an xml perspective, this isn't really "two attributes with different values"....it's "two elements", each with an attribute that has a value. That's an important distinction, because the simplest...
by eostic
Fri Apr 29, 2011 2:22 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: JavaPack to request messages/logs from JMS/RIB
Replies: 4
Views: 4650

...the other point I may have not made clear is that you have to use specific method names and use the javaApi that we provide with JavaPack...it contains the specific read() and write() methods that you will use to get or put data onto specific links within a DS Job.

Ernie