read data from sqlserver

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
dr46014
Participant
Posts: 59
Joined: Fri Dec 08, 2006 11:09 am
Location: bhubaneswar

read data from sqlserver

Post by dr46014 »

hi all
i have some tables in the MS Sql database.i want that the data of those tables should be populated in the tables created in oracle.i have created the tales in oracle and just using a single transformer i want to populate them.but when trying to read the data in the ODBC its showing the following error..
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
I_Server_Whale
Premium Member
Premium Member
Posts: 1255
Joined: Wed Feb 02, 2005 11:54 am
Location: United States of America

Post by I_Server_Whale »

Do you have the DSN's created for accessing the databases? This topic has been covered a ton of times. Searching would yield you more fruitful results. Do an exact search on "Data source name not found and no default driver specified".

Whale.
Anything that won't sell, I don't want to invent. Its sale is proof of utility, and utility is success.
Author: Thomas A. Edison 1847-1931, American Inventor, Entrepreneur, Founder of GE
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

"Data source name not found " is fairly self-explanatory.

Start by importing the table defintions from the ODBC data source. This will automatically populate the uvodbc.config file in your project from the DSNs defined in the Windows registry.
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