Unreadable error message from Datastage

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
tonystark622
Premium Member
Premium Member
Posts: 483
Joined: Thu Jun 12, 2003 4:47 pm
Location: St. Louis, Missouri USA

Post by tonystark622 »

DataStage writes some of it's error info into files in the &PH& directory in the Project directory. You may find a more meaningful message if you look through files that have a time/date near the time that is logged in the Job Log for that error.

Good Luck,
Tony
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
what do you see when you run the same sql via a sql editor?
this is probably a configuration problem or some wierd data in your table.
do you by any chance have unusual columns? (like binary objects or somthing similar)

if all other tables are read fine, find out what is special in this table.

is there any chance you "copy & paste" the query from the sql editor to a user defined sql in DS? if so you might got in some wierd characters making your sql invalid and some how you get this wierd message.


IHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
saprebv
Participant
Posts: 11
Joined: Wed Aug 25, 2004 1:37 am

Post by saprebv »

I found the bug.. :D

It was problem with data types. Table had one column changed to Char(1) from Integer and table defn remained unchanged.

But it was really wierd to get such error message.
Post Reply