Good to know...thanks for passing that on. As Vincent noted, some of this might be alleviated with Metadata Asset Manager, as the bridge is then often running on a dedicated machine without as many conflicts.
Ernie
Search found 3835 matches
- Wed Oct 17, 2012 7:34 pm
- Forum:
- Topic: Import the Business Objects Universe repository failed
- Replies: 7
- Views: 3022
- Wed Oct 17, 2012 7:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML output stage
- Replies: 6
- Views: 4700
perhaps...although it would seem unlikely since these values are just chunks of xml that are passed downstream. To debug something like this I would probably ensure that these are the ONLY data rows going into the job, so that you can ensure that after the first xmlOutput Stage, you have only one ro...
- Wed Oct 17, 2012 5:29 am
- Forum:
- Topic: Data Lineage with Shared Containers
- Replies: 4
- Views: 1819
- Wed Oct 17, 2012 5:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML output stage
- Replies: 6
- Views: 4700
It's hard to say....it sounds like you are doing things correctly with multiple xmlOutput Stages....I will assume that you are first building one repeating node, and then the other, and then in final creation, perhaps passing the initial xml strings via lookup into a single row. Be sure that you onl...
- Mon Oct 15, 2012 6:12 pm
- Forum: General
- Topic: Retrieve Partition type from Xmeta Query
- Replies: 3
- Views: 1409
- Mon Oct 15, 2012 1:03 pm
- Forum: General
- Topic: How can I able to see table definitions in designer client?
- Replies: 2
- Views: 893
- Sun Oct 14, 2012 7:15 pm
- Forum:
- Topic: Data lineage question
- Replies: 4
- Views: 1986
- Sun Oct 14, 2012 7:12 pm
- Forum:
- Topic: Data lineage question
- Replies: 4
- Views: 1986
- Thu Oct 11, 2012 7:08 am
- Forum:
- Topic: Generate Operational Metadata
- Replies: 1
- Views: 1237
- Wed Oct 10, 2012 7:58 pm
- Forum:
- Topic: XML error when importing operational metadata in WINDOWS
- Replies: 3
- Views: 2498
- Tue Oct 09, 2012 11:35 am
- Forum:
- Topic: XML error when importing operational metadata in WINDOWS
- Replies: 3
- Views: 2498
It's usually caused by the way that you are reading the file.... are you using an External Source Stage and using a unix list (ls) command to capture the file name and feed that into one of the xml Stages? If not, do some searches thru the forum here, and/or check out some blog posts I have at www.d...
- Tue Oct 09, 2012 11:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage server job
- Replies: 3
- Views: 1585
- Tue Oct 09, 2012 5:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage server job
- Replies: 3
- Views: 1585
- Tue Oct 09, 2012 5:55 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help while reading xml file
- Replies: 5
- Views: 2447
- Tue Oct 09, 2012 5:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need help while reading xml file
- Replies: 5
- Views: 2447
What everyone is saying here is to just follow the doc and give it a shot...the xml above is actually very straightforward and an excellent one to start with when learning about the various xml stages. Hint --- you'll need a table definition, and for this, the xmlInput Stage will be fine..... and sp...