Failure during execution of operator logic.

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
sateeshbabu
Participant
Posts: 48
Joined: Sat Oct 22, 2005 9:56 am

Failure during execution of operator logic.

Post by sateeshbabu »

Hi Folks,

I am using sybase stage as source and sequential file as target. I am inserting one user defined query in the sybase stage. When executing the job, I am getting the following error.


Failure during execution of operator logic.

Fatal: Attempt to get target table info from sp_tables failed.

But when i run the query in sybase it showing the data.

Could anybody suggest me on this.

Regards,
Sateesh.M
sateeshbabu
Participant
Posts: 48
Joined: Sat Oct 22, 2005 9:56 am

Post by sateeshbabu »

Hi ,

Regarding the above topic i had splitted the query and i ran now.Now i am getting the following warning.

Sybase Server warning 11055 (severity 16) from stored procedure 'sp_tables', line 191: Query contains an illegal outer-join request.

Any suggestions would be great.

Thanks in advance.

Regards,
Sateesh.M
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Lose the illegal outer-join part of your query.
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