Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Export in sql2005

Author  Topic 

kflee2000
Starting Member

14 Posts

Posted - 2007-06-26 : 03:01:46
Hi all,
I perform a export using sql2005 wizard to output the data from a table to a execl file and at the same time create a package.

The following error encounterd,anyone know what is the possible causes:

Operation stopped...
- Initializing Data Flow Task (Success)
- Initializing Connections (Success)
- Setting SQL Command (Success)
- Setting Source Connection (Success)
- Setting Destination Connection (Success)
- Validating (Success)
- Saving (Success)
- Prepare for Execute (Stopped)
- Pre-execute (Stopped)
- Executing (Error)
Messages
* Error 0xc001000e: New_test_export: The connection "DestinationConnectionOLEDB" is not found. This error is thrown by Connections collection when the specific connection element is not found.
(SQL Server Import and Export Wizard)

* Error 0xc001000e: New_test_export: The connection "DestinationConnectionOLEDB" is not found. This error is thrown by Connections collection when the specific connection element is not found.
(SQL Server Import and Export Wizard)

* Error 0xc00291eb: Drop table(s) SQL Task: Connection manager "DestinationConnectionOLEDB" does not exist.
(SQL Server Import and Export Wizard)

* Error 0xc0024107: Drop table(s) SQL Task: There were errors during task validation.
(SQL Server Import and Export Wizard)


- Copying to `COST_CENTER_V` (Stopped)
- Post-execute (Stopped)
- Cleanup (Stopped)

Thanks for help.


nr
SQLTeam MVY

12543 Posts

Posted - 2007-06-26 : 05:16:53
>> The connection "DestinationConnectionOLEDB" is not found.
Looks like it's trying to use a connection that doesn't exist.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-06-26 : 13:37:56
Do you export to remote excel file? Does sql service account have permission on the file?
Go to Top of Page

kflee2000
Starting Member

14 Posts

Posted - 2007-06-28 : 21:01:08
yes, the execl file in export to local (server) and using the administrator account.

One think I'm not sure do we need to install the MS Office before export to execl file?

Go to Top of Page

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-06-28 : 22:46:39
Try export to .csv file.
Go to Top of Page

kflee2000
Starting Member

14 Posts

Posted - 2007-07-05 : 23:23:47
Hi,
I tried out the *.csv is ok. Which mean I need to install the office in order to use the execl.
I have tested is ok now after installed the offcie, so it did play apart.

Thanks for everyone.
Go to Top of Page

kflee2000
Starting Member

14 Posts

Posted - 2007-07-11 : 03:37:53
Hi,
this is another question,export to execl no problems, but if in the directory already got the file it would give you error (file already exist). I have try on using the drop option in the mapping option but it wouldn't work.

can anyone can advice? thanks.
Go to Top of Page
   

- Advertisement -