SQL Server 2000General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server 2000 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I need to import Data from a 'Progress' db to SQL2000 db.
In SQL, I have set up a local DTS package 'Progress_Data' which links a 'Progress' database to SQL2000.
If I right click the local package and select 'All Tasks', then 'Import Data', the 'DTS Import/Export Wizard' window appears.
I select the destination driver as 'DataDirect 4.10 32-Bit Progress SQL92v9.1E', then choose 'File DSN' to locate the .DSN and enter the UserName and Passwords. The next screen allows the selection of the local database ('CRM_Mark').
Once the above steps have been completed, a further selection can be made, allowing a query build or a selection of tables and views.
Although I can see the relivant tables, I cannot import the data as the following MS error messages are displayed:
1. If 'Query' selected:
'Unexpected error message.'
2. If 'Table/Views' selected:
'Unexpected error occurred: The provider has returned an error result without an error message.'
Any ideas? This is confusing as the connection has already been made in the DTS package and I can see the tables.