Search found 3835 matches
- Mon Jun 06, 2011 7:06 am
- Forum: General
- Topic: Exporting PROJECT in XML format
- Replies: 14
- Views: 4897
How often are you doing it? Develop a loop in a script with a list of necessary Jobs and you'll have what you need, running multiple exports in sequence........it might take a awhile, but so what? It's unlikely that you are running something like this on every Job, every 5 minutes. I suspect you are...
- Fri Jun 03, 2011 1:44 pm
- Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
- Topic: Web Service
- Replies: 10
- Views: 6298
Check to see if it is a volume issue and not an environment or Oracle issue......send the exact same data to a flat file. ...btw....what binding are you using? I will assume SOAP or XML for now... Write another Job that reads from that flat file and goes to ISDoutput. Publish it as a Service. I will...
- Fri Jun 03, 2011 1:34 pm
- Forum: General
- Topic: Exporting PROJECT in XML format
- Replies: 14
- Views: 4897
- Wed Jun 01, 2011 9:09 pm
- Forum: General
- Topic: Scripts involved in Application enable/disable
- Replies: 6
- Views: 2340
- Wed Jun 01, 2011 6:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Improve XMLInputPx stage performance
- Replies: 1
- Views: 1477
Indeed....the new XML Stage is far faster.....how much faster will depend on a lot of things, like the number of tags, their size, etc. As for your existing Job, consider breaking it up via EE as well as via functions in the Stage itself...I've had success (again, it depends on the document) improvi...
- Tue May 31, 2011 5:47 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML output fails validation against XSD
- Replies: 4
- Views: 1808
- Tue May 31, 2011 5:45 am
- Forum:
- Topic: Importing a physical data model into the Metadata Workbench
- Replies: 3
- Views: 2798
- Fri May 27, 2011 11:34 am
- Forum:
- Topic: Connectivity to Business Objects/Universe
- Replies: 2
- Views: 2027
- Fri May 27, 2011 11:30 am
- Forum:
- Topic: Fetching Meta data without setting connectivity at Server
- Replies: 1
- Views: 1322
- Thu May 26, 2011 12:30 pm
- Forum: IBM QualityStage
- Topic: Design for real time reference data update.
- Replies: 9
- Views: 3766
- Thu May 26, 2011 5:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Entire text file as a single Message to MQ
- Replies: 3
- Views: 1495
- Wed May 25, 2011 5:01 pm
- Forum:
- Topic: MetadataWorkbenchDevelopmentGuildlines,Standards & Namin
- Replies: 1
- Views: 1124
Check out the lineage entries at my blog below. I have lots more in my head and in posts throughout the forum here, or ask other more pointed questions and I'll share what I can think of. There is a team working on a redbook for WB and metadata guidelines too, but that effort is still in the oven. E...
- Wed May 25, 2011 5:00 pm
- Forum:
- Topic: How To Import Sql server (DTS) packagesIntoMetadataWorkbench
- Replies: 1
- Views: 1033
- Wed May 25, 2011 4:55 pm
- Forum:
- Topic: Importing a physical data model into the Metadata Workbench
- Replies: 3
- Views: 2798
- Wed May 25, 2011 4:51 pm
- Forum: IBM QualityStage
- Topic: Design for real time reference data update.
- Replies: 9
- Views: 3766
Sparse lookup is probably the only easy way (assuming you aren't crafting your own in-memory objects using Java or some other technology)....so that each time you commit a new entry to the database, it will be found by your lookup stage... of course, that means you have to return to the database for...