dbTalk Databases Forums  

loading Excel Files Error

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss loading Excel Files Error in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
florian
 
Posts: n/a

Default loading Excel Files Error - 08-11-2006 , 04:17 AM






Hi,

I encountered the following error message when running a dtsx Package -
which should insert the values from an Excel Package to an SQL Server
2005 table:

SSIS package "Dim_onetime.dtsx" starting.
Information: 0x4004300A at load Dim_Stay_Duration, DTS.Pipeline:
Validation phase is beginning.
Error: 0xC0202009 at Dim_onetime, Connection manager
"Excel-Dim_Stay_Duration": An OLE DB error has occurred. Error code:
0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service
Components" Hresult: 0x80040154 Description: "Class not registered".
Error: 0xC020801C at load Dim_Stay_Duration, Excel Source
Dim_Stay_Duration_Band [1]: The AcquireConnection method call to the
connection manager "Excel-Dim_Stay_Duration" failed with error code
0xC0202009.
Error: 0xC0047017 at load Dim_Stay_Duration, DTS.Pipeline: component
"Excel Source Dim_Stay_Duration_Band" (1) failed validation and
returned error code 0xC020801C.
Error: 0xC004700C at load Dim_Stay_Duration, DTS.Pipeline: One or more
component failed validation.
Error: 0xC0024107 at load Dim_Stay_Duration: There were errors during
task validation.
SSIS package "Dim_onetime.dtsx" finished: Failure.

Thanks


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: loading Excel Files Error - 08-11-2006 , 04:46 AM






Hello Florian,

Does this discussion help any?

http://forums.microsoft.com/MSDN/Sho...60340&SiteID=1

Allan

Quote:
Hi,

I encountered the following error message when running a dtsx Package
- which should insert the values from an Excel Package to an SQL
Server 2005 table:

SSIS package "Dim_onetime.dtsx" starting.
Information: 0x4004300A at load Dim_Stay_Duration, DTS.Pipeline:
Validation phase is beginning.
Error: 0xC0202009 at Dim_onetime, Connection manager
"Excel-Dim_Stay_Duration": An OLE DB error has occurred. Error code:
0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service
Components" Hresult: 0x80040154 Description: "Class not registered".
Error: 0xC020801C at load Dim_Stay_Duration, Excel Source
Dim_Stay_Duration_Band [1]: The AcquireConnection method call to the
connection manager "Excel-Dim_Stay_Duration" failed with error code
0xC0202009.
Error: 0xC0047017 at load Dim_Stay_Duration, DTS.Pipeline: component
"Excel Source Dim_Stay_Duration_Band" (1) failed validation and
returned error code 0xC020801C.
Error: 0xC004700C at load Dim_Stay_Duration, DTS.Pipeline: One or more
component failed validation.
Error: 0xC0024107 at load Dim_Stay_Duration: There were errors during
task validation.
SSIS package "Dim_onetime.dtsx" finished: Failure.
Thanks




Reply With Quote
  #3  
Old   
florian
 
Posts: n/a

Default Re: loading Excel Files Error - 08-11-2006 , 04:50 AM



I aalready solved it. It has something to do with the package runnning
on a 64bit machine and the JET Engine. I turned the 64bit runtime
environment off (right klick package Name) and it worked.




florian schrieb:

Quote:
Hi,

I encountered the following error message when running a dtsx Package -
which should insert the values from an Excel Package to an SQL Server
2005 table:

SSIS package "Dim_onetime.dtsx" starting.
Information: 0x4004300A at load Dim_Stay_Duration, DTS.Pipeline:
Validation phase is beginning.
Error: 0xC0202009 at Dim_onetime, Connection manager
"Excel-Dim_Stay_Duration": An OLE DB error has occurred. Error code:
0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service
Components" Hresult: 0x80040154 Description: "Class not registered".
Error: 0xC020801C at load Dim_Stay_Duration, Excel Source
Dim_Stay_Duration_Band [1]: The AcquireConnection method call to the
connection manager "Excel-Dim_Stay_Duration" failed with error code
0xC0202009.
Error: 0xC0047017 at load Dim_Stay_Duration, DTS.Pipeline: component
"Excel Source Dim_Stay_Duration_Band" (1) failed validation and
returned error code 0xC020801C.
Error: 0xC004700C at load Dim_Stay_Duration, DTS.Pipeline: One or more
component failed validation.
Error: 0xC0024107 at load Dim_Stay_Duration: There were errors during
task validation.
SSIS package "Dim_onetime.dtsx" finished: Failure.

