Welcome to ServerForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

XCOPY Insufficient system resources problem.

 
   Windows Server (Home) -> Windows Server General RSS
Next:  remote net share command  
Author Message
richard

External


Since: Feb 23, 2007
Posts: 2



(Msg. 1) Posted: Fri Feb 23, 2007 5:29 am
Post subject: XCOPY Insufficient system resources problem.
Archived from groups: microsoft>public>windows>server>general (more info?)

We are running a Windows 2003 Enterprise Edition server with SP1 (32-bit) and
I have started getting a problem with a script we run to copy data from one
folder to another ready for a backup.

Basically the script uses the give seperate xcopy commands to move about
20Gb spread over about 1000 or so files from one folder to another.

We have started getting a message :-

"File creation error - Insufficient system resources exist to complete the
requested service."

The xcopy command stops and it moves onto the next which usually works.

I have had a look on the web and found about a problem with Windows 2000
Server but cannot fine any details on this error with Windows 2003.

Does anybody have any ideas what may be causing this? any help appreciated.

Richard

 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
Daniel Oxley

External


Since: Jan 22, 2007
Posts: 6



(Msg. 2) Posted: Fri Feb 23, 2007 9:21 am
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have same some strange errors with xcopy in the past. I always use
robocopy now and it works much better. With robocopy i have copied more
than 20gb of data.
Regarding your problem, I have no idea. sorry.

--
Daniel

just remove the obvious part in order to contact me...



"richard" wrote in message

> We are running a Windows 2003 Enterprise Edition server with SP1 (32-bit)
> and
> I have started getting a problem with a script we run to copy data from
> one
> folder to another ready for a backup.
>
> Basically the script uses the give seperate xcopy commands to move about
> 20Gb spread over about 1000 or so files from one folder to another.
>
> We have started getting a message :-
>
> "File creation error - Insufficient system resources exist to complete the
> requested service."
>
> The xcopy command stops and it moves onto the next which usually works.
>
> I have had a look on the web and found about a problem with Windows 2000
> Server but cannot fine any details on this error with Windows 2003.
>
> Does anybody have any ideas what may be causing this? any help
> appreciated.
>
> Richard
>

 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
"Pegasus

External


Since: Feb 18, 2004
Posts: 4307



(Msg. 3) Posted: Fri Feb 23, 2007 5:14 pm
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"richard" wrote in message

> We are running a Windows 2003 Enterprise Edition server with SP1 (32-bit)
and
> I have started getting a problem with a script we run to copy data from
one
> folder to another ready for a backup.
>
> Basically the script uses the give seperate xcopy commands to move about
> 20Gb spread over about 1000 or so files from one folder to another.
>
> We have started getting a message :-
>
> "File creation error - Insufficient system resources exist to complete the
> requested service."
>
> The xcopy command stops and it moves onto the next which usually works.
>
> I have had a look on the web and found about a problem with Windows 2000
> Server but cannot fine any details on this error with Windows 2003.
>
> Does anybody have any ideas what may be causing this? any help
appreciated.
>
> Richard
>

This problem has been around for quite some time when copying
large trees with xcopy.exe. You can walk around it by using
robocopy.exe or xxcopy.exe (which is downloadable from a
number of sites).
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
richard

External


Since: Feb 23, 2007
Posts: 2



(Msg. 4) Posted: Mon Feb 26, 2007 5:01 am
Post subject: RE: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the responses. I have changed the script to use robocopy and it
seems to be fine now. Shame it outputs the percentage complete to the log
file though !!

"richard" wrote:

> We are running a Windows 2003 Enterprise Edition server with SP1 (32-bit) and
> I have started getting a problem with a script we run to copy data from one
> folder to another ready for a backup.
>
> Basically the script uses the give seperate xcopy commands to move about
> 20Gb spread over about 1000 or so files from one folder to another.
>
> We have started getting a message :-
>
> "File creation error - Insufficient system resources exist to complete the
> requested service."
>
> The xcopy command stops and it moves onto the next which usually works.
>
> I have had a look on the web and found about a problem with Windows 2000
> Server but cannot fine any details on this error with Windows 2003.
>
> Does anybody have any ideas what may be causing this? any help appreciated.
>
> Richard
>
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
"Pegasus

External


Since: Feb 18, 2004
Posts: 4307



(Msg. 5) Posted: Mon Feb 26, 2007 4:18 pm
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

robocopy has more switches than you can poke a stick at, including
one to suppress the percentage output!

"richard" wrote in message

> Thanks for the responses. I have changed the script to use robocopy and it
> seems to be fine now. Shame it outputs the percentage complete to the log
> file though !!
>
> "richard" wrote:
>
> > We are running a Windows 2003 Enterprise Edition server with SP1
(32-bit) and
> > I have started getting a problem with a script we run to copy data from
one
> > folder to another ready for a backup.
> >
> > Basically the script uses the give seperate xcopy commands to move about
> > 20Gb spread over about 1000 or so files from one folder to another.
> >
> > We have started getting a message :-
> >
> > "File creation error - Insufficient system resources exist to complete
the
> > requested service."
> >
> > The xcopy command stops and it moves onto the next which usually works.
> >
> > I have had a look on the web and found about a problem with Windows 2000
> > Server but cannot fine any details on this error with Windows 2003.
> >
> > Does anybody have any ideas what may be causing this? any help
appreciated.
> >
> > Richard
> >
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
Chris Wilhelm

