Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS package Error "Not enough storage is available to process"

Status
Not open for further replies.

sonname

Programmer
May 18, 2001
115
0
0
US
Hi
I have a DTS package that I am trying to run, it used to work just fine, now I get the error 0x80070008, not enough storage is available to process this command. I have no clue why this is. I receive this error in my procedure right after I try to load the package

Here is the code where it fails


Exec @hr = sp_OAMethod @pkg, 'LoadFromSQLServer',
NULL, @Server, @PackageName = @PkgName, @Flags = 256


Any help is really appreciated!!

 
Strangely enough the same error popped into our system,
but we were not able to connect to our Shared drives.
The problem was because there was no memory free on our
servers, caused by running of norton antivirus.

A simple reboot did the trick, hope it works for you too,
best of luck.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top