GreenFella
Programmer
I have run across a situation in DTS that is extremely frustrating. The package should be a simple one but there is an error which is holding me up.
I have an Excel file that I need to import into a SQL Server table. The Excel file is located on my C:\ drive. The database "123" is on server "abc". Those are my only two connections.
As part of the transformation I need to do a lookup on a seperate table within database "123". So, I have gone to the Lookups tab in the transformation task, given the lookup a name and selected the connection for the SQL Server table.
When I try to go build the query for this I am being given the error Server "xyz" is not configured for Data Access. Problem is, I haven't set up a connection for Server "xyz" anywhere, nor do I need to.
Why is DTS complaining about Server "xyz" when my only server connection is using Server "abc"?
Any help would be greatly appreciated.
TIA
Greenfell
I have an Excel file that I need to import into a SQL Server table. The Excel file is located on my C:\ drive. The database "123" is on server "abc". Those are my only two connections.
As part of the transformation I need to do a lookup on a seperate table within database "123". So, I have gone to the Lookups tab in the transformation task, given the lookup a name and selected the connection for the SQL Server table.
When I try to go build the query for this I am being given the error Server "xyz" is not configured for Data Access. Problem is, I haven't set up a connection for Server "xyz" anywhere, nor do I need to.
Why is DTS complaining about Server "xyz" when my only server connection is using Server "abc"?
Any help would be greatly appreciated.
TIA
Greenfell