External


Since: Jan 04, 2008
Posts: 1



(Msg. 6) Posted: Fri Jan 04, 2008 10:41 am
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I also am having this problem when trying to copy files using the Windows
Explorer. Both systems (target and source) are Windows Server 2003 R2 SP2.

If I try and "push" files at the target, I get this error message:
"Cannot copy <filename>: Insufficient system resources exist to complete the
requested service."

If I try and "pull" the files from the source, I get this error message:
"Cannot copy <filename>: Not enough server storage space is available to
process this command."

I've searched the knowledgebase for both error messages and found solutions
to either ancient NT products, some 2000 products, but nothing for Server
2003.

I'm fairly certain this limitation must still be in effect or have some
bearing on my problem:
http://support.microsoft.com/kb/833167/en-us

Or less likely, something related to:
http://support.microsoft.com/kb/259837/en-us

Other details that might be pertinent:
There is enough disk space on the destination server.
I'm not using VSS in any way, but the service is enabled and runs as it sees
fit.
Antivirus is disabled on both sides, or enabled, but the messages are
identical.
I can move the files in other ways, such as, backing them up to a different
media, and restoring that media to the destination.

"Pegasus (MVP)" wrote:

> robocopy has more switches than you can poke a stick at, including
> one to suppress the percentage output!
>
> "richard" wrote in message
>
> > Thanks for the responses. I have changed the script to use robocopy and it
> > seems to be fine now. Shame it outputs the percentage complete to the log
> > file though !!
> >
> > "richard" wrote:
> >
> > > We are running a Windows 2003 Enterprise Edition server with SP1
> (32-bit) and
> > > I have started getting a problem with a script we run to copy data from
> one
> > > folder to another ready for a backup.
> > >
> > > Basically the script uses the give seperate xcopy commands to move about
> > > 20Gb spread over about 1000 or so files from one folder to another.
> > >
> > > We have started getting a message :-
> > >
> > > "File creation error - Insufficient system resources exist to complete
> the
> > > requested service."
> > >
> > > The xcopy command stops and it moves onto the next which usually works.
> > >
> > > I have had a look on the web and found about a problem with Windows 2000
> > > Server but cannot fine any details on this error with Windows 2003.
> > >
> > > Does anybody have any ideas what may be causing this? any help
> appreciated.
> > >
> > > Richard
> > >
>
>
>
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
"Pegasus

External


Since: Jan 04, 2008
Posts: 7



(Msg. 7) Posted: Fri Jan 04, 2008 5:44 pm
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Chris Wilhelm" wrote in message

>I also am having this problem when trying to copy files using the Windows
> Explorer. Both systems (target and source) are Windows Server 2003 R2
> SP2.
>
> If I try and "push" files at the target, I get this error message:
> "Cannot copy <filename>: Insufficient system resources exist to complete
> the
> requested service."
>
> If I try and "pull" the files from the source, I get this error message:
> "Cannot copy <filename>: Not enough server storage space is available to
> process this command."
>
> I've searched the knowledgebase for both error messages and found
> solutions
> to either ancient NT products, some 2000 products, but nothing for Server
> 2003.
>
> I'm fairly certain this limitation must still be in effect or have some
> bearing on my problem:
> http://support.microsoft.com/kb/833167/en-us
>
> Or less likely, something related to:
> http://support.microsoft.com/kb/259837/en-us
>
> Other details that might be pertinent:
> There is enough disk space on the destination server.
> I'm not using VSS in any way, but the service is enabled and runs as it
> sees
> fit.
> Antivirus is disabled on both sides, or enabled, but the messages are
> identical.
> I can move the files in other ways, such as, backing them up to a
> different
> media, and restoring that media to the destination.

Why would you use such a tortuous solution if robocopy.exe
does it in one fell swoop?
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
Chris Wilhelm

External


Since: Jan 04, 2008
Posts: 2



(Msg. 8) Posted: Fri Jan 04, 2008 5:44 pm
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Oh I wouldn't. I just want the problem fixed, or some discussion on how to
fix it. It's not that I can't use robocopy, it's that I shouldn't have to.
You know.. the principle.

"Pegasus (MVP)" wrote:

>
> "Chris Wilhelm" wrote in message
>
> >I also am having this problem when trying to copy files using the Windows
> > Explorer. Both systems (target and source) are Windows Server 2003 R2
> > SP2.
> >
> > If I try and "push" files at the target, I get this error message:
> > "Cannot copy <filename>: Insufficient system resources exist to complete
> > the
> > requested service."
> >
> > If I try and "pull" the files from the source, I get this error message:
> > "Cannot copy <filename>: Not enough server storage space is available to
> > process this command."
> >
> > I've searched the knowledgebase for both error messages and found
> > solutions
> > to either ancient NT products, some 2000 products, but nothing for Server
> > 2003.
> >
> > I'm fairly certain this limitation must still be in effect or have some
> > bearing on my problem:
> > http://support.microsoft.com/kb/833167/en-us
> >
> > Or less likely, something related to:
> > http://support.microsoft.com/kb/259837/en-us
> >
> > Other details that might be pertinent:
> > There is enough disk space on the destination server.
> > I'm not using VSS in any way, but the service is enabled and runs as it
> > sees
> > fit.
> > Antivirus is disabled on both sides, or enabled, but the messages are
> > identical.
> > I can move the files in other ways, such as, backing them up to a
> > different
> > media, and restoring that media to the destination.
>
> Why would you use such a tortuous solution if robocopy.exe
> does it in one fell swoop?
>
>
>
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
"Pegasus

