Search found 42189 matches
- Tue Oct 17, 2006 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing XML data to a file.
- Replies: 12
- Views: 4008
I thought there was some way in PX to have the Sequential File stage return only the fully qualified pathname of the file found. Rather than trying to make it do the folder trick of 'reading the entire file into one record' - which while it may work sometimes will never work 100% of the time - see ...
- Tue Oct 17, 2006 6:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML Tags On Same Line
- Replies: 5
- Views: 2222
Exactly what we've found. The way DataStage 'formats' the output sucks. It really shouldn't matter to anyone processing the file automatically, but when people are looking at it you need some kind of formatting or 'pretty printing' to make that feasible. Or you need to get them a copy of XML Spy and...
- Mon Oct 16, 2006 10:00 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Consecutive Generic stages problem...
- Replies: 6
- Views: 2267
- Mon Oct 16, 2006 9:57 pm
- Forum: General
- Topic: Information on Demand
- Replies: 8
- Views: 4279
- Mon Oct 16, 2006 9:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Want to delete the records giving specific date range
- Replies: 12
- Views: 3728
It happens like how regularly? Monthly? Daily? And no chance of Change Data Capture being setup... or a trigger on the table(s) to capture deletes? I'm not sure a wholesale delete of X days worth of data and then a reload of that is the answer to all your woes, but it certainly can be done. DSguru2B...
- Mon Oct 16, 2006 9:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Format String
- Replies: 8
- Views: 2506
- Mon Oct 16, 2006 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Comparing Previous Value with Current Value
- Replies: 5
- Views: 1853
- Mon Oct 16, 2006 11:49 am
- Forum: General
- Topic: Information on Demand
- Replies: 8
- Views: 4279
The SOA Edition - formerly known as 'RTI' or Real Time Interface. Sure sounds to me that's what you are describing...
Closest I could find on the IBM site:
http://www-306.ibm.com/software/data/in ... tures.html
Closest I could find on the IBM site:
http://www-306.ibm.com/software/data/in ... tures.html
- Mon Oct 16, 2006 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data stage dropped from project, used java instead
- Replies: 10
- Views: 2806
- Mon Oct 16, 2006 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job is remaining in Aborted status though Reset many times
- Replies: 12
- Views: 3237
- Mon Oct 16, 2006 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Data stage dropped from project, used java instead
- Replies: 10
- Views: 2806
Have you read through the XMLPACK_20_Designer.pdf in your Docs directory? There are quite a number of tips there on generating complex XML output, including how to use custom stylesheets. I've found very few situtations (only one actually, so far) that required a CSS. For your problem, I would have...
- Mon Oct 16, 2006 6:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Want to delete the records giving specific date range
- Replies: 12
- Views: 3728
- Mon Oct 16, 2006 6:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Expire Only Load Jobs
- Replies: 8
- Views: 2443
- Mon Oct 16, 2006 6:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: passing value as tag in xml
- Replies: 1
- Views: 677
Those are XPath Expressions not 'tags' that generate the XML output in your job. And you get the 'name = "xxx"' elements because of the use of the '@'. I'm not positive you can generate output like that without doing your own 'tag building' or XML creation. What I would suggest you try is to take a ...
- Mon Oct 16, 2006 6:17 am
- Forum: General
- Topic: Joins on Timestamp columns
- Replies: 6
- Views: 4085
Ok... more questions. When you say 'changed the join in the transformer to XXX' do you mean that, rather than simply put the input date field into the key expression of the reference lookup, you are using those transforms there? Shouldn't be needed as they should both work 'as is'. If both of your s...