Thanks


Reply With Quote
  #4  
Old   
Panos Stavroulis.
 
Posts: n/a

Default Re: loading Excel Files Error - 10-09-2006 , 12:37 PM



Where exactly did you change that option? I have a solution with many
packages. So I went from the Menu Project->Properties and changed it to be
False. However that didn't help, I still get the same error message.

Thanks,

Panos.

"florian" wrote:

Quote:
I aalready solved it. It has something to do with the package runnning
on a 64bit machine and the JET Engine. I turned the 64bit runtime
environment off (right klick package Name) and it worked.




florian schrieb:

Hi,

I encountered the following error message when running a dtsx Package -
which should insert the values from an Excel Package to an SQL Server
2005 table:

SSIS package "Dim_onetime.dtsx" starting.
Information: 0x4004300A at load Dim_Stay_Duration, DTS.Pipeline:
Validation phase is beginning.
Error: 0xC0202009 at Dim_onetime, Connection manager
"Excel-Dim_Stay_Duration": An OLE DB error has occurred. Error code:
0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service
Components" Hresult: 0x80040154 Description: "Class not registered".
Error: 0xC020801C at load Dim_Stay_Duration, Excel Source
Dim_Stay_Duration_Band [1]: The AcquireConnection method call to the
connection manager "Excel-Dim_Stay_Duration" failed with error code
0xC0202009.
Error: 0xC0047017 at load Dim_Stay_Duration, DTS.Pipeline: component
"Excel Source Dim_Stay_Duration_Band" (1) failed validation and
returned error code 0xC020801C.
Error: 0xC004700C at load Dim_Stay_Duration, DTS.Pipeline: One or more
component failed validation.
Error: 0xC0024107 at load Dim_Stay_Duration: There were errors during
task validation.
SSIS package "Dim_onetime.dtsx" finished: Failure.

Thanks



Reply With Quote
  #5  
Old   
Panos Stavroulis.
 
Posts: n/a

Default Re: loading Excel Files Error - 10-13-2006 , 12:00 PM



I resolved this by doing the step above. But also you need to run your dts
package by the 32 bit dtexec executable not the 64. There are 2 versions
available. You create a operating system step instead of the usual. So you
enter "type operating system" when you create the scheduled job within sql
server and that worked fine for me.

Panos.
"Panos Stavroulis." wrote:

Quote:
Where exactly did you change that option? I have a solution with many
packages. So I went from the Menu Project->Properties and changed it to be
False. However that didn't help, I still get the same error message.

Thanks,

Panos.

"florian" wrote:

I aalready solved it. It has something to do with the package runnning
on a 64bit machine and the JET Engine. I turned the 64bit runtime
environment off (right klick package Name) and it worked.




florian schrieb:

Hi,

I encountered the following error message when running a dtsx Package -
which should insert the values from an Excel Package to an SQL Server
2005 table:

SSIS package "Dim_onetime.dtsx" starting.
Information: 0x4004300A at load Dim_Stay_Duration, DTS.Pipeline:
Validation phase is beginning.
Error: 0xC0202009 at Dim_onetime, Connection manager
"Excel-Dim_Stay_Duration": An OLE DB error has occurred. Error code:
0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service
Components" Hresult: 0x80040154 Description: "Class not registered".
Error: 0xC020801C at load Dim_Stay_Duration, Excel Source
Dim_Stay_Duration_Band [1]: The AcquireConnection method call to the
connection manager "Excel-Dim_Stay_Duration" failed with error code
0xC0202009.
Error: 0xC0047017 at load Dim_Stay_Duration, DTS.Pipeline: component
"Excel Source Dim_Stay_Duration_Band" (1) failed validation and
returned error code 0xC020801C.
Error: 0xC004700C at load Dim_Stay_Duration, DTS.Pipeline: One or more
component failed validation.
Error: 0xC0024107 at load Dim_Stay_Duration: There were errors during
task validation.
SSIS package "Dim_onetime.dtsx" finished: Failure.

Thanks



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.