External


Since: Jan 04, 2008
Posts: 7



(Msg. 9) Posted: Fri Jan 04, 2008 5:44 pm
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Seeing that you're talking about principles: Microsoft have decided
that xcopy.exe is superseded by robocopy.exe and that xcopy
should no longer be used, presumably in view of the long-standing
"System resources" problem.

There is another reason why robocopy is preferable (other than
it richer set of switches): It can deal with path+file names in excess
of 255 characters. Xcopy can't.


"Chris Wilhelm" wrote in message

> Oh I wouldn't. I just want the problem fixed, or some discussion on how
> to
> fix it. It's not that I can't use robocopy, it's that I shouldn't have
> to.
> You know.. the principle.
>
> "Pegasus (MVP)" wrote:
>
>>
>> "Chris Wilhelm" wrote in
>> message
>>
>> >I also am having this problem when trying to copy files using the
>> >Windows
>> > Explorer. Both systems (target and source) are Windows Server 2003 R2
>> > SP2.
>> >
>> > If I try and "push" files at the target, I get this error message:
>> > "Cannot copy <filename>: Insufficient system resources exist to
>> > complete
>> > the
>> > requested service."
>> >
>> > If I try and "pull" the files from the source, I get this error
>> > message:
>> > "Cannot copy <filename>: Not enough server storage space is available
>> > to
>> > process this command."
>> >
>> > I've searched the knowledgebase for both error messages and found
>> > solutions
>> > to either ancient NT products, some 2000 products, but nothing for
>> > Server
>> > 2003.
>> >
>> > I'm fairly certain this limitation must still be in effect or have some
>> > bearing on my problem:
>> > http://support.microsoft.com/kb/833167/en-us
>> >
>> > Or less likely, something related to:
>> > http://support.microsoft.com/kb/259837/en-us
>> >
>> > Other details that might be pertinent:
>> > There is enough disk space on the destination server.
>> > I'm not using VSS in any way, but the service is enabled and runs as it
>> > sees
>> > fit.
>> > Antivirus is disabled on both sides, or enabled, but the messages are
>> > identical.
>> > I can move the files in other ways, such as, backing them up to a
>> > different
>> > media, and restoring that media to the destination.
>>
>> Why would you use such a tortuous solution if robocopy.exe
>> does it in one fell swoop?
>>
>>
>>
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
Chris Wilhelm

External


Since: Jan 04, 2008
Posts: 2



(Msg. 10) Posted: Fri Jan 04, 2008 5:44 pm
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

After some poking around, I found this article, which isn't really related..
but is, since it's a copying of files problem we have here, not specifically
xcopy, but copy or even copying w/ windows explorer. They all error with the
same message.
The article is this:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;304101
and suggests this:
Registry setting 1
1. Click Start, click Run, type regedit in the Open box, and then click OK.
2. Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
Management
3. On the Edit menu, point to New, and then click DWORD Value.
4. Type PoolUsageMaximum as the entry name, and then press ENTER.
5. Right-click PoolUsageMaximum, and then click Modify.
6. Click Decimal.
7. In the Value data box, type 60, and then click OK.
8. Quit Registry Editor.
9. Restart your computer.

Which indeed has rectified the issue.
"Pegasus (MVP)" wrote:

> Seeing that you're talking about principles: Microsoft have decided
> that xcopy.exe is superseded by robocopy.exe and that xcopy
> should no longer be used, presumably in view of the long-standing
> "System resources" problem.
>
> There is another reason why robocopy is preferable (other than
> it richer set of switches): It can deal with path+file names in excess
> of 255 characters. Xcopy can't.
>
>
> "Chris Wilhelm" wrote in message
>
> > Oh I wouldn't. I just want the problem fixed, or some discussion on how
> > to
> > fix it. It's not that I can't use robocopy, it's that I shouldn't have
> > to.
> > You know.. the principle.
> >
> > "Pegasus (MVP)" wrote:
> >
> >>
> >> "Chris Wilhelm" wrote in
> >> message
> >>
> >> >I also am having this problem when trying to copy files using the
> >> >Windows
> >> > Explorer. Both systems (target and source) are Windows Server 2003 R2
> >> > SP2.
> >> >
> >> > If I try and "push" files at the target, I get this error message:
> >> > "Cannot copy <filename>: Insufficient system resources exist to
> >> > complete
> >> > the
> >> > requested service."
> >> >
> >> > If I try and "pull" the files from the source, I get this error
> >> > message:
> >> > "Cannot copy <filename>: Not enough server storage space is available
> >> > to
> >> > process this command."
> >> >
> >> > I've searched the knowledgebase for both error messages and found
> >> > solutions
> >> > to either ancient NT products, some 2000 products, but nothing for
> >> > Server
> >> > 2003.
> >> >
> >> > I'm fairly certain this limitation must still be in effect or have some
> >> > bearing on my problem:
> >> > http://support.microsoft.com/kb/833167/en-us
> >> >
> >> > Or less likely, something related to:
> >> > http://support.microsoft.com/kb/259837/en-us
> >> >
> >> > Other details that might be pertinent:
> >> > There is enough disk space on the destination server.
> >> > I'm not using VSS in any way, but the service is enabled and runs as it
> >> > sees
> >> > fit.
> >> > Antivirus is disabled on both sides, or enabled, but the messages are
> >> > identical.
> >> > I can move the files in other ways, such as, backing them up to a
> >> > different
> >> > media, and restoring that media to the destination.
> >>
> >> Why would you use such a tortuous solution if robocopy.exe
> >> does it in one fell swoop?
> >>
> >>
> >>
>
>
>
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
"Pegasus

