SQL Server Developer Center > SQL Server Forums > SQL Server Integration Services > Cant open dtsx project when the data source is Excel
Ask a questionAsk a question
 

AnswerCant open dtsx project when the data source is Excel

  • Friday, October 30, 2009 8:26 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi All,

    i have problem opening my dtsx file.
    it returns error like:

    TITLE: SQL Server Import and Export Wizard
    ------------------------------

    An error occurred which the SQL Server Integration Services Wizard was not prepared to handle.

    ------------------------------
    ADDITIONAL INFORMATION:

    Exception has been thrown by the target of an invocation. (mscorlib)

    ------------------------------

    The connection type "EXCEL" specified for connection manager "{AD831AF9-657F-4509-981E-EE593FDFA421}" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
     ({004CD349-A469-43E7-AE5E-CDA5629AEBFB})

    ------------------------------

    The connection type "EXCEL" specified for connection manager "{AD831AF9-657F-4509-981E-EE593FDFA421}" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
     ({004CD349-A469-43E7-AE5E-CDA5629AEBFB})

    everything was working fine a week ago, when i try to open it again this mornging for modification, everything isnt good.

    any idea what should i do?

    thanks!!!

    AddinGanteng

Answers

  • Wednesday, November 18, 2009 5:59 PMCim Ryan - MSFTMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    It sounds like your installation has become corrupted.  You should contact Microsoft Customer Support.
    This posting is provided "AS IS" with no warranties, and confers no rights.

