Search found 53125 matches
- Thu Jan 20, 2005 11:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: (40521) Unable to retrive the link details for the stage
- Replies: 3
- Views: 3135
You have lost the record in DS_JOBOBJECTS that describes the link, but the reference to it has not been deleted from its parent object (one of the stages to which the link was connected). If the link is one that has been deleted from the design, the correct solution is to delete the reference from t...
- Thu Jan 20, 2005 11:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Attempting to Cleanup after ABORT raised
- Replies: 6
- Views: 2577
- Thu Jan 20, 2005 11:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: should we avoid server jobs with px installed?
- Replies: 15
- Views: 7258
- Thu Jan 20, 2005 11:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PWD Environment Variable warning
- Replies: 12
- Views: 4405
- Thu Jan 20, 2005 11:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiload utility in Parallel mode
- Replies: 16
- Views: 9087
I was thinking along those lines - multiple processing nodes all attempting to create the same table. The obvious solution in a parallel environment is to have a serial environment (you or the DBA) look after single-threaded processes, such as CREATE TABLE, and have the parallel streams then process...
- Thu Jan 20, 2005 9:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: wirting a basic routine to run sql
- Replies: 4
- Views: 1359
Of course you can write one. But what do you want to do with it then? If it's "UniVerse" SQL you can execute it directly, via DSExecute. If it's not, you can write it to a file as others have noted, then invoke some kind of script to execute it. Another possibility is to write a routine that is an O...
- Thu Jan 20, 2005 9:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Attempting to Cleanup after ABORT raised
- Replies: 6
- Views: 2577
No blast, the scenario described can happen, if the deadlock daemon is configured automatically to resolve the deadlock. But, by default, the deadlock daemon does not resolve deadlocks; it only detects them so that the administrator can release them manually. It's one of my favourite things in the p...
- Thu Jan 20, 2005 8:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TeraData Fastload Connection error
- Replies: 5
- Views: 1832
- Thu Jan 20, 2005 3:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: character after the numeric character
- Replies: 3
- Views: 799
Try the MatchField() function.
This will return the alphabetic string following the numeric string, or "".
Code: Select all
MatchField(YourString, "0X1N0N0A", 4)This will return the alphabetic string following the numeric string, or "".
- Thu Jan 20, 2005 3:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Informatica To DataStage
- Replies: 11
- Views: 5034
- Thu Jan 20, 2005 2:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Cannot connect to our project
- Replies: 7
- Views: 2623
You got away with it because VOC is a static hashed file (implemented as an operating system file, not directory) and because no-one was using the VOC at the time. It would have been safer, under the same conditions, to delete the damaged VOC before performing the copy. There ought to be no serious ...
- Thu Jan 20, 2005 2:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: should we avoid server jobs with px installed?
- Replies: 15
- Views: 7258
I agree that both have their place, and can't see server jobs being phased out any time soon. There's just too much investment in server job development work out there. They may refurbish the Engine - this has been an ongoing project since version 6.0 (the split from UniVerse) but I think it's safe ...
- Thu Jan 20, 2005 3:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Limiting Job Parallelism
- Replies: 16
- Views: 5173
Hmmm... pretty sure that's what I said. Nope. Your design, because of the All sequencers, waits till all ten have finished before starting the next ten. A design with ten parallel streams of Job Activities - no sequencers needed - will sustain execution of ten jobs/job sequences while ever this is ...
- Thu Jan 20, 2005 3:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: data cleansing
- Replies: 7
- Views: 7032
- Thu Jan 20, 2005 3:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Informatica To DataStage
- Replies: 11
- Views: 5034