External


Since: Jan 04, 2008
Posts: 7



(Msg. 11) Posted: Sat Jan 05, 2008 11:26 am
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the update.

"Chris Wilhelm" wrote in message

> After some poking around, I found this article, which isn't really
> related..
> but is, since it's a copying of files problem we have here, not
> specifically
> xcopy, but copy or even copying w/ windows explorer. They all error with
> the
> same message.
> The article is this:
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;304101
> and suggests this:
> Registry setting 1
> 1. Click Start, click Run, type regedit in the Open box, and then click
> OK.
> 2. Locate and then click the following registry subkey:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
> Management
> 3. On the Edit menu, point to New, and then click DWORD Value.
> 4. Type PoolUsageMaximum as the entry name, and then press ENTER.
> 5. Right-click PoolUsageMaximum, and then click Modify.
> 6. Click Decimal.
> 7. In the Value data box, type 60, and then click OK.
> 8. Quit Registry Editor.
> 9. Restart your computer.
>
> Which indeed has rectified the issue.
> "Pegasus (MVP)" wrote:
>
>> Seeing that you're talking about principles: Microsoft have decided
>> that xcopy.exe is superseded by robocopy.exe and that xcopy
>> should no longer be used, presumably in view of the long-standing
>> "System resources" problem.
>>
>> There is another reason why robocopy is preferable (other than
>> it richer set of switches): It can deal with path+file names in excess
>> of 255 characters. Xcopy can't.
>>
>>
>> "Chris Wilhelm" wrote in message
>>
>> > Oh I wouldn't. I just want the problem fixed, or some discussion on
>> > how
>> > to
>> > fix it. It's not that I can't use robocopy, it's that I shouldn't have
>> > to.
>> > You know.. the principle.
>> >
>> > "Pegasus (MVP)" wrote:
>> >
>> >>
>> >> "Chris Wilhelm" wrote in
>> >> message
>> >>
>> >> >I also am having this problem when trying to copy files using the
>> >> >Windows
>> >> > Explorer. Both systems (target and source) are Windows Server 2003
>> >> > R2
>> >> > SP2.
>> >> >
>> >> > If I try and "push" files at the target, I get this error message:
>> >> > "Cannot copy <filename>: Insufficient system resources exist to
>> >> > complete
>> >> > the
>> >> > requested service."
>> >> >
>> >> > If I try and "pull" the files from the source, I get this error
>> >> > message:
>> >> > "Cannot copy <filename>: Not enough server storage space is
>> >> > available
>> >> > to
>> >> > process this command."
>> >> >
>> >> > I've searched the knowledgebase for both error messages and found
>> >> > solutions
>> >> > to either ancient NT products, some 2000 products, but nothing for
>> >> > Server
>> >> > 2003.
>> >> >
>> >> > I'm fairly certain this limitation must still be in effect or have
>> >> > some
>> >> > bearing on my problem:
>> >> > http://support.microsoft.com/kb/833167/en-us
>> >> >
>> >> > Or less likely, something related to:
>> >> > http://support.microsoft.com/kb/259837/en-us
>> >> >
>> >> > Other details that might be pertinent:
>> >> > There is enough disk space on the destination server.
>> >> > I'm not using VSS in any way, but the service is enabled and runs as
>> >> > it
>> >> > sees
>> >> > fit.
>> >> > Antivirus is disabled on both sides, or enabled, but the messages
>> >> > are
>> >> > identical.
>> >> > I can move the files in other ways, such as, backing them up to a
>> >> > different
>> >> > media, and restoring that media to the destination.
>> >>
>> >> Why would you use such a tortuous solution if robocopy.exe
>> >> does it in one fell swoop?
>> >>
>> >>
>> >>
>>
>>
>>
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
Ryan

External


Since: Mar 21, 2006
Posts: 39



(Msg. 12) Posted: Fri Jun 20, 2008 12:15 pm
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Did you ever find a solution to your problem or did updating the
PoolUsageMaximum fix this problem for you? I'm dealing with the same problem
but changing PoolUsageMaximum hasn't fixed it.

