Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9307381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T00:22:53+00:00 2026-06-19T00:22:53+00:00

Background I’ve implemented an asp.net web application which executes an SSIS package from disk.

  • 0

Background

I’ve implemented an asp.net web application which executes an SSIS package from disk. This works when running from visual studio in debug, but once released to the server complains about 64 bit SSIS as per error below.

I’ve seen numerous posts about resolutions, but am unsure about the most apporpriate fix for my scenario. I have full access over the web server and asp.net c# application code, limited access over the database server for this release.

The error:
*SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available. SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER*

C# Code

        string pkgLocation;
        Package pkg;
        Application app;
        DTSExecResult pkgResults;
        string result = string.Empty;
        string dtsErrors = string.Empty;

        try
        {
            pkgLocation = packagePath;
            app = new Application();
            pkg = app.LoadPackage(pkgLocation, null);
            pkgResults = pkg.Execute();

            //Add any errors to string for notifying user
            foreach (DtsError local_DtsError in pkg.Errors)
                dtsErrors += " " + local_DtsError.Description;

            result = pkgResults.ToString();
        }
        catch (Exception exception)
        {
            result = exception.Message;
        }

Potential Resolutions (please help with recommendations)

  • Run SSIS as a 32 bit process (How do I do this and will it work in my situation?)

  • Install 64 bit drivers for excel/access and use a sql stored proc with openrowset to get my data instead of SSIS. I’m not sure about this one, do I need the drivers on the database server and web server? Also I’d need to get the db admin to turn on ad hoc queries which they may not be ok with. Here’s the driver I got working locally, but then it was already working locally the original way..
    http://blog.codefluententities.com/2011/01/20/microsoft-access-database-engine-2010-redistributable/

  • Any other fix I haven’t mentioned, these seem like rough hacks..?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-19T00:22:54+00:00Added an answer on June 19, 2026 at 12:22 am

    My solution is to run the iis application pool in 32 bit mode.

    Nopte that after I got this working in my asp.net page I realsised that this only worked from within a browser on the server hosting the site. Here is my post related to getting it working from a broswer on any client hitting this server: SSIS package from ASP.net does not work on client but does on server

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Background: I've wrote a small library that is able to create asp.net controls from
Background to question: We are building an online web application that requires the user
Background I am writing a class library assembly in C# .NET 3.5 which is
BACKGROUND I am writing a screen capture application My code is based derived from
Background I have an embedded system which runs an application originally written in C++
BACKGROUND : My application allows users to select which directory in a multi-page tiff
background I am installing volatility from this walkthrough . I am doing this on
Background: I am using HtmlAgilityPack (.Net), so I'm forced to use XPath 1.0, which
Background : I have a .Net 3.5 WPF Prism-based application running on Windows XP
Background Developing a simple web application (Eclipse + JBoss + Apache Tomcat) to generate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.