Error while importing table metadata by using plugin

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
mini
Participant
Posts: 13
Joined: Mon Aug 13, 2007 4:54 am
Location: US

Error while importing table metadata by using plugin

Post by mini »

When I try to import a table metadata by importing through plugin metadata definitions I get ann error saying No columns to be imported.
but the table contains columns and data when viewed through backend.
Also,if I fill in the column names manuallyand try and vuew data with the database stage I can successfully view th table data.
This error is occuring for all tables in the database & for both parallel and server jobs.
The backend database is oracle.

Anyone have any insight on how to fix this.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Do you have SELECT privilege to the pertinent system tables in which the table and column metadata are stored?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mini
Participant
Posts: 13
Joined: Mon Aug 13, 2007 4:54 am
Location: US

Post by mini »

Yes,we have select update and delete previliges on the table
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Not on the table itself, but on the SYSTEM TABLES where the table and column definitions are stored. Check with your DBA.
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