"Chris Wilhelm" wrote:

> After some poking around, I found this article, which isn't really related..
> but is, since it's a copying of files problem we have here, not specifically
> xcopy, but copy or even copying w/ windows explorer. They all error with the
> same message.
> The article is this:
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;304101
> and suggests this:
> Registry setting 1
> 1. Click Start, click Run, type regedit in the Open box, and then click OK.
> 2. Locate and then click the following registry subkey:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
> Management
> 3. On the Edit menu, point to New, and then click DWORD Value.
> 4. Type PoolUsageMaximum as the entry name, and then press ENTER.
> 5. Right-click PoolUsageMaximum, and then click Modify.
> 6. Click Decimal.
> 7. In the Value data box, type 60, and then click OK.
> 8. Quit Registry Editor.
> 9. Restart your computer.
>
> Which indeed has rectified the issue.
> "Pegasus (MVP)" wrote:
>
> > Seeing that you're talking about principles: Microsoft have decided
> > that xcopy.exe is superseded by robocopy.exe and that xcopy
> > should no longer be used, presumably in view of the long-standing
> > "System resources" problem.
> >
> > There is another reason why robocopy is preferable (other than
> > it richer set of switches): It can deal with path+file names in excess
> > of 255 characters. Xcopy can't.
> >
> >
> > "Chris Wilhelm" wrote in message
> >
> > > Oh I wouldn't. I just want the problem fixed, or some discussion on how
> > > to
> > > fix it. It's not that I can't use robocopy, it's that I shouldn't have
> > > to.
> > > You know.. the principle.
> > >
> > > "Pegasus (MVP)" wrote:
> > >
> > >>
> > >> "Chris Wilhelm" wrote in
> > >> message
> > >>
> > >> >I also am having this problem when trying to copy files using the
> > >> >Windows
> > >> > Explorer. Both systems (target and source) are Windows Server 2003 R2
> > >> > SP2.
> > >> >
> > >> > If I try and "push" files at the target, I get this error message:
> > >> > "Cannot copy <filename>: Insufficient system resources exist to
> > >> > complete
> > >> > the
> > >> > requested service."
> > >> >
> > >> > If I try and "pull" the files from the source, I get this error
> > >> > message:
> > >> > "Cannot copy <filename>: Not enough server storage space is available
> > >> > to
> > >> > process this command."
> > >> >
> > >> > I've searched the knowledgebase for both error messages and found
> > >> > solutions
> > >> > to either ancient NT products, some 2000 products, but nothing for
> > >> > Server
> > >> > 2003.
> > >> >
> > >> > I'm fairly certain this limitation must still be in effect or have some
> > >> > bearing on my problem:
> > >> > http://support.microsoft.com/kb/833167/en-us
> > >> >
> > >> > Or less likely, something related to:
> > >> > http://support.microsoft.com/kb/259837/en-us
> > >> >
> > >> > Other details that might be pertinent:
> > >> > There is enough disk space on the destination server.
> > >> > I'm not using VSS in any way, but the service is enabled and runs as it
> > >> > sees
> > >> > fit.
> > >> > Antivirus is disabled on both sides, or enabled, but the messages are
> > >> > identical.
> > >> > I can move the files in other ways, such as, backing them up to a
> > >> > different
> > >> > media, and restoring that media to the destination.
> > >>
> > >> Why would you use such a tortuous solution if robocopy.exe
> > >> does it in one fell swoop?
> > >>
> > >>
> > >>
> >
> >
> >
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
Ryan

External


Since: Mar 21, 2006
Posts: 39



(Msg. 13) Posted: Fri Jun 20, 2008 12:35 pm
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Did you ever find a solution to your problem? I'm havnig the same problem now
and don't have a clue what to do next. The best lead I've gotten is this:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;304101

This doesn't seem to fix my problem. I'm thinking about further reducing the
PageUsageMaximum to see if it helps on my system. Let me know if you find a
solution.

"Chris Wilhelm" wrote:

