Search found 3835 matches

by eostic
Tue Oct 26, 2010 5:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error with MQ
Replies: 9
Views: 2430

:) Don't try to view xml within a DataSet. Good luck with that! The viewer can't interpret it anyway, and can only show you a piece of it. Even if it works on short documents, view it instead the right way when testing --- send it to a sequential file, with all formatting turned off (no "end of...
by eostic
Tue Oct 26, 2010 5:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FastTrack: Batch to import mapping specifications from csv
Replies: 1
Views: 970

Fasttrack has capabilities within IS tool but I haven't had a chance to try them yet......I can't remember if it supports csv import or just export/import for migration purposes.

Ernie
by eostic
Tue Oct 26, 2010 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to export/import XSD
Replies: 3
Views: 1966

The feature for validation is in the Stage..... the xsd is merely "available" on disk and indicated within the document that you are reading (there is an attribute called schemaLocation in the header or sometimes NoNamespaceSchemaLocation that will point to a full qualified name of the xsd...
by eostic
Mon Oct 25, 2010 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data wrriting to xml file (using xml output stage)
Replies: 10
Views: 2451

Hard to say...not understanding yet what you are looking for......so far it looks like it is working just fine. relEntry is inside of relList and relList hasn't closed yet.... after ALL the relEntry elements for that relList, you should see a close of </relList> and then finally a close of </accEntr...
by eostic
Mon Oct 25, 2010 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data wrriting to xml file (using xml output stage)
Replies: 10
Views: 2451

One more set of items worth checking...... what element do you have marked as a key? ...and are you using "aggregate"?, and then separately, what happens if you force seqnum to be unique?

Ernie
by eostic
Mon Oct 25, 2010 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data wrriting to xml file (using xml output stage)
Replies: 10
Views: 2451

I have no idea. Never seen that happen directly.....but I wonder about the hierarchy you are creating.... Do you have a "perfect" example version of the whole structure that you would like to create? How do the accEntry elements relate to the relEntry elements? are they one:one ....or can ...
by eostic
Mon Oct 25, 2010 12:40 pm
Forum:
Topic: Import via ODBC Metabroker Overwrites Descriptions
Replies: 17
Views: 7776

Thanks for the update Doug... Good info.

Another way to review this is to look at why any column updates are needed? ...and if it's to get the connector to behave the way you want, then maybe the issue is with the Connector runtime....

Ernie
by eostic
Mon Oct 25, 2010 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data wrriting to xml file (using xml output stage)
Replies: 10
Views: 2451

Can you provide more details, or cut/paste a resulting small output example? Is it only for one particular row? for any and all of your accEntry instances? Does msgId close correctly? Does accList close correctly? Are the values null? are the values empty?

Ernie
by eostic
Mon Oct 25, 2010 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error with MQ
Replies: 9
Views: 2430

ok...good...so hopefully it is here on the DS side. There's a few APT variables you need to check that impact the size of a column on the link....I don't remember which ones at the moment, but if you search the forum here on MQ and XML you'll find them fairly quickly. Also, if the MQ Server is co-re...
by eostic
Mon Oct 25, 2010 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error with MQ
Replies: 9
Views: 2430

Check MQ itself...it has limits on message size also. Did you create the queue yourself? Do you have access to the command line utilities of MQ? Do a display of the queue (display qlocal command of the runmqsc command, depending on your release of MQ).... there is a max message length value there......
by eostic
Sat Oct 23, 2010 5:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load data from Oracle CLOB datatype to XMLTYPE datatype
Replies: 3
Views: 3101

What error do you get? Are you even able to import the metadata? Exactly which Oracle Stage are you using? I haven't talked to a site who has done this...perhaps others here in the forum have. There is new xml datatype support for various databases inside of the Connectors in 8.5, but again, I haven...
by eostic
Thu Oct 21, 2010 7:18 pm
Forum:
Topic: Data lineage -- oracle stage as source
Replies: 24
Views: 10514

...no only once for each particular "alias" and possibly a variety of stage types... ...and only for those jobs where it is particularly useful to see the actual "table". There are a lot of uses for lineage. One is to quickly find out what the flow of stages is between a whole lo...
by eostic
Thu Oct 21, 2010 10:32 am
Forum:
Topic: Data lineage -- oracle stage as source
Replies: 24
Views: 10514

The answer is in the Database Alias link at the Advanced Tab..... each string that is used as a "Server name" or "DSN" name is just an abstraction. You define, at that page, for each abstraction and each Stage/Connector type, which "Host" and "Database" among ...
by eostic
Wed Oct 20, 2010 6:46 pm
Forum:
Topic: Data lineage -- oracle stage as source
Replies: 24
Views: 10514

Did you go to the Advanced Tab of Workbench and review the "Database Alias" link?

Ernie