I am trying to trouble shoot an issue with BITS upload using 2.0
BitsAdmin.exe utility. I appreciate any help in this regard.
I have a proxy server enabled on my computer. When I try to upload a file it
gives me an error ‘0x80072f78 - The server returned an invalid or
unrecognized response‘.This problem occurs when I tried to upload a file of
size around 100 KB. I had success with smaller files of size 2 KB. I did set
credentials for BITS job using SETCREDENTAILS flag.
Please note that I run through SSL to connect to server.
I executed the following steps to upload file to server.
• bitsadmin.exe /reset
• bitsadmin.exe /create /upload NAMEOFJOB
• bitsadmin.exe /SETCREDENTIALS {JOBID} PROXY NTLM userName password
• bitsadmin.exe /addfile {JOBID} "Server URL and file name" "source file"
• bitsadmin.exe /resume {JOBID}
• bitsadmin.exe /list /verbose (returns the status of the job)
I get the following error:
GUID: {57039616-C040-406C-9D6B-AEEA87E8CA1E} DISPLAY: uploadjob
TYPE: UPLOAD STATE: TRANSIENT_ERROR OWNER: XXXX
PRIORITY: NORMAL FILES: 0 / 1 BYTES: 0 / 131998
CREATION TIME: 1/17/2007 10:48:14 AM MODIFICATION TIME: 1/17/2007 10:51:28 AM
COMPLETION TIME: UNKNOWN ACL FLAGS:
NOTIFY INTERFACE: UNREGISTERED NOTIFICATION FLAGS: 3
RETRY DELAY: 600 NO PROGRESS TIMEOUT: 1209600 ERROR COUNT: 1
PROXY USAGE: PRECONFIG PROXY LIST: NULL PROXY BYPASS LIST: NULL
ERROR FILE: Destination file -> Source file
ERROR CODE: 0x80072f78 - The server returned an invalid or unrecognized
respo
nse
ERROR CONTEXT: 0x00000005 - The error occurred while the remote file was
being p
rocessed.
DESCRIPTION:
JOB FILES:
0 / 131998 WORKING Destination file ->Source file
NOTIFICATION COMMAND LINE: none
--
Nanda Raghunathan
Microsoft, BITS
Please do not send e-mail directly to this alias. This alias is for
newsgroup purposes only. This posting is provided "As Is" with no
warranties, and confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm.
"Vennela" <Ven...@discussions.microsoft.com> wrote in message
news:3EDB03C7-B952-411E...@microsoft.com...