> After some poking around, I found this article, which isn't really related..
> but is, since it's a copying of files problem we have here, not specifically
> xcopy, but copy or even copying w/ windows explorer. They all error with the
> same message.
> The article is this:
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;304101
> and suggests this:
> Registry setting 1
> 1. Click Start, click Run, type regedit in the Open box, and then click OK.
> 2. Locate and then click the following registry subkey:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
> Management
> 3. On the Edit menu, point to New, and then click DWORD Value.
> 4. Type PoolUsageMaximum as the entry name, and then press ENTER.
> 5. Right-click PoolUsageMaximum, and then click Modify.
> 6. Click Decimal.
> 7. In the Value data box, type 60, and then click OK.
> 8. Quit Registry Editor.
> 9. Restart your computer.
>
> Which indeed has rectified the issue.
> "Pegasus (MVP)" wrote:
>
> > Seeing that you're talking about principles: Microsoft have decided
> > that xcopy.exe is superseded by robocopy.exe and that xcopy
> > should no longer be used, presumably in view of the long-standing
> > "System resources" problem.
> >
> > There is another reason why robocopy is preferable (other than
> > it richer set of switches): It can deal with path+file names in excess
> > of 255 characters. Xcopy can't.
> >
> >
> > "Chris Wilhelm" wrote in message
> >
> > > Oh I wouldn't. I just want the problem fixed, or some discussion on how
> > > to
> > > fix it. It's not that I can't use robocopy, it's that I shouldn't have
> > > to.
> > > You know.. the principle.
> > >
> > > "Pegasus (MVP)" wrote:
> > >
> > >>
> > >> "Chris Wilhelm" wrote in
> > >> message
> > >>
> > >> >I also am having this problem when trying to copy files using the
> > >> >Windows
> > >> > Explorer. Both systems (target and source) are Windows Server 2003 R2
> > >> > SP2.
> > >> >
> > >> > If I try and "push" files at the target, I get this error message:
> > >> > "Cannot copy <filename>: Insufficient system resources exist to
> > >> > complete
> > >> > the
> > >> > requested service."
> > >> >
> > >> > If I try and "pull" the files from the source, I get this error
> > >> > message:
> > >> > "Cannot copy <filename>: Not enough server storage space is available
> > >> > to
> > >> > process this command."
> > >> >
> > >> > I've searched the knowledgebase for both error messages and found
> > >> > solutions
> > >> > to either ancient NT products, some 2000 products, but nothing for
> > >> > Server
> > >> > 2003.
> > >> >
> > >> > I'm fairly certain this limitation must still be in effect or have some
> > >> > bearing on my problem:
> > >> > http://support.microsoft.com/kb/833167/en-us
> > >> >
> > >> > Or less likely, something related to:
> > >> > http://support.microsoft.com/kb/259837/en-us
> > >> >
> > >> > Other details that might be pertinent:
> > >> > There is enough disk space on the destination server.
> > >> > I'm not using VSS in any way, but the service is enabled and runs as it
> > >> > sees
> > >> > fit.
> > >> > Antivirus is disabled on both sides, or enabled, but the messages are
> > >> > identical.
> > >> > I can move the files in other ways, such as, backing them up to a
> > >> > different
> > >> > media, and restoring that media to the destination.
> > >>
> > >> Why would you use such a tortuous solution if robocopy.exe
> > >> does it in one fell swoop?
> > >>
> > >>
> > >>
> >
> >
> >
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
Eduardo Nazato

External


Since: Mar 16, 2007
Posts: 4



(Msg. 14) Posted: Thu Aug 14, 2008 6:25 pm
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi all,

I've been experiencing the "Insufficient system resources" problem for a
long time, but always used other ways to circunvent it. But now I DO need to
resolve it.

Let me explain it: I work with server virtualization (through Virtual Server
2005 R2 SP1), and it's common for me to have to copy huge VHDs files from one
server to another. But the mentioned problem appears very often, and right
now it's really driving me mad! Next weekend, I'll need to copy this kind of
file fast, due to downtime window.

I think I've tried every listed solution on internet and MS articles, and
none of them helped me:
- Xcopy didn't helped, and neither Rocobopy. Both shows me the same problem.
- Changing IRPStackSize, PagedPoolSize, SystemPages or PoolUsageMaximum
keys helped... with nothing! =P

The solution that I've been using for this problem is copying the file with
NTBackup. It works, but it's a extremelly slow solution, and I can't wait for
so long.

So please, anyone, is there a solution that really works? Or only on Windows
x64 I'll finally see this damn problem resolved?

Our servers are Dell PowerEdge 2800/2900, with Windows 2003 R2 SP2 x86, and
they have, at least, 8Gb RAM. I'm pretty sure that they do have suficient RAM
and free space while performing file copies.

Thanks in advance Wink
Eduardo Nazato


"Ryan" wrote:

