Search found 53125 matches

by ray.wurlod
Fri Oct 20, 2006 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Splitting a single record into multiple records
Replies: 6
Views: 1209

VERTICAL pivot would be an even better search. The Pivot stage will accomplish this task for you.
by ray.wurlod
Fri Oct 20, 2006 2:35 pm
Forum: General
Topic: size of the logs affecting job performance
Replies: 7
Views: 5188

... up to version 7.5.2 at least.
by ray.wurlod
Fri Oct 20, 2006 2:34 pm
Forum: IBM QualityStage
Topic: Caching problem in QualityStage
Replies: 3
Views: 1262

Not specifically in QualityStage, though - like nearly all other applications - it does use buffered writes. But these are supposed to get to disk within one second. And I've never encountered any cache anywhere with the latency you are describing! Are you checking the data, or the date/time modifie...
by ray.wurlod
Fri Oct 20, 2006 2:31 pm
Forum: Site/Forum
Topic: Ray on 14000!
Replies: 13
Views: 5848

Ray now on 15000. Posted on the last day of the Information on Demand conference.
by ray.wurlod
Fri Oct 20, 2006 2:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question on parameter passing to ExecSH
Replies: 2
Views: 1034

Welcome aboard. :D References to job parameters need to be encased in "#" characters, not "%" characters. There is no call command; ExecSH executes a UNIX command directly. Assuming you have execute permission to the script, try /some/script.sh #JOBNAME# If you don't have execute but do have read pe...
by ray.wurlod
Fri Oct 20, 2006 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Importing Stored Procedure Definitions from Teradata
Replies: 2
Views: 1322

They are supported (in parallel jobs at least) in version 8.0. Given that server jobs can also use the new connectors, I would assume that they are supported in server jobs too.
by ray.wurlod
Fri Oct 20, 2006 2:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is a Passive Stage
Replies: 5
Views: 1275

If you open a stage in the Stage Types branch of your repository and open the properties of any stage type (technically what you're now looking at is the definition of the class), you will see that active/passive/other is a property of the stage. Question: how is the FTP stage categorized? Why do yo...
by ray.wurlod
Fri Oct 20, 2006 2:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Share Container
Replies: 12
Views: 4043

Just for a trial, try making copies of all the jobs then deconstructing the containers, to see if those jobs have the same issue. If they do, you eliminate the fact that it is a shared container from consideration. Please confirm that the shared container contains only a Sequential File stage with a...
by ray.wurlod
Fri Oct 20, 2006 2:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS not showing job statistics after job runned successsfully
Replies: 13
Views: 3984

I note that this is a parallel job. Is the job monitor running? You won't get statistics at all unless it is.
by ray.wurlod
Fri Oct 20, 2006 2:11 pm
Forum: General
Topic: Extending DS functionality with SDK
Replies: 4
Views: 2700

While it is true that there is a documented Plug-In Stage Writer's Guide it is also true that very few custom plug-in stages have been written in the ten years that DataStage server jobs have been out there. I attribute this to the rich set of functionality available out of the box and the ease with...
by ray.wurlod
Fri Oct 20, 2006 2:06 pm
Forum: General
Topic: Ship Date, *Stage 8.0
Replies: 7
Views: 4504

Server jobs and parallel jobs (and mainframe jobs and job sequences) all exist in version 8.0. All acquire and update design time metadata in the unified metadata repository via the Metadata Delivery Service. Not certain what you mean by "neglected". The only change to server jobs is entirely invisi...
by ray.wurlod
Fri Oct 20, 2006 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting a file from DS on windows server
Replies: 20
Views: 3197

If they've blocked telnet try using SSH (port #22). You need a telnet client that supports this protocol; puTTY is an excellent one that can be downloaded from the internet.
by ray.wurlod
Fri Oct 20, 2006 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while performing operations on the Target table
Replies: 11
Views: 3183

Are you trying to update the table from which you are selecting, without proper lock management?
by ray.wurlod
Fri Oct 20, 2006 9:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML arsing error
Replies: 6
Views: 6202

:lol: Excellent subject line! :lol:
by ray.wurlod
Fri Oct 20, 2006 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transformer_0: Internal error: function 'row_to_external()'
Replies: 4
Views: 1260

What derivations are you using in the Transformer? Does this error occur in every row? Use the debugger or stage tracing to figure out what's happening.