Search found 3835 matches

by eostic
Thu Feb 25, 2010 1:06 pm
Forum: General
Topic: INFAXchange?
Replies: 2
Views: 871

ITtoolbox (I believe the same infrastructure where Vince hosts his blog?) has a "group" for Infa. Not sure if it is the "best" INFA resource but it seems to get it's fair share of traffic. Perhaps there is another powerful "dsXchange" type site out there..... but still,...
by eostic
Wed Feb 24, 2010 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Xpaths in Single Description field in XML Output
Replies: 5
Views: 1337

Sorry...I don't understand the problem description. Not sure what "one Xpath of THREE Attributes in one Column" means.......? xmlOutput takes AN input column value from an incoming link and creates an attribute "or" an element. It can't create "multiples".....not sure w...
by eostic
Wed Feb 24, 2010 8:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Xpaths in Single Description field in XML Output
Replies: 5
Views: 1337

Sorry...I don't understand the problem description. Not sure what "one Xpath of THREE Attributes in one Column" means.......? xmlOutput takes AN input column value from an incoming link and creates an attribute "or" an element. It can't create "multiples".....not sure w...
by eostic
Wed Feb 24, 2010 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4110

...don't think of it as being "unique"...the property called "key" is simply used to mark the "lowest level element" that repeats...(on each link there will be one)

Ernie
by eostic
Wed Feb 24, 2010 6:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting into XML type columns on AIX DB2
Replies: 3
Views: 1525

I haven't tried it directly myself, but do some searches on IBM Developer Works....there is an article there that talks about using XMLPack with DB2's XML capabilities. I don't have time to check right now, but I think I have a pointer to the site in my blog below, referencing a good article on xml....
by eostic
Tue Feb 23, 2010 7:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MQ: Open Queue in Server Job
Replies: 2
Views: 1110

Hard to say what the timing is on the opening of the queue, but the job will always abort anyway, if the database is not up and available when the job is initialized.......

Ernie
by eostic
Tue Feb 23, 2010 7:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Two Xpaths in Single Description field in XML Output
Replies: 5
Views: 1337

It should be...as 3 separate columns on the input link...two that are defined as attributes of Property and one as a sub-element....

..../PROPERTY/@<name of attribute>
.../PROPERTY/@<name of other attrib>
.../PROPERTY/VALUE/text()


Ernie
by eostic
Tue Feb 23, 2010 6:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML not processing records
Replies: 10
Views: 4110

Hi all... There are a variety of issues here...first, this looks like a pretty complex XML structure (meaning -- many nodes that repeat, independent of each other)....think of a "company" hierarchy that has company info at the top and a node for employees, and another node for assets..... ...
by eostic
Mon Feb 22, 2010 9:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Xml stylesheets
Replies: 4
Views: 1466

Confused here too..unless you are saying that you want to send "some" data to a database and "some" to XML (maybe similar or "same" xml) but italicized?

Ernie
by eostic
Mon Feb 22, 2010 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue with MQ Stage - reading only part of the message
Replies: 2
Views: 1384

There's a "truncate on metadata mismatch" setting...make sure that is not set.....

Ernie
by eostic
Mon Feb 22, 2010 9:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple xpaths for single field in XML Ouput Description
Replies: 3
Views: 1137

Tell us more about the rows coming in and their values. At this point I'm not sure of the objective.

Ernie
by eostic
Fri Feb 19, 2010 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Target XML file not Creating after Successful Job
Replies: 4
Views: 2398

Make sure that you are really creating xml at all.....put a single column on the output link of xmlOutput.... call it "myXMLstring" and give it a longvarchar and a length of something like 1000.....put a single "/" in the Description property. Use just a couple of rows as a test,...
by eostic
Fri Feb 19, 2010 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem importing XML Table defs...
Replies: 12
Views: 4685

ah. boo. xsd.exe is nice, but it does the opposite only, from what I can tell. Just took a closer look and it nicely creates xsd from xml, but not xml from xsd.

Ernie
by eostic
Fri Feb 19, 2010 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating XML from multiple tables with one to many relations
Replies: 1
Views: 1209

Search thru the forum here. Find the "XML Best Practices"....link to kduke's site where you can find it. It goes into detail on how to create complex, multi-node XML. It's not particularly easy, but it can be done.

Ernie
by eostic
Fri Feb 19, 2010 8:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem importing XML Table defs...
Replies: 12
Views: 4685

I used to use XMLSpy, but my license ran out. It did it nicely as I recall. This is one of those things I only need once in awhile, so I'll try to find whatever I can. Often at customer sites, the author of the xsd will have a tool and can immediately generate an xml doc for me. A quick search on th...