Search found 78 matches

by bart12872
Tue Nov 13, 2007 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retrieve inforformation in Dataset Stage
Replies: 1
Views: 1474

Retrieve inforformation in Dataset Stage

Hello, I have a project with, let's say 1000 jobs. Among this job, there are dataset stage (input or output). I Want to create a file with three colums : 1 - Job Name 2 - Dataset(s) input (file name + path) 3 - Dataset(s) output (file name + path) I retrieve the list of jobs, i can determine the sta...
by bart12872
Wed Jan 24, 2007 11:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: probleme with the oracle bulk loader
Replies: 3
Views: 1003

probleme with the oracle bulk loader

Hello, I use the orabulk to populate a table. but, when i have to idantical line, (Normally, it's an ORA-0001 error, primary key constraint violation), I don't know if it's Datastage or oracle, but my constraint is desactivated and the two lines are insert. How can I reject those lines using the ora...
by bart12872
Mon Jan 22, 2007 12:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditionnal run of a job
Replies: 9
Views: 1834

Conditionnal run of a job

Hello, I have a job I want to launch only if a certain file exist. So, i tried a wait for file in the before subroutine job but it doesn't work. The job statut is Aborted if the file is not present. Do you have any suggestion on how to do this? I'm looking for a method not to complicated to implemen...