Windows error 0x80190195, -2145844843

Detailed Error Information

HTTP_E_STATUS_BAD_METHOD[1]

MessageMethod not allowed (405).
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode25 (0x019)
NameFACILITY_HTTP[2][1]
DescriptionThe source of the error code is HTTP support.[2][1]
Error Code405 (0x0195)

Questions

0votes
0answers

0x80190195 Status 405 when downloading google calender ics using bitsadmin

In a batch script I wrote: Set src="http://calendar.google.com/calendar/ical/j<MORE>@gmx.net/private-c<MORE>e/basic.ics" Set dst="D:\Data\ICS\basic.ics" bitsadmin /transfer myDownloadJob /download /priority normal %src% %dst% pause Instead of <MORE> there is actual information that I want to keep to myself. Here is a screenshot that shows what happens when I call the batch script. enter image description [...] read more
batch
download

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0