Search found 3835 matches

by eostic
Thu Jan 07, 2010 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ SERVER IN INFOSPHERE 8.0 OR 8.1
Replies: 3
Views: 1562

(it can be installed afterwards, but it's easiest if you pick it initially).

Ernie
by eostic
Thu Jan 07, 2010 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ SERVER IN INFOSPHERE 8.0 OR 8.1
Replies: 3
Views: 1562

Assuming that you already have a license for MQ (either for the MQ client or MQ Server) installed on your DataStage machine, you don't need anything added to DataStage ----- however, you do need to make a decision at Info Server install time that you want to use MQ, and then also if you expect to be...
by eostic
Thu Jan 07, 2010 7:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SalesForce.com integration
Replies: 5
Views: 4524

There are so many things that this could be.....from a problem in your java class to some memory issue somewhere....or maybe another Stage and it just "looks" like it is an issue in your class.....hard to tell. A very interesting test would be to see if it hangs consistently also in a Serv...
by eostic
Wed Jan 06, 2010 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Infosphere CDC vs CDC stage
Replies: 2
Views: 4950

The CDC Stage has been around for a long time, and is a key way of comparing sets of data, sometimes which are quite large. InfoSphere CDC is the name for the collection of modules that perform log based changed data capture from mainframe databases, other rdbms', etc. Some of it represents former D...
by eostic
Wed Jan 06, 2010 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

Yeah...go for it. I don't think it's copyrighted material, and I'm sure Hernando would ultimately appreciate it too. It's too subtle an issue to make a big deal about...I'd just edit the job as is and zap it into the zip.......I don't have time to check every other example, but at least we'll know t...
by eostic
Wed Jan 06, 2010 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

Thanks Colin! Good to hear it was resolved. It raises some interesting questions and discussions.....on "default namespaces" in particular. The defns drives most people crazy. It's not used that often --- I see it maybe 10% of the time. For those who don't know, the default namespace is on...
by eostic
Tue Jan 05, 2010 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

Hi Colin... I don't.... but I live and breath "almost" exclusively with our xml and metadata related technologies in most of my efforts to support customers, partners, and my IBM colleagues. I'm surpised we haven't met in the past (Ascential and earlier) but your name is familiar.... Ernie
by eostic
Tue Jan 05, 2010 8:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML : nullabilities fields and xsd
Replies: 5
Views: 3516

....I'm not talking about the xsd. The key here is in the incoming document itself. A "formally" null element in XML contains the xsi:nil="true" attribute. In the document. It is possible that "formal" xsd validation will only fail if that attribute is present. Otherwis...
by eostic
Tue Jan 05, 2010 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

It's hard to say...as you can see from various threads here, 8.0 broke xml in many places. Most have have been fixed, but..... Calling support is not a bad idea [many times they call me right afterwards.... ; ) ]. They may have an angle that I haven't yet heard.

Ernie
by eostic
Tue Jan 05, 2010 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

Something is up......I ran it in 8.1 FP 1 and I don't get any rows at all.....I suspect it is something with the namespace and will check it out. In the meantime, the technique of taking a chunk and then parsing it out further is something that is done in (probably) thousands of jobs since XMLPack 2...
by eostic
Mon Jan 04, 2010 8:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading XML Data
Replies: 21
Views: 11324

...exactly. Stop sending the "contents" and send just the fully qualified "name" of the document into the stage..... ....the cat is doing something strange, or another intermediate stage is doing something strange, or it's a combination of cat/another stage/and some strange chara...
by eostic
Mon Jan 04, 2010 8:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Realtime data integration using replication server and DS
Replies: 4
Views: 2433

The newer InfoSphere Changed Data Capture offerings pull a lot of this together nicely nowadays....prior there are many CDC options....Rep Server...Queue Rep....etc, and many of these are integrated directly to DataStage thru a custom Stage type, or at least easily by way of .csv or alternatively, x...
by eostic
Mon Jan 04, 2010 8:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML : nullabilities fields and xsd
Replies: 5
Views: 3516

I'd have to check the w3c spec in detail, but it wouldn't surprise me if an "emtpy" element is not considered formally null by the xerces/xalan (apache) parser and processor. I suspect that it's possible that a truly "null" element (for xsd invalidation purposes) would have to ha...
by eostic
Mon Jan 04, 2010 8:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Best Practices job fails to output data
Replies: 23
Views: 6429

It should be fairly obvious. Look at the XMLInput Stage's output link for this particular address column. If the "chunk" still has tags around it, then it is likely that the ".../text()" is missing from the end of the string that you will find in the Description property for that...
by eostic
Sat Jan 02, 2010 8:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to read an ascii file in unix
Replies: 8
Views: 4666

Craig is right --- there are lots of ways to do comparisons in DataStage....nevertheless, convert the column into a normal character field before writing it out. When you are looking at it in DS you are probably using "View Data" which unpacks it temporarily for your viewing....you need to...