Search found 3835 matches

by eostic
Wed Jun 23, 2010 5:54 am
Forum: General
Topic: cannot see XML stages after installing 7.5.3
Replies: 6
Views: 2090

I'm sorry but I don't remember whether/if the xmlpack2 stages could be installed separately....it's been too long since I've been on 7.5... I recall strange times when I needed to re-register the gui side of it (at the client, if you get the little "plug" boxes instead of the xml icons...b...
by eostic
Tue Jun 22, 2010 3:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Lineage in Job
Replies: 6
Views: 1862

You are doing it correctly. The only time that lineage should stop at the column level is if the output column is derived from a Stage variable that doesn't use any input link cols.......if it does, then lineage should continue thru the Stage. There is apparently dual patch for this..one for DataSta...
by eostic
Mon Jun 21, 2010 6:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using only Universe database as metadata repository for info
Replies: 4
Views: 1500

:)

New smells bring new experiences. Metadata Workbench alone is worth holding your nose.

Ernie
by eostic
Mon Jun 21, 2010 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using only Universe database as metadata repository for info
Replies: 4
Views: 1500

Why? It really should be no concern. The metadata store is laid down for you and may as well just be a "black box." Like the Universe metadata store before it, it keeps all your ETL design metadata, plus a whole lot more. Universe is still there to support the run time engine and execution...
by eostic
Mon Jun 21, 2010 9:55 am
Forum:
Topic: Data Linage from Cognos
Replies: 4
Views: 2437

I don't know if it's exactly the issue that you are having, but there is a patch to 8.1.2 that may help you....it fixed another site I know of who was experiencing the same symptom. The patch became available about a week ago.

Ernie
by eostic
Mon Jun 21, 2010 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Special Character Issue in XML Output Stage
Replies: 7
Views: 3063

What's wrong with the &amp hexcode? Any tool reading the xml should work fine with that too.
by eostic
Mon Jun 21, 2010 6:14 am
Forum: Enhancement Wish List
Topic: No storage locations should be able to defined.
Replies: 4
Views: 9444

DS should obey the OS security rules. Having another layer in a tool like DS opens doors to other problems.
by eostic
Mon Jun 21, 2010 6:11 am
Forum: General
Topic: How to pass data to MQConnector
Replies: 5
Views: 1430

What are you trying to pass into it? Does a test job with a string like "hello" passed to the MQ Connector from a Transformer work ok?

Ernie
by eostic
Sat Jun 19, 2010 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Special Character Issue in XML Output Stage
Replies: 7
Views: 3063

Take a look at the encoding that you are using....there was a thread in here a week or so ago where we were talking about the copyright symbol. In there I posted the results of some research with the various encodings. That might help. Worst case, you'll need to convert it an put in its escaped hex ...
by eostic
Fri Jun 18, 2010 1:38 pm
Forum: General
Topic: ETL: More than Middleware?
Replies: 6
Views: 2720

Ok. I'll bite. It is vastly more than just "another piece of middleware." It's often the core of the entire data integration infrastructure for thousands of companies. And as that "core," represents the lion's share of intellectual capital about "the" data and metrics t...
by eostic
Fri Jun 18, 2010 8:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML error:Caught unknown exception from runLocally()
Replies: 23
Views: 13166

Assumng that your job is just a simple source...copy...transformer...xmlOutput...Sequential, then start looking at other things...compare the properties in your xmlOutput in "this" job to the jobs where it works.... How is this one different from any of your others? Try different sources.....
by eostic
Fri Jun 18, 2010 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML error:Caught unknown exception from runLocally()
Replies: 23
Views: 13166

Time to start breaking it down.... It looks like both the xml output link and the other primarily link are fed into the lookup? Create another Job and remove the whole top path..... just write the xml output in a straight line...does it still fail? This is probably a problem of stages in some sort o...
by eostic
Thu Jun 17, 2010 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML error:Caught unknown exception from runLocally()
Replies: 23
Views: 13166

ok...so following on Craig's note, tell us more about "that" Job...what makes it unique?

Ernie
by eostic
Thu Jun 17, 2010 7:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WSTransformer - java.lang.OutOfMemoryError
Replies: 9
Views: 4168

Not sure....obviously it is impacting memory somewhere. Still...even if you get around it for now...it's possible it will get bigger and blow up tomorrow.....start looking for alternative methods to indicate how many rows you want....in this call, and then successive calls, etc....

Ernie
by eostic
Thu Jun 17, 2010 6:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML error:Caught unknown exception from runLocally()
Replies: 23
Views: 13166

It's probably nothing to do with your xml "in particular"....that's pretty generic. Can you get "any" XML to work? What release are you upgrading from/to? Do you have other Jobs with xml that are working? What is the size of the xml that you are moving around on the links? It cou...