How about sharing with the rest of us what the actual problem was and how you solved it?
After all, that's one of the main purposes of the "Exchange" - to exchange ideas, techniques and solutions to make all our lives easier.
Search found 53125 matches
- Thu Mar 25, 2004 5:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Typical Error in DS job
- Replies: 3
- Views: 1506
- Thu Mar 25, 2004 1:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Administrator configuration error
- Replies: 8
- Views: 4607
Just deleting the entries from UV.ACCOUNT, while necessary, is not sufficient. You also have to correct the SQL system tables for DataStage. Making an error with either step can be catastrophic, so make sure you have a system backup first. To effect repairs to the "SQL Catalog", which is how DataSta...
- Wed Mar 24, 2004 7:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Surrogate Key
- Replies: 6
- Views: 1334
- Wed Mar 24, 2004 7:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Datastage Administrator configuration error
- Replies: 8
- Views: 4607
Erk. Can you connect using the Administrator client? There are serious problems with the projects. My guess would be that they've been (re)moved from their previous locations, or backed up and restored (part of a disaster recovery exercise) without due care. Can you access the server via telnet, cha...
- Wed Mar 24, 2004 3:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trouble populating output columns
- Replies: 6
- Views: 2350
Try using @NULL rather than @Null. Some versions of the compiler are finicky about the casing of system variable names. Apart from that, the expressions look OK, at least in terms of matching the left and right parentheses, which is what the compiler is complaining about. It might help if you could ...
- Wed Mar 24, 2004 3:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Craig hits 1000
- Replies: 7
- Views: 1764
- Wed Mar 24, 2004 12:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file Cache V/s Hash file Size
- Replies: 8
- Views: 2000
If your hashed files have 32-bit internal addressing (the default) they can only be up to 2GB in size. If your hashed files have 64-bit internal addressing they can be larger than 2GB. On Solaris the ulimit -f command will report the maximum size of an operating system file, however "unlimited" is m...
- Wed Mar 24, 2004 12:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata Mismatch in Universe Stage
- Replies: 3
- Views: 1018
Do you import the metadata from the UV table or hashed file to use in the UV stage or hashed file stage respectively, and load the imported metadata into these stages? This is the recommended best practice for ensuring that the metadata in your job designs coincides accurately with those in the data...
- Tue Mar 23, 2004 8:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata Mismatch in Universe Stage
- Replies: 3
- Views: 1018
- Tue Mar 23, 2004 4:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Code Walkthrough
- Replies: 2
- Views: 913
There isn't a lot of "code" as such, and what there is is DataStage BASIC. Do your interlocutors understand DataStage BASIC? What I prefer to do is to load up the graphical interface with lots of annotations (they're cost free at execution time) explaining absolutely everything that's going on. For ...
- Tue Mar 23, 2004 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Accidentally deleted the jobs.
- Replies: 6
- Views: 4705
uvbackup and uvrestore They don't appear anywhere in the DataStage manuals. Next time you're at the "UniVerse" prompt (preferably in a telnet session) execute the following commands (case sensitive): HELP uvbackup HELP uvrestore It's been there at every release since 1.0, and is still there at 7.0.1...
- Tue Mar 23, 2004 3:38 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal Termination of Aggregator
- Replies: 2
- Views: 1347
Telling the Aggregator stage on its input link that the incoming data are sorted - for that is actually what you are doing - is believed. If you lie to the Aggregator stage - your data are not sorted even though you say they are - you will be punished by the Aggregator stage aborting. Are your input...
- Tue Mar 23, 2004 3:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Craig hits 1000
- Replies: 7
- Views: 1764
- Tue Mar 23, 2004 3:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Problem
- Replies: 1
- Views: 884
Whether or not you can roll them back depends on your commit strategy. If you're using auto-commit, for example, the answer is clearly no - each row that has been inserted has also been committed. In this case you need a strategy for undoing the inserts. On the other hand, if you've specified that t...
- Tue Mar 23, 2004 3:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash file - caching attributes
- Replies: 2
- Views: 1009