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

  • Home
  • SEARCH
  • 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 6969351
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T16:34:12+00:00 2026-05-27T16:34:12+00:00

I am developing a package in BIDS 2005 that starts with a XML (XSLT)

  • 0

I am developing a package in BIDS 2005 that starts with a XML (XSLT) Task against a very large input file and keep getting the following error

[XML Task] Error: An error occurred with the following error message:
“Exception of type ‘System.OutOfMemoryException’ was thrown.

My workstation is Win7 64 bit – 16 GIG Ram – i7 8 core processor 3.5 gHZ. I run task manager during the process and it only gets up to about 7.5 gigs of ram used during the run until it crashes with the error. I am running against my local instance of SQL 2008 R2 64 bit. The package is configured in BIDS to run in 64 bit mode. I have googled around for a while but found nothing that looks promising – anyone run into this and resolve before? – Thanks.

  • 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-27T16:34:12+00:00Added an answer on May 27, 2026 at 4:34 pm

    I actually found a resolution. I used a script task in place of the XML task to do the transform. It only requires 3 lines of code and worked very well on all the feeds including the large ones. Example code for the script follows:

    Imports System
    Imports System.Data
    Imports System.Math
    Imports System.Xml.Xsl
    Imports Microsoft.SqlServer.Dts.Runtime
    
    Public Class ScriptMain
    
    Public Sub Main()
            Dim xslt As New XslTransform()
    
            xslt.Load("C:\VVV XML\your-xml-stylesheet.xsl")
            xslt.Transform("C:\VVV XML\your-source-file.xml", "C:\VVV XML\your-destination-file.xml")
    
            Dts.TaskResult = Dts.Results.Success
    End Sub
    
    End Class
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am developing a Chrome extension that needs to package an XML file (a
I am developing some convenience wrappers around another software package that defines a bash
I'm trying to debug a package that I'm developing. I use a makefile for
I am developing an RPM spec file for an in-house package. The package depends
I'm developing a package that provides an S3 class named Foo. It also provides
I'm developing software based on an open source package that uses external storage to
I am developing c# application, in which i am downloading package(zip file) from server
Question: I am testing functions in a package that I am developing and would
I'm developing a Visual Studio Integration Package. When I try to run the Unit
Developing a heavily XML-based Java-application, I recently encountered an interesting problem on Ubuntu Linux.

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.