Metadata import of MS SQLServer Tables

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
senthilkumarr
Participant
Posts: 6
Joined: Sat Jun 18, 2011 11:18 am
Location: Chennai,India

Metadata import of MS SQLServer Tables

Post by senthilkumarr »

Can anyone suggest how to do metadata import of SQL Server Database tables.

Iam not seeing any option in manager for metadata import of SQL server.

Since I need to load metadata into ODBC enterpriise stage to extract the data
senthil kumarr
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard.

You must have an ODBC connection to SQL Server - since SQL Server does not run on UNIX.

Then you can import using the ODBC Connector Import Wizard, or via the Orchestrate orchdbutil mechanism.

But the first thing you need to do is to configure the ODBC data source name on the UNIX machine. This requires entries in .odbc.ini and in uvodbc.config files.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
senthilkumarr
Participant
Posts: 6
Joined: Sat Jun 18, 2011 11:18 am
Location: Chennai,India

Post by senthilkumarr »

Thanks Ray,ODBC Connection was made and i can able to do metadata import.
senthil kumarr
Post Reply