Search found 53125 matches

by ray.wurlod
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...
by ray.wurlod
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

If col2 is blank your expression is effectively attempting to divide by zero which the DataStage or UniVerse documentation will tell you is an illegal operation and will cause the executing process to abort.
by ray.wurlod
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

Be careful if using QualityStage, however, because it insists on Bourne shell. Its own "shell executable" is a symbolic link to /bin/sh.
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
Thu Jan 20, 2005 8:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TeraData Fastload Connection error
Replies: 5
Views: 1832

Just to clarify, I asked "where", not "what". :wink:
by ray.wurlod
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.

Code: Select all

MatchField(YourString, "0X1N0N0A", 4)

This will return the alphabetic string following the numeric string, or "".
by ray.wurlod
Thu Jan 20, 2005 3:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Informatica To DataStage
Replies: 11
Views: 5034

There was a team of engineers who coded the Peoplesoft Informatica mappings into DataStage routines by hand. This speaks to me about the lack of an automatic conversion tool.
by ray.wurlod
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 ...
by ray.wurlod
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 ...
by ray.wurlod
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 ...
by ray.wurlod
Thu Jan 20, 2005 3:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data cleansing
Replies: 7
Views: 7032

Even better for identifying data problems are ProfileStage (formerly known as MetaRecon) or AuditStage (formerly known as Quality Manager).

This is exactly what those tools do.
by ray.wurlod
Thu Jan 20, 2005 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Informatica To DataStage
Replies: 11
Views: 5034

I seriously doubt that the MetaBroker for Informatica has the ability to grab design-time information. No other MetaBroker does. They concentrate on technical metadata (table definitions, etc.) and process metadata.