DataStage error

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
Aravind
Participant
Posts: 16
Joined: Mon Dec 27, 2004 4:17 pm

DataStage error

Post by Aravind »

Hi,

Can someone help me in explaining what this following warning stands for

LoadROLine..OcROLine.SLROLineInsert: DSP.Close Error -2 in $DSP.Close.

My job also throwing n number of constraint key violations while trying to insert to oracle table. Is the above warning some way realted to this.
ml
Participant
Posts: 82
Joined: Wed Jun 09, 2004 1:03 pm
Location: Argentina

Post by ml »

It could be related with your Ora stage or constraint key violations (but it shouldn't), because the DSP.Close is the routine in a plug-in that is called to close it and the ORA plugin seems to be closed by this routine. Did you try recreating the stage?

I'm not sure what "Error -2" means, maybe you should contact your support provider.
kejuste
Premium Member
Premium Member
Posts: 11
Joined: Wed Jun 01, 2005 11:42 pm
Location: Brisbane, Australia

DSP.Close Error -2 in $DSP.Close

Post by kejuste »

Dude,

I Agree with Author ml,

Once i have seen this warning "DSP.Close Error -2 in $DSP.Close".

1. There was a case of ORA-0001: unique constraint ( Schema.table) violated

2. I found that there is a lock on table (i.e problem with OCI stage). I was looking from a table and trying to update the same table.

finally, solution could be array size and transaction size to minimum number(1).

Cheers,
Kathy Juster
Post Reply