0

For BITS Transfer on Windows, There are some JOBIDS whose TransferType is "upload" and JobState is "Suspended". I am executing below command from PowerShell :-

Get-BitsTransfer  | Resume-BitsTransfer

I am getting below error :-

Resume-BitsTransfer : Exception from HRESULT: 0x80200003 At line:1 char:20 + Get-BitsTransfer | Resume-BitsTransfer + ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (Microsoft.Backg...agement.BitsJob:BitsJob) [Resume-BitsTransfer], COM Exception + FullyQualifiedErrorId : ResumeBitsTransferCOMException,Microsoft.BackgroundIntelligentTransfer.Management.Resume BitsTransferCommand

How can I can resume these jobs.

Any Suggestions...

Thanks..... !!

Ranadip Dutta
  • 8,857
  • 3
  • 29
  • 45
user2781150
  • 179
  • 1
  • 2
  • 10
  • 2
    `0x80200003` is `BG_E_EMPTY`, "The job must contain one or more files before you can resume the job". – Jeroen Mostert Jul 21 '17 at 10:49
  • [BITS Return Values](https://msdn.microsoft.com/en-us/library/windows/desktop/aa362823(v=vs.85).aspx), in addition to Jeroen's helpful comment. Check that `Get-BitsTransfer` successfully returns the jobs you are expecting. – G42 Jul 21 '17 at 13:15

0 Answers0