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 6043319
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:53:12+00:00 2026-05-23T06:53:12+00:00

Using SSIS Package, i am generating ExcelSheet as Output. I am invoking SSIS Package

  • 0

Using SSIS Package, i am generating ExcelSheet as Output. I am invoking SSIS Package through C# Source Code.At present I am actually saving the file as : pkgTR.Variables[“dPath”].Value = @”c:\” + sFileName;

We want the feature Save As to the End User – Who decide to Save the file either on C:\ or D:\ or where ever he want to Save the file.

try
{
    string pkgTRPath = @"C:\Reports\SSISPackages\GenerateTransactionReport.dtsx";
    Package pkgTR;
    Microsoft.SqlServer.Dts.Runtime.Application app;
    DTSExecResult pkgResults;

    app = new Microsoft.SqlServer.Dts.Runtime.Application();
    pkgTR = app.LoadPackage(pkgTRPath, null);

    pkgTR.Variables["sConn"].Value = System.Configuration.ConfigurationManager.AppSettings["SSISConn"];
    pkgTR.Variables["sDate"].Value = txtFromDate.Text;
    pkgTR.Variables["eDate"].Value = txtToDate.Text;
    pkgTR.Variables["sSortCode"].Value = drpSortCode.SelectedValue.TrimEnd();
    string sFileName = "TransactionReport_" + drpSortCode.SelectedValue.TrimEnd() + ".xls";
    pkgTR.Variables["dPath"].Value = @"c:\" + sFileName;

    pkgResults = pkgTR.Execute();
    var reportID = drpSortCode.SelectedValue.TrimEnd();

    if (pkgTR.ExecutionResult.ToString() == "Success")
    {
        Response.Write(String.Format(@"<script language=javascript>alert('Excel Report for {0} is Generated');</script>", reportID));
    }
    else if (pkgTR.ExecutionResult.ToString() == "Failure")
    {
        Response.Write("<script language=javascript>alert('Failure:Unable to generate report!!');</script>");
    }
}

catch (Exception ex)
{
    Console.WriteLine(ex.Message);
}
  • 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-05-23T06:53:12+00:00Added an answer on May 23, 2026 at 6:53 am

    If you are invoking the package from C# can’t you pop up a dialog in the C# before you start the package and then pass the directory path into your SSIS package when you execute it?

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

Sidebar

Related Questions

I have a SSIS package which reads an Excel File (Data Flow Source) and
I'm calling a SSIS package using LoadPackage(...). Is it possible to make this call
when calling a SSIS package (C# app) using LoadFromSqlServer, does the user account have
I need to convert a flat file to DB using MS SSIS. I need
Using TortoiseSVN against VisualSVN I delete a source file that I should not have
We currently have a solution developed using SSIS / C#. The SSIS package (amongst
I am calling an SSIS package remotely using a stored procedure and a call
I need to read in a log file created by a SSIS package in
I’m using SSIS to synchronize data between two databases. I’ve used SSIS and DTS
I am using SSIS on SQL Server 2005, VS 2005 SP2. I have created

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.