> Did you ever find a solution to your problem? I'm havnig the same problem now
> and don't have a clue what to do next. The best lead I've gotten is this:
> http://support.microsoft.com/default.aspx?scid=kb;EN-US;304101
>
> This doesn't seem to fix my problem. I'm thinking about further reducing the
> PageUsageMaximum to see if it helps on my system. Let me know if you find a
> solution.
>
> "Chris Wilhelm" wrote:
>
> > After some poking around, I found this article, which isn't really related..
> > but is, since it's a copying of files problem we have here, not specifically
> > xcopy, but copy or even copying w/ windows explorer. They all error with the
> > same message.
> > The article is this:
> > http://support.microsoft.com/default.aspx?scid=kb;EN-US;304101
> > and suggests this:
> > Registry setting 1
> > 1. Click Start, click Run, type regedit in the Open box, and then click OK.
> > 2. Locate and then click the following registry subkey:
> > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
> > Management
> > 3. On the Edit menu, point to New, and then click DWORD Value.
> > 4. Type PoolUsageMaximum as the entry name, and then press ENTER.
> > 5. Right-click PoolUsageMaximum, and then click Modify.
> > 6. Click Decimal.
> > 7. In the Value data box, type 60, and then click OK.
> > 8. Quit Registry Editor.
> > 9. Restart your computer.
> >
> > Which indeed has rectified the issue.
> > "Pegasus (MVP)" wrote:
> >
> > > Seeing that you're talking about principles: Microsoft have decided
> > > that xcopy.exe is superseded by robocopy.exe and that xcopy
> > > should no longer be used, presumably in view of the long-standing
> > > "System resources" problem.
> > >
> > > There is another reason why robocopy is preferable (other than
> > > it richer set of switches): It can deal with path+file names in excess
> > > of 255 characters. Xcopy can't.
> > >
> > >
> > > "Chris Wilhelm" wrote in message
> > >
> > > > Oh I wouldn't. I just want the problem fixed, or some discussion on how
> > > > to
> > > > fix it. It's not that I can't use robocopy, it's that I shouldn't have
> > > > to.
> > > > You know.. the principle.
> > > >
> > > > "Pegasus (MVP)" wrote:
> > > >
> > > >>
> > > >> "Chris Wilhelm" wrote in
> > > >> message
> > > >>
> > > >> >I also am having this problem when trying to copy files using the
> > > >> >Windows
> > > >> > Explorer. Both systems (target and source) are Windows Server 2003 R2
> > > >> > SP2.
> > > >> >
> > > >> > If I try and "push" files at the target, I get this error message:
> > > >> > "Cannot copy <filename>: Insufficient system resources exist to
> > > >> > complete
> > > >> > the
> > > >> > requested service."
> > > >> >
> > > >> > If I try and "pull" the files from the source, I get this error
> > > >> > message:
> > > >> > "Cannot copy <filename>: Not enough server storage space is available
> > > >> > to
> > > >> > process this command."
> > > >> >
> > > >> > I've searched the knowledgebase for both error messages and found
> > > >> > solutions
> > > >> > to either ancient NT products, some 2000 products, but nothing for
> > > >> > Server
> > > >> > 2003.
> > > >> >
> > > >> > I'm fairly certain this limitation must still be in effect or have some
> > > >> > bearing on my problem:
> > > >> > http://support.microsoft.com/kb/833167/en-us
> > > >> >
> > > >> > Or less likely, something related to:
> > > >> > http://support.microsoft.com/kb/259837/en-us
> > > >> >
> > > >> > Other details that might be pertinent:
> > > >> > There is enough disk space on the destination server.
> > > >> > I'm not using VSS in any way, but the service is enabled and runs as it
> > > >> > sees
> > > >> > fit.
> > > >> > Antivirus is disabled on both sides, or enabled, but the messages are
> > > >> > identical.
> > > >> > I can move the files in other ways, such as, backing them up to a
> > > >> > different
> > > >> > media, and restoring that media to the destination.
> > > >>
> > > >> Why would you use such a tortuous solution if robocopy.exe
> > > >> does it in one fell swoop?
> > > >>
> > > >>
> > > >>
> > >
> > >
> > >
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
Ryan

External


Since: Mar 21, 2006
Posts: 39



(Msg. 15) Posted: Fri Aug 15, 2008 6:11 am
Post subject: Re: XCOPY Insufficient system resources problem. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Sorry I didn't post the solution when I found it. What worked for me was
reducing the PagePoolMaximum to 30. I had tried reducing it to 60 but
apperently that wasn't low enough. It only took me a month of calls to MS to
get it resolved.

"Eduardo Nazato" wrote:

