Universe 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
Jagan617
Participant
Posts: 42
Joined: Thu Jun 05, 2008 7:37 pm

Universe error

Post by Jagan617 »

Hi,

I am trying to join 2 hash files in a universe when i try to view data in universe, it's throwing below error

'SQLSTATE=S0002, DBMS.CODE=950390
[DataStage][SQL Client][UNIVERSE]DataStage/SQL: Table "hOCC_INVFACT_1" does not exist.

I understand that need to set the pointer but i don't know the syntax and where i need to specify. Can anyone assist me.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You don't necessarily need to set a pointer; the pathname of the hashed file will suffice, depending on the option chosen in the Hashed File stage. The error, by the way, is not in UniVerse, it's in your design - you have not properly specified the location of the hashed file. If you believe you need to use a VOC pointer, search DSXchange for the SETFILE command.
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