All Replies

  • Friday, October 30, 2009 8:43 AMdibmaz Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Check for following :

    Hope your package is not saved as DontSaveSensitive property in Protection Level ..
    open in dtsproj project in notepad and check the connection manager setting as to what connection manager that is given still exists or not ...
    might be that what credentails u have given int he connection manager for that database does no longer exist..might be that one of ur tasks is disbabled and but it still references a connection manager that to longer exists..
    hope this helps....
  • Friday, October 30, 2009 9:01 AMETL vs ELTL Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,
    As you mention that the same package was working fine but suddenly it's failing....

    Q1:  Are you able to open other packages or can create new packages?

    If not then some dll is missing. please try after reinstall the SSIS.

    Thanks-
    Let us TRY this | Don’t forget to mark the post(s) that answered your question
  • Friday, October 30, 2009 10:26 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi dibmas n ETL...

    thanks for replying.

    everything working fine a week ago. no error whatsoever.

    this is my first package of SSIS =) i'm quite new with this.

    i can't open this package, and i can't create new package when i set an Excel files as the data source.


    AddinGanteng
    • Proposed As Answer byJagapathi Raju Friday, November 06, 2009 5:03 AM
    • Unproposed As Answer byAddinGanteng Friday, November 06, 2009 9:12 AM
    •  
  • Friday, October 30, 2009 11:05 AMJagapathi Raju Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Are you trying to open this package on a 64 bit computer in BIDS, then there might be validation error as Micorsoft JET driver is not avaialable with 64 bit. On the SSIS project properties try changing the 64 bit run time to true and see whether you get any errors.

    Note: The option of 64 bit run time true will work only during design time not at run time.
    Regards, Raju
  • Friday, October 30, 2009 12:02 PMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    No, its 32 bit, run on 32 bit server

    AddinGanteng
  • Friday, October 30, 2009 12:28 PMSatBI Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi,

    Is there any login credentials changed? Is the excel sheet is password protected? Check it.

    Thanks,


    SatBI
  • Friday, October 30, 2009 12:56 PMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    no, nothing changed... everything was fine... its just i keep getting the error.. something like the Excel driver has gone.
    AddinGanteng
  • Friday, October 30, 2009 5:18 PMTodd McDermidMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Perhaps the Excel driver is gone.  Do you have the driver and/or Office installed on that server?  Could it have been removed?
    Todd McDermid's Blog
  • Monday, November 02, 2009 1:21 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi thanks,

    sorry it took so long to reply.

    yes, the driver or ms.office is installed.
    btw, i have this problem on my laptop.. a 32bit.

    i don't know whether i've removed it or not. long as i remember, i've done nothing with ms.office :) just regular stuffs, no modifications.
    AddinGanteng
  • Monday, November 02, 2009 6:26 AMETL vs ELTL Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,
    Better you re-install ms office on your laptop.

    Thanks-
    Let us TRY this | Don’t forget to mark the post(s) that answered your question
  • Tuesday, November 03, 2009 1:43 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    already re-install ms office. still the same error..

    :(
    AddinGanteng
  • Tuesday, November 03, 2009 5:27 AMchandra_sekhar_pathivada Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    create a new package with excel as destination or source connection and build the package and see its giving any error or not.. let us know the output of it.



    Please mark the post as answered to help others to choose the best. chandra sekhar pathivada | www.calsql.com (SQL Server Community Website)
  • Tuesday, November 03, 2009 11:01 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    its 32-bit

    creaated new package.. trying to point to Excel as the source...
    ding... it's the same errors shows up...

    TITLE: SQL Server Import and Export Wizard
    ------------------------------

    An error occurred which the SQL Server Integration Services Wizard was not prepared to handle.

    ------------------------------
    ADDITIONAL INFORMATION:

    Exception has been thrown by the target of an invocation. (mscorlib)

    ------------------------------

    The connection type "EXCEL" specified for connection manager "{AD831AF9-657F-4509-981E-EE593FDFA421}" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
     ({004CD349-A469-43E7-AE5E-CDA5629AEBFB})

    ------------------------------

    The connection type "EXCEL" specified for connection manager "{AD831AF9-657F-4509-981E-EE593FDFA421}" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
     ({004CD349-A469-43E7-AE5E-CDA5629AEBFB})


    does reinstalling BI will do?
    hmmmhhh
    AddinGanteng
  • Tuesday, November 03, 2009 11:03 AMETL vs ELTL Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,
    I think you are missing some dll. please try to re-install the BI.

    let us know your observation.

    Thanks-
    Let us TRY this | Don’t forget to mark the post(s) that answered your question
  • Wednesday, November 04, 2009 1:00 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    reinstall BI, same error still occurred. when i open existing *.dtsx

    i got this error message when i create new project and trying to add new Data Flow task:

    TITLE: Microsoft Visual Studio
    ------------------------------

    Registration information about the Data Flow task could not be retrieved. Confirm that this task is installed properly on the computer.

    ------------------------------
    ADDITIONAL INFORMATION:

    TaskHost "{C3BF9DC1-4715-4694-936F-D3CFDA9E42C5}"' is not installed correctly on this computer. (Microsoft.DataTransformationServices.Design)

    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%u00ae+Visual+Studio%u00ae+2005&ProdVer=8.0.50727.42&EvtSrc=Microsoft.DataTransformationServices.Design.SR&EvtID=TaskHostNotInstalled&LinkId=20476

    ------------------------------
    BUTTONS:

    OK
    ------------------------------


    pfiiuuuhh...
    AddinGanteng
  • Wednesday, November 04, 2009 4:42 AMchandra_sekhar_pathivada Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    --> install the latest service pack ( if your OS is windows vista then install the http://www.microsoft.com/downloads/details.aspx?FamilyID=90E2942D-3AD1-4873-A2EE-4ACC0AACE5B6&displaylang=en)



    Please mark the post as answered to help others to choose the best. chandra sekhar pathivada | www.calsql.com (SQL Server Community Website)
  • Wednesday, November 04, 2009 5:02 AMchandra_sekhar_pathivada Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    try to generate a csv file first instead of Excel and let us know the result.
    Please mark the post as answered to help others to choose the best. chandra sekhar pathivada | www.calsql.com (SQL Server Community Website)
  • Thursday, November 05, 2009 6:31 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    the same error message... EXCEL Connection Manager stuff..

    btw, why does the drivers in my ODBC Manager window, on the Drivers tab.. the drivers are written in italy.
    for the first driver it says:
    Driver da Microsoft para arquivos texto (*.txt, *.csv)

    and the rest are written on italian language. is this the thing that make my SSIS won't work?

    or should i reinstall OS? for last resort maybe... :(
    AddinGanteng
  • Thursday, November 05, 2009 5:13 PMchandra_sekhar_pathivada Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    first you need to figure out that whether the problem is with Excel Driver only or with the SSIS installation.

    generate text file instead of excel using the text file connection , if it fails then you have to look into the installation of BIDS


    Please mark the post as answered to help others to choose the best. chandra sekhar pathivada | www.calsql.com (SQL Server Community Website)
  • Friday, November 06, 2009 2:57 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi,

    thanks Chandra for your replies...

    on MSStudio i could import/export to another file except Excel. it always generates error.

    on SSIS, i can't add data flow to new projects, this means, i can't start off anything. i can't test whether its the excel driver or the SSIS installation.
    on SSIS, i can't open existing projects which usually working fine before this problem arise.

    does microsoft aware of this error? i've been googling, none of the solution i found works. some people end up reinstalling OS.
    AddinGanteng
  • Friday, November 06, 2009 5:06 AMJagapathi Raju Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi dibmas n ETL...

    thanks for replying.

    everything working fine a week ago. no error whatsoever.

    this is my first package of SSIS =) i'm quite new with this.

    i can't open this package, and i can't create new package when i set an Excel files as the data source.


    AddinGanteng

    Proposed as answer by mistake, please unmark.
    Raju
  • Saturday, November 07, 2009 7:42 AMDuane DouglasModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    did you install the latest service pack and fixes for your excel version?
    Duane Douglas, MCAD, MCITP | http://www.ssisbi.com | Please mark the post(s) that answered your question.

    SSIS Business Intelligence

  • Monday, November 09, 2009 1:49 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    I'm installing SQL Server 2005 on Windows XP SP2.
    I'm applying SP2 on SQL Server 2005

    I got MS Office 2007 installed.
    i received updates from Microsoft once a month.

    but still, the problems occured.

    i was installing Office 2003 (Excel only), as my application (using cube) only works with MS Office 2003 OWC. already uninstalled MS Office 2003, but the problem still there.

    should i really have to reinstall Windows?


    AddinGanteng
  • Tuesday, November 10, 2009 7:51 PMchandra_sekhar_pathivada Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    do the following steps and let me know the results inline

    1. create a new project in SSIS with text file as destination
    2. if above step is working fine then replace the text file connection with excel destination
    3. if above step is not working then send the screen shot of the error or error message.


    Please mark the post as answered to help others to choose the best. chandra sekhar pathivada | www.calsql.com (SQL Server Community Website)
  • Wednesday, November 18, 2009 5:59 PMCim Ryan - MSFTMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    It sounds like your installation has become corrupted.  You should contact Microsoft Customer Support.
    This posting is provided "AS IS" with no warranties, and confers no rights.
  • Thursday, November 19, 2009 3:10 AMAddinGanteng Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Yes, might be calling them is a good idea..

    i've reinstall Windows, and everything works fine -_-'

    thanks all for ur helps!

    AddinGanteng