SMSTSMPListRequestTimeout

2012 R2

after reading the article https://social.technet.microsoft.com/Forums/en-US/54458340-e50d-4144-af0d-33c768861e97/osd-ts-fails-during-package-download-sendwinhttprequest-failed-80072ee2?forum=configmanagerosd

I am very interested in applying this SMSTSMPListRequestTimeout variable but I don't exactly know how, can you help? Or should  just install the hotfix https://support.microsoft.com/en-us/kb/3007095 always leary of hotfixes??or since I'm cu2 should I just apply cu4

April 30th, 2015 12:53pm

The task sequence variables you need are:

SMSTSDownloadRetryCount = 5

SMSTSDownloadRetryDelay = 15

At the beginning of your TS, just before the Initialization group, add a step for Set Task Sequence Variable.  It should be pretty self explanatory after that. . .

You can set the SMSTSMPListRequestTImeout variable in the same manner

Jeff

Free Windows Admin Tool Kit Click here and download it now
April 30th, 2015 1:09pm

Since I am R2 I should I just use SMSTSMPListRequestTImeout correct?? Or should I use all 3 lines?

is this correct?


or


or 3 separet variables like this

SMSTSMPListRequestTimeout=120000 (should this be 300000?)

SMSTSDownloadRetryCount=5

SMSTSDowloadRetryDelay=15


  • Edited by jamicon 13 hours 41 minutes ago
April 30th, 2015 1:48pm

R2 makes those variables available, so yes, use them.  I typically use the SMSTSDownloadRetryCount = 5 and SMSTSDownloadRetryDelay = 15.  And I place them before the Initialization group.

Jeff

Free Windows Admin Tool Kit Click here and download it now
April 30th, 2015 2:00pm

and SMSTSMPListRequestTimeout=120000 (should this be 300000?)??
April 30th, 2015 2:09pm

THe values are in seconds. . .as I said, I have not set the SMSTSMPListRequestTimeout, but in the previous post you referenced, the recommendation was to set it to 300 (5 mins)

Jeff

Free Windows Admin Tool Kit Click here and download it now
April 30th, 2015 2:13pm

THe values are in seconds. . .as I said, I have not set the SMSTSMPListRequestTimeout, but in the previous post you referenced, the recommendation was to set it to 300 (5 mins)

Jeff

Minor correction, the SMSTSMPListRequestTimeout is in miliseconds. The default value is 60000, so I would start with 120000. See also: https://technet.microsoft.com/en-us/library/hh273375.aspx?f=255&MSPPError=-2147217396

April 30th, 2015 2:18pm

Thanks, Peter.  I have not used that variable at all, so I appreciate the correction.

Jeff

Free Windows Admin Tool Kit Click here and download it now
April 30th, 2015 2:29pm

The task sequence variables you need are:

SMSTSDownloadRetryCount = 5

SMSTSDownloadRetryDelay = 15

At the beginning of your TS, just before the Initialization group, add a step for Set Task Sequence Variable.  It should be pretty self explanatory after that. . .

You can set the SMSTSMPListRequestTImeout variable in the same manner

Jeff

April 30th, 2015 5:05pm

The task sequence variables you need are:

SMSTSDownloadRetryCount = 5

SMSTSDownloadRetryDelay = 15

At the beginning of your TS, just before the Initialization group, add a step for Set Task Sequence Variable.  It should be pretty self explanatory after that. . .

You can set the SMSTSMPListRequestTImeout variable in the same manner

Jeff

Free Windows Admin Tool Kit Click here and download it now
April 30th, 2015 5:05pm

Since I am R2 I should I just use SMSTSMPListRequestTImeout correct?? Or should I use all 3 lines?

is this correct?


or


or 3 separet variables like this

SMSTSMPListRequestTimeout=120000 (should this be 300000?)

SMSTSDownloadRetryCount=5

SMSTSDowloadRetryDelay=15


  • Edited by jamicon Thursday, April 30, 2015 6:03 PM
April 30th, 2015 5:45pm

Since I am R2 I should I just use SMSTSMPListRequestTImeout correct?? Or should I use all 3 lines?

is this correct?


or


or 3 separet variables like this

SMSTSMPListRequestTimeout=120000 (should this be 300000?)

SMSTSDownloadRetryCount=5

SMSTSDowloadRetryDelay=15


  • Edited by jamicon Thursday, April 30, 2015 6:03 PM
Free Windows Admin Tool Kit Click here and download it now
April 30th, 2015 5:45pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics