Data view is returning "Data Source is empty"

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
pxraja
Participant
Posts: 142
Joined: Fri Mar 14, 2008 10:22 am

Data view is returning "Data Source is empty"

Post by pxraja »

I had extracted the data from sqlserver through Odbc stage and transformed to Oracle database table through transformer to another Odbc stage, Its a straight pull from source. 7 lakhs records has transferred to oracle table with the following warning for 10 columns


SQLColAttributes(Field1) gave MetaData mismatch
MetaData mismatch on COLUMN.SCALE Expected = 3 Actual = 0

Problem is when I try to view the data from designer window. the data browser is reporting a message as "Data source is empty" and closed.

whereas i can view the data from the oracle table by querying all the 7 lakhs record.

anyone can help me to resolve this problem.

Thanks in Advance
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Viewing data from the target side is a little bit of a different animal as there's no "select" query in the stage for it to use. What is your "update action"?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Get rid of the metadata mismatch (the Scale figure for Field1) then see if View Data is effective.
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