Data Source is empty after job finished successfully

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
nraj
Participant
Posts: 15
Joined: Tue Feb 22, 2005 9:22 am

Data Source is empty after job finished successfully

Post by nraj »

Hi,

I'm loading a Seqfile data into a oracle target table,job finished without any warning or error but data is not loaded into my staging table.


But in performance statisticks data flow is accurate.

Pls advice me how to go about it.



Thanks
Raj
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

What stage are you using to load Oracle? Do you have a reject link defined?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

If you are sure there are no warnings when you check the job's log from the Director and the monitor shows the correct number of rows going 'in' to the target stage, check a couple of things:

Double-check the table name you are writing to. Are you specifying a schema/owner in the stage? Also double-check the update action - if it is set to something like 'Update existing rows' rather than Insert you'll see the behaviour you have noted - all go in and none stick.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply