Search found 3835 matches

by eostic
Wed Feb 16, 2011 1:58 pm
Forum:
Topic: import metadata error
Replies: 10
Views: 10969

:) ...been watching. I haven't seen java stack errors on an import. My only initial guess would be to check for things like: a) names of objects... table names, anything strange b) is it repeatable? you said it works sometimes and sometimes not....but..for the "same" database does it alway...
by eostic
Wed Feb 16, 2011 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml Input path directory///
Replies: 8
Views: 2886

hmm. At the moment, I'm not sure.....but are you certain that it's saying it can't find "this" file, or is it looking for an xsd? Also, play more with a Job that just uses the External Source to a Sequential Stage. Make sure you can get any file listing from any subdirectory successfully. ...
by eostic
Wed Feb 16, 2011 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: xml file loading
Replies: 1
Views: 1030

Not sure how you imported your metadata, but ultimately, on the output link of your xmlInput Link, scroll to the right and look at your column Desscriptions. The answer for something like this is usually in there. You will want to see something like (for each column in the grid): Customer /.../.../C...
by eostic
Wed Feb 16, 2011 1:02 pm
Forum: General
Topic: I'll take "Shakespearean Transformation" for 800..
Replies: 3
Views: 1525

That's the complete quote I was looking for in the 1000 dollar question ; ) "All the world's a Stage and the men and women merely players " ...but you have to say "What is?". :) But we'll give you the 1000....... Ernie PS. That's the quote that came to me when I wrote this redicu...
by eostic
Wed Feb 16, 2011 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while generating xml output
Replies: 2
Views: 1416

Hard to say, but what happens if you do everything with a single node config?

Ernie
by eostic
Wed Feb 16, 2011 12:52 am
Forum: General
Topic: I'll take "Shakespearean Transformation" for 800..
Replies: 3
Views: 1525

I'll take "Shakespearean Transformation" for 800..

Correct answers are quotes from the famous playwright, using hints from DataStage... ; ) (Anyone catch Watson on Jeopardy this week? Pretty cool, eh? Perhaps it will start answering our DataStage questions! --- sorry all --- am jetlagged in another time zone and my brain is tired from working on xml...
by eostic
Tue Feb 15, 2011 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File Generation
Replies: 4
Views: 2661

Can you explain your problem in more detail? It's not exactly clear what the issue is......

We assume that the xml you pasted is what you "want"..... please paste what you are getting that needs to be different.

Thanks.

Ernie
by eostic
Mon Feb 14, 2011 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Parsing
Replies: 7
Views: 4435

At quick glance, it looks identical at the bottom, where it counts for the repetition element. I might have missed it on a quick look, but everything above it (the lower attribute nodes) appears to be unique, so the behavior should remain the same. I won't have time to try your larger example for a ...
by eostic
Sat Feb 12, 2011 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generating XML hierarchical structure
Replies: 3
Views: 2976

It also takes up less space. I've seen REDICULOUSLY large xml documents that were reduced by a third in size just by removing blanks and carriage return line feeds. Important when you are shipping them all over the place in transactional packets.

Ernie
by eostic
Thu Feb 10, 2011 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File to XML with Repeating Groups
Replies: 2
Views: 1979

You've done a great job so far.....the likely problem is that the second pivot should be independent of the first. Meaning --- split the data appropriately via copy or transformer... pivot your addresses on one path, and build that chunk of xml....then on the other path, pivot your contact methods a...
by eostic
Thu Feb 10, 2011 1:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML Parsing
Replies: 7
Views: 4435

Give it a try and let us know how it goes.... ......although this is something I've been doing since 7.0.0. Provided a node really only occurs one time, I've always been able to include it as part of the current "row" (meaning --- specify the repeating element in any of those sub-nodes bec...
by eostic
Tue Feb 08, 2011 11:23 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Audit Web services Call
Replies: 3
Views: 3350

It shouldn't be this difficult...... build some simple jobs to test the technique. It's perfectly fine to test a column returned from a lookup (usually with IsNull() in a downstream transformer), and if it is null, set a "user message" as desired to be returned to your calling web service ...
by eostic
Mon Feb 07, 2011 7:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Real time CDC implementation
Replies: 1
Views: 1142

....the most elegant (and most performant, least intrusive) way is to use InfoSphere CDC, which monitors the rdbms log directly --- sending details to DataStage as soon as they are committed..... This is the integration with what used to be "Data Mirror"..... in 8.5 the integration became ...
by eostic
Sun Feb 06, 2011 9:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to specify Web Service Client input parameters
Replies: 2
Views: 2000

I don't have access to DataStage right now, so I can't tell you exactly what it says, but the input arguments are specified within the Stage itself. It should be fairly clear from the GUI --- you can hard code the values or use Job Parameters....it's on one of the tabs.

Ernie
by eostic
Thu Feb 03, 2011 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How can I make a job "always on"?
Replies: 8
Views: 3476

Not sure if there is an issue? .....sounds like it is working great... ...but of course, for a real time job like this, you should have a single node configuration. Then, if you browse, you will get only one copy of the message, not multiples. There are only very rare cases when a real time job need...