View/Custom SQL errors out

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
Triton46
Charter Member
Charter Member
Posts: 83
Joined: Fri Feb 07, 2003 8:30 am

View/Custom SQL errors out

Post by Triton46 »

Hi again, :)

So, I'm trying to track down a "Abnormal termination of stage...transform detected". Did a reset...nothing. So, I go to try and view the data in the Oracle OCI8 stage. The first stage has custom sql (with variables) running against a view in Oracle. When I run View Data... I get this error:
Error calling subroutine: DSD.Browse (Action=3); check DataStage is set up correctly in project DRDWSrProtDev
Error calling subroutine: DSD.Browse (Action=2); check DataStage is set up correctly in project DRDWSrProtDev
(The connection is broken (81002))
If I change the custom sql to generated sql, it works or if I change the view to a table, it works.

Problem is, I can't change either for the job to perform as it is supposed to. How do you get custom sql to work with a view in 7.5? This job ran fine in 5.2.2.
Post Reply