> Hi all,
>
> I've been experiencing the "Insufficient system resources" problem for a
> long time, but always used other ways to circunvent it. But now I DO need to
> resolve it.
>
> Let me explain it: I work with server virtualization (through Virtual Server
> 2005 R2 SP1), and it's common for me to have to copy huge VHDs files from one
> server to another. But the mentioned problem appears very often, and right
> now it's really driving me mad! Next weekend, I'll need to copy this kind of
> file fast, due to downtime window.
>
> I think I've tried every listed solution on internet and MS articles, and
> none of them helped me:
> - Xcopy didn't helped, and neither Rocobopy. Both shows me the same problem.
> - Changing IRPStackSize, PagedPoolSize, SystemPages or PoolUsageMaximum
> keys helped... with nothing! =P
>
> The solution that I've been using for this problem is copying the file with
> NTBackup. It works, but it's a extremelly slow solution, and I can't wait for
> so long.
>
> So please, anyone, is there a solution that really works? Or only on Windows
> x64 I'll finally see this damn problem resolved?
>
> Our servers are Dell PowerEdge 2800/2900, with Windows 2003 R2 SP2 x86, and
> they have, at least, 8Gb RAM. I'm pretty sure that they do have suficient RAM
> and free space while performing file copies.
>
> Thanks in advance Wink
> Eduardo Nazato
>
>
> "Ryan" wrote:
>
> > Did you ever find a solution to your problem? I'm havnig the same problem now
> > and don't have a clue what to do next. The best lead I've gotten is this:
> > http://support.microsoft.com/default.aspx?scid=kb;EN-US;304101
> >
> > This doesn't seem to fix my problem. I'm thinking about further reducing the
> > PageUsageMaximum to see if it helps on my system. Let me know if you find a
> > solution.
> >
> > "Chris Wilhelm" wrote:
> >
> > > After some poking around, I found this article, which isn't really related..
> > > but is, since it's a copying of files problem we have here, not specifically
> > > xcopy, but copy or even copying w/ windows explorer. They all error with the
> > > same message.
> > > The article is this:
> > > http://support.microsoft.com/default.aspx?scid=kb;EN-US;304101
> > > and suggests this:
> > > Registry setting 1
> > > 1. Click Start, click Run, type regedit in the Open box, and then click OK.
> > > 2. Locate and then click the following registry subkey:
> > > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory
> > > Management
> > > 3. On the Edit menu, point to New, and then click DWORD Value.
> > > 4. Type PoolUsageMaximum as the entry name, and then press ENTER.
> > > 5. Right-click PoolUsageMaximum, and then click Modify.
> > > 6. Click Decimal.
> > > 7. In the Value data box, type 60, and then click OK.
> > > 8. Quit Registry Editor.
> > > 9. Restart your computer.
> > >
> > > Which indeed has rectified the issue.
> > > "Pegasus (MVP)" wrote:
> > >
> > > > Seeing that you're talking about principles: Microsoft have decided
> > > > that xcopy.exe is superseded by robocopy.exe and that xcopy
> > > > should no longer be used, presumably in view of the long-standing
> > > > "System resources" problem.
> > > >
> > > > There is another reason why robocopy is preferable (other than
> > > > it richer set of switches): It can deal with path+file names in excess
> > > > of 255 characters. Xcopy can't.
> > > >
> > > >
> > > > "Chris Wilhelm" wrote in message
> > > >
> > > > > Oh I wouldn't. I just want the problem fixed, or some discussion on how
> > > > > to
> > > > > fix it. It's not that I can't use robocopy, it's that I shouldn't have
> > > > > to.
> > > > > You know.. the principle.
> > > > >
> > > > > "Pegasus (MVP)" wrote:
> > > > >
> > > > >>
> > > > >> "Chris Wilhelm" wrote in
> > > > >> message
> > > > >>
> > > > >> >I also am having this problem when trying to copy files using the
> > > > >> >Windows
> > > > >> > Explorer. Both systems (target and source) are Windows Server 2003 R2
> > > > >> > SP2.
> > > > >> >
> > > > >> > If I try and "push" files at the target, I get this error message:
> > > > >> > "Cannot copy <filename>: Insufficient system resources exist to
> > > > >> > complete
> > > > >> > the
> > > > >> > requested service."
> > > > >> >
> > > > >> > If I try and "pull" the files from the source, I get this error
> > > > >> > message:
> > > > >> > "Cannot copy <filename>: Not enough server storage space is available
> > > > >> > to
> > > > >> > process this command."
> > > > >> >
> > > > >> > I've searched the knowledgebase for both error messages and found
> > > > >> > solutions
> > > > >> > to either ancient NT products, some 2000 products, but nothing for
> > > > >> > Server
> > > > >> > 2003.
> > > > >> >
> > > > >> > I'm fairly certain this limitation must still be in effect or have some
> > > > >> > bearing on my problem:
> > > > >> > http://support.microsoft.com/kb/833167/en-us
> > > > >> >
> > > > >> > Or less likely, something related to:
> > > > >> > http://support.microsoft.com/kb/259837/en-us
> > > > >> >
> > > > >> > Other details that might be pertinent:
> > > > >> > There is enough disk space on the destination server.
> > > > >> > I'm not using VSS in any way, but the service is enabled and runs as it
> > > > >> > sees
> > > > >> > fit.
> > > > >> > Antivirus is disabled on both sides, or enabled, but the messages are
> > > > >> > identical.
> > > > >> > I can move the files in other ways, such as, backing them up to a
> > > > >> > different
> > > > >> > media, and restoring that media to the destination.
> > > > >>
> > > > >> Why would you use such a tortuous solution if robocopy.exe
> > > > >> does it in one fell swoop?
> > > > >>
> > > > >>
> > > > >>
> > > >
> > > >
> > > >
 >> Stay informed about: XCOPY Insufficient system resources problem. 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Help on "insufficient system resource" error... - Hi All, I occasionally get an "insufficient system resource" error message from a database management system my company has developed. I noticed that there was a recent fix to SQL Server for this same problem (KB274310). My app isn't base...

Insufficient system resources - We have just recently installed Windows Server 2003 and everything appeared to be fine. But after approximately three days the server becomes unstable and complains it has insufficient system resources when you try to do anything, even though it has....

Server runs out of system resources - I have a Windows 2003 R2 server fully patched that runs out of system resources every few days. We backup this server twice a week and we have noticed that right after the backup finishes the following error is recorded in the event viewer Event..

2003 server Error "Insufficient System Resources" - Greetings, We just upgraded our server from Win2k server to WIndows Server 2003 Enterprise and now have problems moving large data files between disks. System is a Dell Poweredge 6650 with 2 cpus, 16GB memory, 40GB swapspace and 10TB disk which is our...

Insufficient system resources - unable to load registry, o.. - We have been having problems with our file cluster. Users periodically lose their ability to access files on their user directories on the file server. When this happens, if you attempt to log on to the server you get a message that states: "W...
   Windows Server (Home) -> Windows Server General All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]