Error raising with DRS stage......

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
Shri
Participant
Posts: 10
Joined: Fri Nov 19, 2004 2:21 pm

Error raising with DRS stage......

Post by Shri »

Hi all,


'Error calling subroutine: DSD.Browse (Action=3); check Datastage is set up correctly in project TEST'

this is wht the error i get if i try to open DRS stage view list or if i run the job. DRS stage is my source here. previsiouly it was working fine, but suddenly now its throwing this error. can any one help me in solving this error....

thnx in advance..

Shri.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Check whether there are any junk characters in the records you try to browse.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check also whether there are any unsupported data types.
For example, an Oracle CLOB column is not handled. Changing the column derivation to CAST (columnname AS VARCHAR2(4000)) and the SQL data type to VarChar and precision to 4000 solved this particular case.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply