Search found 42189 matches
- Mon Jun 21, 2010 9:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can the DataStage jobs back-up be automated?
- Replies: 16
- Views: 10514
- Mon Jun 21, 2010 6:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in Reject file
- Replies: 4
- Views: 2003
- Mon Jun 21, 2010 6:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can the DataStage jobs back-up be automated?
- Replies: 16
- Views: 10514
- Mon Jun 21, 2010 6:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Special Character Issue in XML Output Stage
- Replies: 7
- Views: 3063
Lots of info out there on this, for example here. Scroll down to the 5. References section in particular the Character Predeclared Entity bit.
- Mon Jun 21, 2010 6:47 am
- Forum: General
- Topic: How to convert multiple coloums to rows
- Replies: 2
- Views: 1048
- Mon Jun 21, 2010 6:40 am
- Forum: General
- Topic: Merge the values from field which has different delimiters
- Replies: 1
- Views: 871
- Sun Jun 20, 2010 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Metadata repository options for DataStage 8.1
- Replies: 5
- Views: 7764
But i am not very clear with the answer.Are you saying 8.1 version uses both Universe repository and Oracle repository. I thought 8.1 no longer uses universe database. You thought wrong. :wink: As I noted, the 8.x release uses both repositories - so everything is still in the 'Universe' repository ...
- Sun Jun 20, 2010 1:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Different ways to upgrade from 7.5.2 to 8.1
- Replies: 8
- Views: 1979
I don't think anyone here would recommend an 'upgrade in place' from 7 to 8, although that was common (and painless) in previous versions. General advice is to create a new, clean 8.x installation and then import your project from the previous release into it. That regardless of the fact of location...
- Sun Jun 20, 2010 1:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Metadata repository options for DataStage 8.1
- Replies: 5
- Views: 7764
- Sun Jun 20, 2010 8:29 am
- Forum: General
- Topic: Premium Access
- Replies: 1
- Views: 845
- Sun Jun 20, 2010 6:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with a DIM load SCD 2
- Replies: 5
- Views: 1511
Have you been through the docs on the SCD stage? There's a chapter for it in the Parallel Job Developer Guide pdf and a section in that chapter specific to 'Surrogate keys in a Slowly Changing Dimension stage'. It should explain how to tell the stage what your Surrogate Key is, either through the Pu...
- Sat Jun 19, 2010 5:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read a file with a delimiter as string
- Replies: 8
- Views: 4133
A minor detail you failed to mention in the original post. I would suggest using the Field() function like you were for a single character, say the pipe as the field delimiter, and then strip the extraneous second character from the field. That or making a pass to convert those pairs to a single cha...
- Sat Jun 19, 2010 2:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Driver error
- Replies: 15
- Views: 7006
In all honesty, Arnie, I'm a wee bit confused as well. We started off talking about using an IDENTITY column and now you are generating the sequence numbers yourself rather than letting the database do it for you? Is there any particular reason for that change? I'm also unclear how you implemented t...
- Sat Jun 19, 2010 2:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read a file with a delimiter as string
- Replies: 8
- Views: 4133
- Fri Jun 18, 2010 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MD5 CheckSum key generator
- Replies: 8
- Views: 12779
Still, why the worry about uniqueness in this application? All you care about is if the MD5 hash for any given record changes over time and who cares if the hash it carries is the same as any other record? Or are you thinking that the field values could change to some odd combination of values that ...