Hoi allemaal,
Op de PC van me Pa werkt Windows Update niet meer, hij blijft oneindig zoeken. Dit probleem is vorige week ontstaan.
Ik heb het hele internet al afgezocht en verschillende "fixes" geprobeerd maar niks blijkt te werken.
- Update Agent opnieuw installeren.
- Windows Fixit.
- Verschillende commands in CMD.
Het gaat om Windows 7 Home Premium (64bit)
Dit is de log van Windows Update:
Op de PC van me Pa werkt Windows Update niet meer, hij blijft oneindig zoeken. Dit probleem is vorige week ontstaan.
Ik heb het hele internet al afgezocht en verschillende "fixes" geprobeerd maar niks blijkt te werken.
- Update Agent opnieuw installeren.
- Windows Fixit.
- Verschillende commands in CMD.
Het gaat om Windows 7 Home Premium (64bit)
Dit is de log van Windows Update:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
| 2015-08-19 12:01:19:734 1984 4c4 Misc =========== Logging initialized (build: 7.6.7601.18937, tz: +0200) =========== 2015-08-19 12:01:19:734 1984 4c4 Misc = Process: C:\Windows\system32\svchost.exe 2015-08-19 12:01:19:734 1984 4c4 Misc = Module: c:\windows\system32\wuaueng.dll 2015-08-19 12:01:19:734 1984 4c4 Service ************* 2015-08-19 12:01:19:734 1984 4c4 Service ** START ** Service: Service startup 2015-08-19 12:01:19:734 1984 4c4 Service ********* 2015-08-19 12:01:19:749 1984 4c4 Agent * WU client version 7.6.7601.18937 2015-08-19 12:01:19:749 1984 4c4 Agent * Base directory: C:\Windows\SoftwareDistribution 2015-08-19 12:01:19:749 1984 4c4 Agent * Access type: No proxy 2015-08-19 12:01:19:749 1984 4c4 Agent * Network state: Connected 2015-08-19 12:01:19:781 1984 9a8 Report CWERReporter::Init succeeded 2015-08-19 12:01:19:781 1984 9a8 Agent *********** Agent: Initializing Windows Update Agent *********** 2015-08-19 12:01:19:781 1984 9a8 Agent * Prerequisite roots succeeded. 2015-08-19 12:01:19:781 1984 9a8 Agent *********** Agent: Initializing global settings cache *********** 2015-08-19 12:01:19:781 1984 9a8 Agent * WSUS server: <NULL> 2015-08-19 12:01:19:781 1984 9a8 Agent * WSUS status server: <NULL> 2015-08-19 12:01:19:781 1984 9a8 Agent * Target group: (Unassigned Computers) 2015-08-19 12:01:19:781 1984 9a8 Agent * Windows Update access disabled: No 2015-08-19 12:01:19:781 1984 9a8 DnldMgr Download manager restoring 0 downloads 2015-08-19 12:01:19:781 1984 9a8 AU ########### AU: Initializing Automatic Updates ########### 2015-08-19 12:01:19:781 1984 9a8 AU # Approval type: Scheduled (User preference) 2015-08-19 12:01:19:781 1984 9a8 AU # Scheduled install day/time: Every day at 3:00 2015-08-19 12:01:19:781 1984 9a8 AU # Auto-install minor updates: Yes (User preference) 2015-08-19 12:01:19:781 1984 9a8 AU # Will interact with non-admins (Non-admins are elevated (User preference)) 2015-08-19 12:01:19:781 1984 9a8 AU Setting AU scheduled install time to 2015-08-20 01:00:00 2015-08-19 12:01:19:859 1984 4c4 Report *********** Report: Initializing static reporting data *********** 2015-08-19 12:01:19:859 1984 4c4 Report * OS Version = 6.1.7601.1.0.66304 2015-08-19 12:01:19:859 1984 4c4 Report * OS Product Type = 0x00000003 2015-08-19 12:01:19:859 1984 4c4 Report * Computer Brand = System manufacturer 2015-08-19 12:01:19:859 1984 4c4 Report * Computer Model = System Product Name 2015-08-19 12:01:19:859 1984 4c4 Report * Bios Revision = ASUS P5N32-E SLI PLUS ACPI BIOS Revision 1502 2015-08-19 12:01:19:859 1984 4c4 Report * Bios Name = Phoenix - AwardBIOS v6.00PG 2015-08-19 12:01:19:859 1984 4c4 Report * Bios Release Date = 2009-11-17T00:00:00 2015-08-19 12:01:19:859 1984 4c4 Report * Locale ID = 1043 2015-08-19 12:01:19:921 1984 9a8 AU Successfully wrote event for AU health state:0 2015-08-19 12:01:19:921 1984 9a8 AU Initializing featured updates 2015-08-19 12:01:19:921 1984 9a8 AU Found 0 cached featured updates 2015-08-19 12:01:19:921 1984 9a8 AU Successfully wrote event for AU health state:0 2015-08-19 12:01:19:937 1984 9a8 AU Successfully wrote event for AU health state:0 2015-08-19 12:01:19:937 1984 9a8 AU AU finished delayed initialization 2015-08-19 12:01:28:240 1984 c04 AU ########### AU: Setting new AU options ########### 2015-08-19 12:01:28:240 1984 c04 AU Setting AU Approval Type to 1 2015-08-19 12:01:28:240 1984 c04 AU Successfully wrote event for AU health state:0 2015-08-19 12:01:28:240 1984 c04 AU # Policy changed, AU refresh required = Yes 2015-08-19 12:01:28:240 1984 c04 AU # AU disabled through User preference 2015-08-19 12:01:28:240 1984 c04 AU # Will interact with non-admins (Non-admins are elevated (User preference)) 2015-08-19 12:01:28:240 1984 c04 AU AU Refresh required.... 2015-08-19 12:01:28:240 1984 c04 AU AU setting next featured software notification timeout to 2015-08-19 10:01:28 2015-08-19 12:01:28:240 1984 c04 AU Successfully wrote event for AU health state:0 2015-08-19 12:01:28:240 1984 c04 AU Can not perform non-interactive scan if AU is interactive-only 2015-08-19 12:01:32:946 1984 9a8 AU Triggering AU detection through DetectNow API 2015-08-19 12:01:32:946 1984 9a8 AU Triggering Online detection (interactive) 2015-08-19 12:01:32:946 1984 4c4 AU ############# 2015-08-19 12:01:32:946 1984 4c4 AU ## START ## AU: Search for updates 2015-08-19 12:01:32:946 1984 4c4 AU ######### 2015-08-19 12:01:32:946 1984 4c4 AU <<## SUBMITTED ## AU: Search for updates [CallId = {8C2538FB-A46E-476B-8183-4ECD4CB1490D}] 2015-08-19 12:01:32:946 1984 fc0 Agent ************* 2015-08-19 12:01:32:946 1984 fc0 Agent ** START ** Agent: Finding updates [CallerId = AutomaticUpdates] 2015-08-19 12:01:32:946 1984 fc0 Agent ********* 2015-08-19 12:01:32:946 1984 fc0 Agent * Online = Yes; Ignore download priority = No 2015-08-19 12:01:32:946 1984 fc0 Agent * Criteria = "IsInstalled=0 and DeploymentAction='Installation' or IsPresent=1 and DeploymentAction='Uninstallation' or IsInstalled=1 and DeploymentAction='Installation' and RebootRequired=1 or IsInstalled=0 and DeploymentAction='Uninstallation' and RebootRequired=1" 2015-08-19 12:01:32:946 1984 fc0 Agent * ServiceID = {7971F918-A847-4430-9279-4A52D1EFE18D} Third party service 2015-08-19 12:01:32:946 1984 fc0 Agent * Search Scope = {Machine} 2015-08-19 12:01:32:946 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:32:961 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:32:961 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP43E.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:32:977 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:32:977 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:32:977 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:024 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:039 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:039 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:039 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:039 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP48D.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:33:055 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:055 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:055 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:055 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP49D.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:33:071 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:071 1984 fc0 Agent Checking for updated auth cab for service 7971f918-a847-4430-9279-4a52d1efe18d at http://ds.download.windowsupdate.com/v11/2/microsoftupdate/redir/v6-muauth.cab 2015-08-19 12:01:33:071 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:071 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:086 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\AuthCabs\authcab.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:102 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:102 1984 fc0 Setup Checking for agent SelfUpdate 2015-08-19 12:01:33:102 1984 fc0 Setup Client version: Core: 7.6.7601.18937 Aux: 7.6.7601.18937 2015-08-19 12:01:33:102 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:102 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:102 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP4CD.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:33:102 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:102 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:117 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:133 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\v6-win7sp1-wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:133 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:133 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:133 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:149 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP4ED.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:33:149 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:149 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:149 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:164 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\TMP4FE.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:33:164 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:310 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wuident.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:310 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:310 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\TMP59B.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:33:325 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:325 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:341 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:356 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\SelfUpdate\wsus3setup.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:372 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:388 1984 fc0 Setup Determining whether a new setup handler needs to be downloaded 2015-08-19 12:01:33:388 1984 fc0 Setup SelfUpdate handler is not found. It will be downloaded 2015-08-19 12:01:33:388 1984 fc0 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320" 2015-08-19 12:01:33:388 1984 fc0 Setup Setup package "WUClient-SelfUpdate-ActiveX~31bf3856ad364e35~amd64~~7.6.7600.320" is already installed. 2015-08-19 12:01:33:388 1984 fc0 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" 2015-08-19 12:01:33:419 1984 fc0 Setup Setup package "WUClient-SelfUpdate-Aux-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" is already installed. 2015-08-19 12:01:33:419 1984 fc0 Setup Evaluating applicability of setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" 2015-08-19 12:01:33:434 1984 fc0 Setup Setup package "WUClient-SelfUpdate-Core-TopLevel~31bf3856ad364e35~amd64~~7.6.7600.320" is already installed. 2015-08-19 12:01:33:434 1984 fc0 Setup SelfUpdate check completed. SelfUpdate is NOT required. 2015-08-19 12:01:33:996 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:33:996 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:33:996 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP84A.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:34:012 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:34:012 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\v6-muredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:34:012 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:34:027 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\v6-muredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:34:027 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:34:027 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:34:043 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:34:043 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP87A.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:34:043 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:34:043 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:01:34:058 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:34:058 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP88B.tmp with dwProvFlags 0x00000080: 2015-08-19 12:01:34:058 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:01:34:058 1984 fc0 PT +++++++++++ PT: Synchronizing server updates +++++++++++ 2015-08-19 12:01:34:058 1984 fc0 PT + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx 2015-08-19 12:02:43:969 1984 fc0 Driver Matched driver to device PCI\VEN_10DE&DEV_05E3&SUBSYS_065B10DE&REV_A1 2015-08-19 12:02:43:969 1984 fc0 Driver Status: 0x180200a, ProblemNumber: 00000000 2015-08-19 12:03:11:628 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:03:11:628 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:03:11:643 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP85B6.tmp with dwProvFlags 0x00000080: 2015-08-19 12:03:11:643 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:03:11:643 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\v6-muredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:03:11:643 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:03:11:955 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\v6-muredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:03:11:971 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:03:11:971 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:03:11:971 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:03:11:971 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP870E.tmp with dwProvFlags 0x00000080: 2015-08-19 12:03:11:986 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:03:11:986 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\wuredir.cab with dwProvFlags 0x00000080: 2015-08-19 12:03:11:986 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:03:11:986 1984 fc0 Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\7971F918-A847-4430-9279-4A52D1EFE18D\TMP871F.tmp with dwProvFlags 0x00000080: 2015-08-19 12:03:11:986 1984 fc0 Misc Microsoft signed: NA 2015-08-19 12:03:11:986 1984 fc0 PT +++++++++++ PT: Synchronizing extended update info +++++++++++ 2015-08-19 12:03:11:986 1984 fc0 PT + ServiceId = {7971F918-A847-4430-9279-4A52D1EFE18D}, Server URL = https://fe2.update.microsoft.com/v6/ClientWebService/client.asmx 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2011/04/windows6.1-kb982018-v3-x64_7853a1c9c63611e17cd2c923704bf2e924bdfe7b.msu for file eFOhycY2EeF80skjcEvy6SS9/ns= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/dflt/2011/07/4641781_9a3fd13770adce3bb551cfb769607eea1d442ef8.cab for file mj/RN3Ctzju1Uc+3aWB+6h1ELvg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4967244_b9018351a069cc0f006a57879dcfb1c488f78621.cab for file uQGDUaBpzA8AaleHnc+xxIj3hiE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4969820_309b12a082084485c7715c9e3337faaead34d1bb.cab for file MJsSoIIIRIXHcVyeMzf6rq000bs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4986782_e126eb8bd365cbc2af5357716644786288feba07.cab for file 4Sbri9Nly8KvU1dxZkR4Yoj+ugc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4980091_be4a00a011527fe7b68b427c7296e757a1fdf5c5.cab for file vkoAoBFSf+e2i0J8cpbnV6H99cU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/05/5528393_ff627215596461421d12836054e8eff3a2f99f5f.cab for file /2JyFVlkYUIdEoNgVOjv86L5n18= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4984830_e89d0d1f5b47cc2296618a6c6748dbb65faef748.cab for file 6J0NH1tHzCKWYYpsZ0jbtl+u90g= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/08/5778310_3e3f1c7f7f238e9553e12a15dfb416f07b6cede9.cab for file Pj8cf38jjpVT4SoV37QW8Hts7ek= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/03/windows6.1-kb2604115-x64_f803cbb37f3ff118c75241f830755dd540e17cc5.msu for file +APLs38/8RjHUkH4MHVd1UDhfMU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4979877_50e6565112ddcc146bf7dede34c73c97f7736f7e.cab for file UOZWURLdzBRr997eNMc8l/dzb34= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/09/5925756_201e6f4da87881900fbaafff4634b3852c6130db.cab for file IB5vTah4gZAPuq//RjSzhSxhMNs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/08/5774275_97de8782c05503a4bae4013cf5d49fa85b41d079.cab for file l96HgsBVA6S65AE89dSfqFtB0Hk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4984878_872a879b5fee494c5e54b3a9e0ca48a5b55fc596.cab for file hyqHm1/uSUxeVLOp4MpIpbVfxZY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/09/5823269_2dadaff3b766b8b00585949a005092174d9c8cd5.cab for file La2v87dmuLAFhZSaAFCSF02cjNU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4984880_b1b21cdcd63fadcdf1237c2bcfef79908f999626.cab for file sbIc3NY/rc3xI3wrz+95kI+ZliY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4984847_4b271c25a3f2aab6f8f110f9407948990a783f15.cab for file SyccJaPyqrb48RD5QHlImQp4PxU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4984846_04e45a6907a10a4d9b6984155974f31c0235b823.cab for file BORaaQehCk2baYQVWXTzHAI1uCM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4984782_a01743e53d2b0f1cc648a3f98d963ebd31563cfe.cab for file oBdD5T0rDxzGSKP5jZY+vTFWPP4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4982918_8441ee9636c7da7cf13af32f7d347b81f898d49b.cab for file hEHuljbH2nzxOvMvfTR7gfiY1Js= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4982198_ecbc90863cf2e494e5e7f2e18fc661de4dac09a3.cab for file 7LyQhjzy5JTl5/Lhj8Zh3k2sCaM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/08/5778155_f1a353f78e34ffc17eea61fff5efd2a2557e0e85.cab for file 8aNT9440/8F+6mH/9e/SolV+DoU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4984885_e0efad86dce58d7cf099d9f98f5170f6a7a22ffd.cab for file 4O+thtzljXzwmdn5j1Fw9qeiL/0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4980052_e9a2f023855e8754986808e85449f9ade3b8b1bd.cab for file 6aLwI4Veh1SYaAjoVEn5reO4sb0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4984901_e20163f95d65c7994a02eaa55e139980e20731fc.cab for file 4gFj+V1lx5lKAuqlXhOZgOIHMfw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/09/windows6.1-kb2732059-v5-x64_102edb47f7704f3f1deb4ae6ace3f7e4f0ee9765.msu for file EC7bR/dwTz8d60rmrOP35PDul2U= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/08/5778151_456835d997d256d92507c2ddedb974f2f02195a8.cab for file RWg12ZfSVtklB8Ld7bl08vAhlag= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/09/windows6.1-kb2719857-x64_b9f708b95abbab7341f310595b3dc65798cf316a.msu for file ufcIuVq7q3NB8xBZWz3GV5jPMWo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/08/5778372_23061324f273083e4d07e5188be0fa79bb4ee293.cab for file IwYTJPJzCD5NB+UYi+D6ebtO4pM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4984982_b607cf57ea81af21be416ccf36ed5b2fcb057c13.cab for file tgfPV+qBryG+QWzPNu1bL8sFfBM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/04/4980003_994bebe7cc584667221bd969f05faab30eb71867.cab for file mUvr58xYRmciG9lp8F+qsw63GGc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/12/windows6.1-kb2736422-x64_8012d0310c4e3a74fbb64ea25d7f6050ec019201.msu for file gBLQMQxOOnT7tk6iXX9gUOwBkgE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/06/windows6.1-kb2840631-x64_7d86527ca72d6fd1bb59a6df80126d568867c48b.msu for file fYZSfKctb9G7WabfgBJtVohnxIs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/10/5994546_81a133aa24876d2b59ffd907070429851a2debf7.cab for file gaEzqiSHbStZ/9kHBwQphRot6/c= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2013/01/6715446_b2c2be34884f1ee6123d2639a0684e5cb0e6efcf.cab for file ssK+NIhPHuYSPSY5oGhOXLDm788= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/05/8144940_3435557bfb5f0525c970858f55ddebc621f32717.cab for file NDVVe/tfBSXJcIWPVd3rxiHzJxc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/06/8214379_b3063377b2a67454f61c2c41e6acb77933b38fb9.cab for file swYzd7KmdFT2HCxB5qy3eTOzj7k= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2013/02/7060442_a8a3a7087256e5251dd7e6a20a45208ed73da31b.cab for file qKOnCHJW5SUd1+aiCkUgjtc9oxs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/10/6164013_10fa206303bcb011b3f6a8eef73303b94772449a.cab for file EPogYwO8sBGz9qju9zMDuUdyRJo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/crup/2013/01/windows6.1-kb2786081-x64_dc63b04c58d952d533c40b185a8b555b50d47905.msu for file 3GOwTFjZUtUzxAsYWotVW1DUeQU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/ftpk/2013/02/windows6.1-kb2670838-x64_9f667ff60e80b64cbed2774681302baeaf0fc6a6.msu for file n2Z/9g6Atky+0ndGgTArrq8PxqY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2013/05/8013879_74cfa28ebd39bd116bf1bf486bc471c344b76740.cab for file dM+ijr05vRFr8b9Ia8Rxw0S3Z0A= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/10/5994544_0c87054add724889dc1953af33d6cbb00222a617.cab for file DIcFSt1ySIncGVOvM9bLsAIiphc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2013/02/7060428_ca60e4f36a383478e2e4112ad41f0091d664079c.cab for file ymDk82o4NHji5BEq1B8AkdZkB5w= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/08/windows6.1-kb2803821-v2-x64_d89c709a7908f771a78e27933081f269c2abfb9d.msu for file 2JxwmnkI93GnjieTMIHyacKr+50= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/11/6207786_3e5f44814ee5f91b704773a67d47c924b062926d.cab for file Pl9EgU7l+RtwR3OmfUfJJLBikm0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/11/6207597_f7c5982c7fc28721626fa1f4e0b2c3f3359e2504.cab for file 98WYLH/ChyFib6H04LLD8zWeJQQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/11/windows6.1-kb2763523-x64_54e9869a30c7f35f3b09ded178843c9514f753e5.msu for file VOmGmjDH8187Cd7ReIQ8lRT3U+U= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/09/windows6.1-kb2732487-v2-x64_90cdfa45eae23f853204394de11708a945785117.msu for file kM36ReriP4UyBDlN4RcIqUV4URc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/07/8505426_5317a180e3b5767b649aa59e38b9288e733bf8c2.cab for file UxehgOO1dntkmqWeOLkojnM7+MI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/05/windows6.1-kb2813430-x64_0a282a6077331c034ba2d31b85dfe65dcc71e380.msu for file CigqYHczHANLotMbhd/mXcxx44A= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2013/01/6716135_a45b34b25291293f476cf12a8766cd3ef64f29ed.cab for file pFs0slKRKT9HbPEqh2bNPvZPKe0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2013/01/6714718_08c8b71c961dfebefdb959adebd04b120857d1d3.cab for file CMi3HJYd/r79uVmt69BLEghX0dM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2013/05/windows6.1-kb2839894-x64_3a803245352c31cadf1e691308653b672db95fc6.msu for file OoAyRTUsMcrfHmkTCGU7Zy25X8Y= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2013/03/7294869_5508026596ec35c9e56f70bd122680b48cdcb932.cab for file VQgCZZbsNcnlb3C9EiaAtIzcuTI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/08/8855718_a76db26262ea8a2a4b7ac6e74e7b1026e0586f5b.cab for file p22yYmLqiipLesbnTnsQJuBYb1s= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2013/03/7259769_5cbefd8b359ba275072c3517127e84c83cbc7fa2.cab for file XL79izWbonUHLDUXEn6EyDy8f6I= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/07/8505406_dee0ced1b392d3156a7e7e39ffac77ca9fb15dbe.cab for file 3uDO0bOS0xVqfn45/6x3yp+xXb4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2013/02/windows6.1-kb2791765-x64_538a4749dd2c9e9e7ad0aa9276ddfa3e8aa01366.msu for file U4pHSd0snp560KqSdt36PoqgE2Y= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/08/8854763_61e5292e3f96263700e118062c2c564bda69868a.cab for file YeUpLj+WJjcA4RgGLCxWS9pphoo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2013/06/windows6.1-kb2847927-x64_ece0ef5b536b396fea024abf91ba749d462de86e.msu for file 7ODvW1NrOW/qAkq/kbp0nUYt6G4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/12/windows6.1-kb2742599-x64_d00e2e3bafa37096b6a83f9fc0d611ac2241d832.msu for file 0A4uO6+jcJa2qD+fwNYRrCJB2DI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2013/05/windows6.1-kb2820331-x64_48fa2d34df16797cf8f7739edeb92f67bdcb77b9.msu for file SPotNN8WeXz493Oe3rkvZ73Ld7k= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/06/8212676_7c98a24185cf04b80c84a9b91a59ab63802a6820.cab for file fJiiQYXPBLgMhKm5GlmrY4AqaCA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/11/windows6.1-kb2750841-x64_bb08f9dbac0d72f1227b362ee503deda2f3dceb6.msu for file uwj526wNcvEiezYu5QPe2i89zrY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/common/2012/10/6001224_6e7a63b92772bd2d84698519e862297c034d70a7.cab for file bnpjuSdyvS2EaYUZ6GIpfANNcKc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/10/9624514_5f18602c00fa87f441c98f66ae2678dbc35652d9.cab for file XxhgLAD6h/RByY9mriZ428NWUtk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946611_f45cdd8461c53fda49bfbd423525870634e1a010.cab for file 9FzdhGHFP9pJv71CNSWHBjThoBA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/10/9624502_50e40a5d4fa801de87106bb18a6ffa0bfb50b52e.cab for file UOQKXU+oAd6HEGuxim/6C/tQtS4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/09/windows6.1-kb2884256-x64_88f3b33a718917f2d476788a9484e49426f73d3f.msu for file iPOzOnGJF/LUdniKlITklCb3PT8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/10/9624217_35ee493e4253819c27d0c4aacf3a64f9bf1cd7ba.cab for file Ne5JPkJTgZwn0MSqzzpk+b8c17o= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2013/10/windows6.1-kb2852386-x64_3f924a0866401d6796413ad46ada8bb862e6c2c9.msu for file P5JKCGZAHWeWQTrUatqLuGLmwsk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946613_12e80d99ec519c477a3a7b0b30c38590fdbf29fa.cab for file EugNmexRnEd6OnsLMMOFkP2/Kfo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/10/9625507_7fe3d7a930ec28d9e7979f5ba0cb82b314f90302.cab for file f+PXqTDsKNnnl59boMuCsxT5AwI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/09/9247454_d3481949a779d7d610a4c532d7fc9d31c5de9845.cab for file 00gZSad519YQpMUy1/ydMcXemEU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/09/9248473_d2e62ed15465c4eccba9de8c52ea77d3224a1b45.cab for file 0uYu0VRlxOzLqd6MUup30yJKG0U= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-id_eb574545d285e6a4cf04c6d1277aba036e97d8ee.msu for file 61dFRdKF5qTPBMbRJ3q6A26X2O4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2013/08/windows6.1-kb2853952-x64_619538e685f0bc6bcde779a1a0b80ed5611f27e7.msu for file YZU45oXwvGvN53mhoLgO1WEfJ+c= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/09/windows6.1-kb2862335-x64_aa6d0d8b2cf846283878212589bb0614f5c461e0.msu for file qm0Niyz4Rig4eCElibsGFPXEYeA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-sv_6dc16b4b494a3f4002d7405f50823f163bec5cb3.msu for file bcFrS0lKP0AC10BfUII/FjvsXLM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/07/windows6.1-kb2868038-x64_f61f005ef0fc4bb84dc16b2e5ab60e44d065889c.msu for file 9h8AXvD8S7hNwWsuWrYORNBliJw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-sr-cyrl_7d1d570694d045da0c22f05e733cae84122dc636.msu for file fR1XBpTQRdoMIvBeczyuhBItxjY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/11/ie-spelling-gl_50363ca00296d55202435d869ba9e706e5979287.msu for file UDY8oAKW1VICQ12Gm6nnBuWXkoc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/10/windows6.1-kb2592687-x64_f5cd9f3dab8cdbbf287fee84148e8ea69042bcc3.msu for file 9c2fPauM278of+6EFI6OppBCvMM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946609_a35ead95d7cc969b0f330941c87874d6c27874dd.cab for file o16tldfMlpsPMwlByHh01sJ4dN0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/10/9622189_45d89c4a53158fc9616fea0c3469a36e3762591b.cab for file RdicSlMVj8lhb+oMNGmjbjdiWRs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/08/windows6.1-kb2861698-x64_ffad7f02ee876e2735c248d57720118b60d4b163.msu for file /61/Au6Hbic1wkjVdyARi2DUsWM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/10/9623659_798844d1d7d67a184e0f949485bcfa6d0e3c7485.cab for file eYhE0dfWehhOD5SUhbz6bQ48dIU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/10/9622308_2d409f5d061262907b9007e41352d5421b615862.cab for file LUCfXQYSYpB7kAfkE1LVQhthWGI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/09/9248513_aafa47c75a3c05d7d602a7eb1d001f09367fb25c.cab for file qvpHx1o8BdfWAqfrHQAfCTZ/slw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/09/9247620_1e3703413a95fe7a8ed43cf06458c6141765c861.cab for file HjcDQTqV/nqO1DzwZFjGFBdlyGE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/09/9247468_69f115208eb747a522e87fe1e5a539702cde67ce.cab for file afEVII63R6Ui6H/h5aU5cCzeZ84= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946447_7489887af837b199e591f957d0427bcf6474b263.cab for file dImIevg3sZnlkflX0EJ7z2R0smM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2013/06/windows6.1-kb2808679-x64_e44a2f7de51433572a8a2c5f5f79b14c2fcb17b6.msu for file 5EovfeUUM1cqiixfX3mxTC/LF7Y= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2013/09/windows6.1-kb2888049-x64_fae6327b151ae04b56fac431e682145c14474c69.msu for file +uYyexUa4EtW+sQx5oIUXBRHTGk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/crup/2013/08/windows6.1-kb2868116-x64_13e1bc4820fe0607d7cecc940b44eead8ae6260c.msu for file E+G8SCD+BgfXzsyUC0TurYrmJgw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946449_122bde0e847c1a65d3bf045fac0b4fe26a305adc.cab for file EiveDoR8GmXTvwRfrAtP4mowWtw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/07/windows6.1-kb2864202-x64_92617ad813adf4795cd694d828558271086f4f70.msu for file kmF62BOt9Hlc1pTYKFWCcQhvT3A= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-hr_fb4fe854cf9e01af3b6ebcc76eae8f1c8e16a124.msu for file +0/oVM+eAa87brzHbq6PHI4WoSQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/10/9624504_2503cdffc1763b5a88d4698180f841640ed2630d.cab for file JQPN/8F2O1qI1GmBgPhBZA7SYw0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2013/09/windows6.1-kb2846960-x64_74e9802d9f01c66514dd5e2183d984f7f4f9365a.msu for file dOmALZ8BxmUU3V4hg9mE9/T5Nlo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/10/9622749_f2cd216d3dbb444d6509111ec3550ab77a63e339.cab for file 8s0hbT27RE1lCREew1UKt3pj4zk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2013/08/windows6.1-kb2834140-v2-x64_3db9d9b3dc20515bf4b164821b721402e34ad9d6.msu for file PbnZs9wgUVv0sWSCG3IUAuNK2dY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/09/9247622_60d79f373add614029f445293d66ca73492a196e.cab for file YNefNzrdYUAp9EUpPWbKc0kqGW4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/10/9623836_5478219b81fbcd025b554586ba9051eb09590f7c.cab for file VHghm4H7zQJbVUWGupBR6wlZD3w= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/10/9622659_dcbe8cd64de17d67dea5fc242bed3cfb441df00f.cab for file 3L6M1k3hfWfepfwkK+08+0Qd8A8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/10/9622536_ed63620592775e349b405a91a4a14ee61bc1a38a.cab for file 7WNiBZJ3XjSbQFqRpKFO5hvBo4o= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2013/06/windows6.1-kb2574819-v2-x64_a0b7ffff5c8fc9b2f16b323e582bcda3bbe972d5.msu for file oLf//1yPybLxazI+WCvNo7vpctU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946987_7e1608db514d113dcdd5804cdc6dd846a95846a5.cab for file fhYI21FNET3N1YBM3G3YRqlYRqU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/10/ie-spelling-eu_8ca5cabd91102e1f8f86dd0dcf71b0948a4ebc6b.msu for file jKXKvZEQLh+Pht0Nz3GwlIpOvGs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/10/ie-spelling-ar_30977b7225e46f241f3889766267ffb8642fb9a5.msu for file MJd7ciXkbyQfOIl2Ymf/uGQvuaU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-tr_6f7393381c59a02a43cd12ec6d5a5ba367bc16bc.msu for file b3OTOBxZoCpDzRLsbVpbo2e8Frw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946821_f5082b842c8abc5c47cfc68f98340ec384b69fa9.cab for file 9QgrhCyKvFxHz8aPmDQOw4S2n6k= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-it_757781c5b1d45d53a65ba44d741e7a2168c56755.msu for file dXeBxbHUXVOmW6RNdB56IWjFZ1U= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947411_fadfca415d3dd6dc63e63b14d5530cd782b48a0c.cab for file +t/KQV091txj5jsU1VMM14K0igw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946989_958e523a52285ec0d9cd44e60dc4752df2c45031.cab for file lY5SOlIoXsDZzUTmDcR1LfLEUDE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946809_956a2f816d410c0ccdb3547eb85440d016d601d3.cab for file lWovgW1BDAzNs1R+uFRA0BbWAdM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946995_c832019a5c4ed3584c147b41ce3f39be1fca9a05.cab for file yDIBmlxO01hMFHtBzj85vh/KmgU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/11/ie-spelling-nl_3576e6450352dfc0c0892bf62384e75a56d780a7.msu for file NXbmRQNS38DAiSv2I4TnWlbXgKc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-sk_4f4ea78ab6593037e1f984bbe073251d7bbf7948.msu for file T06nirZZMDfh+YS74HMlHXu/eUg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/11/ie-spelling-da_29485c052dc28c0033e2ac5211e54c1bcc2dc8d6.msu for file KUhcBS3CjAAz4qxSEeVMG8wtyNY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-es_51ba34590e81e0958affe0a4c35682cb5fed5fb4.msu for file Ubo0WQ6B4JWK/+Ckw1aCy1/tX7Q= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-lv_0d2c7eaff98f432e597fef46ff09497022b407f5.msu for file DSx+r/mPQy5Zf+9G/wlJcCK0B/U= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947734_4122b8e299621897ba13d4138a15679cb9413194.cab for file QSK44pliGJe6E9QTihVnnLlBMZQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946815_5935416778327e3e2033bd312449998c4f1c5729.cab for file WTVBZ3gyfj4gM70xJEmZjE8cVyk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946991_8bd4e102f8e98a4b480884494a29b1c7c9964f30.cab for file i9ThAvjpiktICIRJSimxx8mWTzA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946983_e4cba3bc09479e2025141b34cd5cd30cc1c37b70.cab for file 5MujvAlHniAlFBs0zVzTDMHDe3A= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-nn_9e48255da0dccbba3809a9357206086907b15e9e.msu for file nkglXaDcy7o4Cak1cgYIaQexXp4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946993_87a0ebc05ece9d683a0a7586d97d0464fd6e51bc.cab for file h6DrwF7OnWg6CnWG2X0EZP1uUbw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-nb_f2e75cb9e611a5ac30a6fe4f6965c03bee4560e7.msu for file 8udcueYRpawwpv5PaWXAO+5FYOc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-ru_c21e390222f2031e1f1a2b7625203f590016faa8.msu for file wh45AiLyAx4fGit2JSA/WQAW+qg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947412_48f123a76660a5d081cc401fe19a4f8dae784638.cab for file SPEjp2ZgpdCBzEAf4ZpPja54Rjg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946819_a0f32b08eef016d168d9fc5cb6aa0b7435748834.cab for file oPMrCO7wFtFo2fxctqoLdDV0iDQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946985_bd1510311d13985cdb2ddeff406971b3bab3e2c8.cab for file vRUQMR0TmFzbLd7/QGlxs7qz4sg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947155_38a5361f2aece680dfb3123ec7ea3c114397eab2.cab for file OKU2Hyrs5oDfsxI+x+o8EUOX6rI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946807_7c4d5da2a478617ecd41834d88a2103a9050673e.cab for file fE1doqR4YX7NQYNNiKIQOpBQZz4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-el_6b97f367323c01e473b9ae5d3899367ca8a554fc.msu for file a5fzZzI8AeRzua5dOJk2fKilVPw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-sl_9759fddb17d254c6101883838865bc5298c0ec3d.msu for file l1n92xfSVMYQGIODiGW8UpjA7D0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946710_816b4846d7f891b997dc300717877f0718e4f390.cab for file gWtIRtf4kbmX3DAHF4d/Bxjk85A= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-he_5cb369423e545c3f17ffff28be66faa14b30ae20.msu for file XLNpQj5UXD8X//8ovmb6oUswriA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946817_f26ae028a5b6729bb4f495247d7bfd0e69456303.cab for file 8mrgKKW2cpu09JUkfXv9DmlFYwM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947732_8891c5f24ff3dd4bcbde8ecc4655bd6bdcfc71d9.cab for file iJHF8k/z3UvL3o7MRlW9a9z8cdk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-ro_15653f12aeff49baa8484596302139b5b4aece7d.msu for file FWU/Eq7/SbqoSEWWMCE5tbSuzn0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947157_bab9a718f746d26d0d71d2cf937074e7a00636ae.cab for file urmnGPdG0m0NcdLPk3B056AGNq4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946811_5fc25e1d989e0f67474214a0d67d8cd5258b05bd.cab for file X8JeHZieD2dHQhSg1n2M1SWLBb0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/10/ie-spelling-pt-br_ef47448dd9313e50a2c579deda6a8e8bb2474485.msu for file 70dEjdkxPlCixXne2mqOi7JHRIU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947736_0109440cbb2e2541dc2ae8d5b52f7bbfe8a285c1.cab for file AQlEDLsuJUHcKujVtS97v+iihcE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-sr-latn_90c9b8ecc4818b12b3f3a2e06bd67c1da4d41efb.msu for file kMm47MSBixKz86Lga9Z8HaTUHvs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-ca_96ee75c0dfd663091adffd5ece95c08a4f3e6d99.msu for file lu51wN/WYwka3/1ezpXAik8+bZk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946813_1ff8fa10b1c8d1091f0556fdeeaa23f401190214.cab for file H/j6ELHI0QkfBVb97qoj9AEZAhQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-uk_d41473bf80b63070a200d57cd626a03d95733ca3.msu for file 1BRzv4C2MHCiANV81iagPZVzPKM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/11/ie-spelling-et_e022664e0ae93d15b8ab03dba4b4ace3bf25aa04.msu for file 4CJmTgrpPRW4qwPbpLSs478lqgQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947414_a7fc6cf72b969e21c0946a6c40db4ef6cd79a66f.cab for file p/xs9yuWniHAlGpsQNtO9s15pm8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-de_868820b048f75dd5aba424c1b4b34c20cf239456.msu for file hoggsEj3XdWrpCTBtLNMIM8jlFY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9946981_75c2312cb5debcce21ec2d1035a341369ad2218e.cab for file dcIxLLXevM4h7C0QNaNBNprSIY4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-pl_5849ca60c56e4278ddd573a5f5c4fc89ca31255a.msu for file WEnKYMVuQnjd1XOl9cT8icoxJVo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/11/ie-spelling-cs_7670ca9307fba39cdb965f3e2d867284806be287.msu for file dnDKkwf7o5zbll8+LYZyhIBr4oc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2013/11/windows6.1-kb2892074-x64_16b12cf8dc29d64afaca164fec15678cb9f6beb0.msu for file FrEs+Nwp1kr6yhZP7BVnjLn2vrA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/12/10257787_48af03958f2d84f6ddded0c98e06d2a14c217948.cab for file SK8DlY8thPbd3tDJjgbSoUwheUg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947742_48d159684b523ad7ed2969920be714c0f2de54a1.cab for file SNFZaEtSOtftKWmSC+cUwPLeVKE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/12/10256136_184fe13bc3ba92b264a07d8dfa656171167690e6.cab for file GE/hO8O6krJkoH2N+mVhcRZ2kOY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/11/10003945_1db2312ce37b490035f759cc61880c89250e2d6b.cab for file HbIxLON7SQA191nMYYgMiSUOLWs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/11/10026465_865d974e4a9b4109e2057afad3816de819aa1aef.cab for file hl2XTkqbQQniBXr604Ft6BmqGu8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/11/ie-spelling-pt-pt_6f6c539385ff12f525f40f4f6a158e621f10bef8.msu for file b2xTk4X/EvUl9A9PahWOYh8Qvvg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/11/10003939_b1256a4602041ab19f4dba0a8ba98d041e2b31b1.cab for file sSVqRgIEGrGfTboKi6mNBB4rMbE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/10003133_fb9366545b6f1c91b26bd25e14ba513fa9c21499.cab for file +5NmVFtvHJGya9JeFLpRP6nCFJk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-hi_5ea3ba83c232263da6b2baf7a49a8bfa51aa4049.msu for file XqO6g8IyJj2msrr3pJqL+lGqQEk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947748_8d431d0c7fed8cb9391762fd4c494bda22edfcb6.cab for file jUMdDH/tjLk5F2L9TElL2iLt/LY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/11/ie-spelling-fr_c13c1d2748c918d502620308ec9d9f1732781734.msu for file wTwdJ0jJGNUCYgMI7J2fFzJ4FzQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947740_d1d5c6967805ff477a7a7de9cb5c3dcec54c6ee0.cab for file 0dXGlngF/0d6en3py1w9zsVMbuA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/11/ie-spelling-en_eb351282502a45726223354a4e92d17807d78bbb.msu for file 6zUSglAqRXJiIzVKTpLReAfXi7s= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947744_35abd95860f3ebe836a420c8de25f2c0198d8c6a.cab for file NavZWGDz6+g2pCDI3iXywBmNjGo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947746_9296e1904258e26ff0b81dd38f29467d31ec5c68.cab for file kpbhkEJY4m/wuB3TjylGfTHsXGg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947738_6194f94fb84071b02033143f821e93c481407006.cab for file YZT5T7hAcbAgMxQ/gh6TxIFAcAY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2013/11/9947750_81414d4178bf04435c62b4ecad16e9535e78cb37.cab for file gUFNQXi/BENcYrTsrRbpU154yzc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/10/ie-spelling-bg_08ae9cfa042f1cfd77a8b2a1e433f0a18c76f697.msu for file CK6c+gQvHP13qLKh5DPwoYx29pc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/10/windows6.1-kb2647753-v4-x64_ca4e3f204c16f2ca28523d855f06fb4fa0d61ec7.msu for file yk4/IEwW8sooUj2FXwb7T6DWHsc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/11/10003845_0243029fb72f2096ca118e184bf97a2a04909d03.cab for file AkMCn7cvIJbKEY4YS/l6KgSQnQM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/ftpk/2013/11/ie-spelling-fi_935ac6bac542111ccf42349eb55ff7123f4e8ca2.msu for file k1rGusVCERzPQjSetV/3Ej9OjKI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2011/04/windows6.1-kb2515325-x64_3896cfd8810e4f605e516865634cfe78c60752fd.msu for file OJbP2IEOT2BeUWhlY0z+eMYHUv0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/10/windows6.1-kb2893294-x64_2dc081110a10ae52ac520d00c7334ca768f99e0e.msu for file LcCBEQoQrlKsUg0AxzNMp2j5ng4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2013/10/windows6.1-kb2862152-x64_72bbaf8697440a998df17db09a69b24d96c4fe07.msu for file cruvhpdECpmN8X2wmmmyTZbE/gc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/11/windows6.1-kb2900986-x64_a56afda70b8208665280cb79d0a6704bb7dcc3bb.msu for file pWr9pwuCCGZSgMt50KZwS7fcw7s= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/12/10257900_1d877c6c19edbee1cb845d18a1b76b299fbd8b17.cab for file HYd8bBntvuHLhF0YobdrKZ+9ixc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2013/11/windows6.1-kb2887069-x64_2c5f66ada2affc3aaa32e8478cda58e4ad959522.msu for file LF9mraKv/DqqMuhHjNpY5K2VlSI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/ftpk/2013/11/ie-spelling-lt_ea2f88dd2dcbe8dd4137f3e89ee2a2b27a9e31f1.msu for file 6i+I3S3L6N1BN/PonuKisnqeMfE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/11/10002203_8cb727192ad78e091a03b1b8e688524ad185028e.cab for file jLcnGSrXjgkaA7G45ohSStGFAo4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2013/11/windows6.1-kb2893519-x64_ae0f3e01c32cf3adbb340cf835e745360188021d.msu for file rg8+AcMs8627NAz4NedFNgGIAh0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/12/10258292_c7767820a7dbd80f04f5a5e9d2bf73b5ff9cb861.cab for file x3Z4IKfb2A8E9aXp0r9ztf+cuGE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/02/11151656_7f5c2dea38517944f25914213ec0afde46b4ab0e.cab for file f1wt6jhReUTyWRQhPsCv3ka0qw4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2014/04/windows6.1-kb2908783-x64_cc0fdf4fd413cf7ff72452f0a87d257e3f49901f.msu for file zA/fT9QTz3/3JFLwqH0lfj9JkB8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/crup/2014/02/windows6.1-kb2929733-x64_6b0f7533e6d60e0fde67fc14467bd2bd08a05a18.msu for file aw91M+bWDg/eZ/wURnvSvQigWhg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2014/02/windows6.1-kb2923545-x64_d263a19b8935efa334ef713cfbfecede3c51a3d1.msu for file 0mOhm4k176M073E8+/7O3jxRo9E= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/04/11836883_36b9e2249aa3de9487620bc269df592ec172c4c2.cab for file NrniJJqj3pSHYgvCad9ZLsFyxMI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/02/11151660_c1ed52ad06b5aa816a526b14f3d3f4ccb8bc430f.cab for file we1SrQa1qoFqUmsU89P0zLi8Qw8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/04/11974254_bcb3424836453870c676d1d3916d0b6922795765.cab for file vLNCSDZFOHDGdtHTkW0LaSJ5V2U= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2014/02/windows6.1-kb2843630-v3-x64_c09a116ad2c934ab80ce818ecc0a72953495c4b2.msu for file wJoRatLJNKuAzoGOzApylTSVxLI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/02/11151654_1237b9cf7899bbcfb17020ab3d2539652459f175.cab for file Eje5z3iZu8+xcCCrPSU5ZSRZ8XU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/04/11836873_63857aa65d9aa8f143727ca18418c7f30cc873e1.cab for file Y4V6pl2aqPFDcnyhhBjH8wzIc+E= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/03/11541433_d60ec8159febc872244d82f90a61ec54f68c40bc.cab for file 1g7IFZ/ryHIkTYL5CmHsVPaMQLw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/01/10732607_9efebc33eb410d74a609217643a1495cb43067d5.cab for file nv68M+tBDXSmCSF2Q6FJXLQwZ9U= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2013/11/windows6.1-kb2830477-x64_21cae4796ac834f66eec9a190815e1e1b8195908.msu for file IcrkeWrINPZu7JoZCBXh4bgZWQg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2014/01/windows6.1-kb2911501-x64_8c304d7a8a79af75507086623dc8873eb2fd28c0.msu for file jDBNeop5r3VQcIZiPciHPrL9KMA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2013/12/windows6.1-kb2912390-x64_413ad3ebc0199bd6d0ec00aaa0a17c73a00b8c30.msu for file QTrT68AZm9bQ7ACqoKF8c6ALjDA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/04/11835453_2de3031c694220adac053e955fe1f7e4a85079ec.cab for file LeMDHGlCIK2sBT6VX+H35KhQeew= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/02/11354524_a4fd5a331a2c3c1db84539312745418a53fbcaa6.cab for file pP1aMxosPB24RTkxJ0VBilP7yqY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/02/11151035_fbacc390944339e332cece5af75ecb8d866d26ce.cab for file +6zDkJRDOeMyzs5a917LjYZtJs4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/04/11835378_7d8ad81a0a98af5fd324f9c57e062d7ac7874a25.cab for file fYrYGgqYr1/TJPnFfgYteseHSiU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2014/02/windows6.1-kb2919469-x64_86cda4c626b085836b92ee00a182f1c20bb93c7b.msu for file hs2kxiawhYNrku4AoYLxwgu5PHs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2014/04/windows6.1-kb2928562-x64_cc57817d0f7a44f4df7ec33d52312bb48ad4f084.msu for file zFeBfQ96RPTffsM9UjErtIrU8IQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2013/06/windows6.1-kb2574819-v2-x64_a0b7ffff5c8fc9b2f16b323e582bcda3bbe972d5.msu for file oLf//1yPybLxazI+WCvNo7vpctU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/02/11151652_1e28c74c772235309fe0f58c7a2cf240dd254026.cab for file HijHTHciNTCf4PWMeizyQN0lQCY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2013/12/windows6.1-kb2891804-x64_ce3ac5c79d2220768e2d3eb5949b90edb9609b6f.msu for file zjrFx50iIHaOLT61lJuQ7blgm28= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2013/08/windows6.1-kb2862973-x64_5d276c1167c59328ef7ee6ba40399f1b8529bb71.msu for file XSdsEWfFkyjvfua6QDmfG4Upu3E= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/02/11151054_f7085e994719de0cfc9a75378b398eb6aa37f225.cab for file 9whemUcZ3gz8mnU3izmOtqo38iU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2014/02/windows6.1-kb2918077-x64_d746e693d2f70955ca8e61c9492e72dcfa12adb8.msu for file 10bmk9L3CVXKjmHJSS5y3PoSrbg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2013/12/10258924_00995ee6dbbed60ffe339aa5023ab9d3f5b295e4.cab for file AJle5tu+1g/+M5qlAjq50/WyleQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2013/11/windows6.1-kb2857650-x64_83ff2b5ef551e039133437a12b2893eba3ba79b5.msu for file g/8rXvVR4DkTNDehKyiT66O6ebU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/02/11151653_1ea8e4d21dd7e3a8eeeb8ce88d5ccdbc403f48c0.cab for file Hqjk0h3X46ju64zojVzNvEA/SMA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/03/11542061_5c507c61d61f9fb95b46ffb0657aca1fae914704.cab for file XFB8YdYfn7lbRv+wZXrKH66RRwQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2013/12/windows6.1-kb2862330-v2-x64_c1a8b768d8c22640d0a80966d124f441eb625934.msu for file wai3aNjCJkDQqAlm0ST0QetiWTQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/02/11151379_4bf00928b5343196851713fb188466decd4b633f.cab for file S/AJKLU0MZaFFxP7GIRm3s1LYz8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/04/windows6.1-kb2931356-x64_653280975c830364b9ef78db4140ad08ce551c4b.msu for file ZTKAl1yDA2S573jbQUCtCM5VHEs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134874_1cb526c837b71d937a9a2ddf801891baa7e8c6e3.cab for file HLUmyDe3HZN6mi3fgBiRuqfoxuM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134862_bc81a8ea46cba4c0227eccca930320c6b350f6f4.cab for file vIGo6kbLpMAifszKkwMgxrNQ9vQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/08/13522417_1e31b7954e2d1fad99709d4b9f9fd8e2e1664589.cab for file HjG3lU4tH62ZcJ1Ln5/Y4uFmRYk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/06/12407623_6e85b177e6ad1cadc7be097108a550b8ba551640.cab for file boWxd+atHK3HvglxCKVQuLpVFkA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/01/windows6.1-kb2479943-x64_2a683f1c9acb8b3c1fb480c1ff07a275267030ec.msu for file Kmg/HJrLizwftIDB/weidSZwMOw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/06/12408588_de8ed3791c4cb4d334daf74dd13cb5251e1f0819.cab for file 3o7TeRxMtNM02vdN0Ty1JR4fCBk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/08/13521936_deb2d126f7293a7ff53619cc21c5d4688087ab4c.cab for file 3rLRJvcpOn/1NhnMIcXUaICHq0w= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/07/12806694_8ece39ea77a164045091d776bab28fba6462562b.cab for file js456nehZARQkdd2urKPumRiVis= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2014/06/windows6.1-kb2973201-x64_15cd6f4d6651b3afefa3c000263b8f4b8532f79f.msu for file Fc1vTWZRs6/vo8AAJjuPS4Uy958= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/07/windows6.1-kb2943357-x64_035199134a0e40f5eb6bf83b2781850db5c84d81.msu for file A1GZE0oOQPXra/g7J4GFDbXITYE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/07/windows6.1-kb2976897-x64_e73561cff97025c928b17b03aec67c2563e96c1b.msu for file 5zVhz/lwJckosXsDrsZ8JWPpbBs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/05/windows6.1-kb2957189-x64_3e67a47dcb3edafc78aafa5c0229a42d6fbdee16.msu for file Pmekfcs+2vx4qvpcAimkLW+97hY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/05/12158992_4cd6f60a878538815a5024808243f39c8514bd42.cab for file TNb2CoeFOIFaUCSAgkPznIUUvUI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/06/windows6.1-kb2972280-x64_27c97249be15ed3af131b517a0473ebf3148f96e.msu for file J8lySb4V7TrxMbUXoEc+vzFI+W4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/02/windows6.1-kb2640148-v2-x64_32f195699b401df56e4c0562757308e9b1909a3a.msu for file MvGVaZtAHfVuTAVidXMI6bGQmjo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/08/13521938_e74feebc30ab5e8bd8d5a1a5970a2534fde3b019.cab for file 50/uvDCrXovY1aGllwolNP3jsBk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/05/12159407_0bf8e086f584cd4229003242ea7aabaa59a5970e.cab for file C/jghvWEzUIpADJC6nqrqlmllw4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/05/12158994_eb64573314f2b4db04e657b9b0f038f40b50e5ff.cab for file 62RXMxTytNsE5le5sPA49AtQ5f8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/07/windows6.1-kb2978742-x64_724fd42c0778964738f29c064cfd6f8763a0023c.msu for file ck/ULAd4lkc48pwGTP1vh2OgAjw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/05/12159891_6dc4fcaeb06b93cb1367a5241e253e38b2264361.cab for file bcT8rrBrk8sTZ6UkHiU+OLImQ2E= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/07/12806485_5572a76b6a8a9b0a2e3d3fd407a2ecf896f6c0ff.cab for file VXKna2qKmwouPT/UB6Ls+Jb2wP8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/05/windows6.1-kb2957509-x64_d70846e3f63f92df8e6de5385f72f6d825e08cc1.msu for file 1whG4/Y/kt+ObeU4X3L22CXgjME= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/08/13522413_3517d57ab78b7df79c6d1ac17bcfbc40aa1d9dd7.cab for file NRfVereLffecbRrBe8+8QKodndc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2014/07/windows6.1-kb2966583-x64_c9d3315b35f55a10237994c77ceb86842881761c.msu for file ydMxWzX1WhAjeZTHfOuGhCiBdhw= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/06/12408445_db08b01295c6928fede67625bd652846fc738df7.cab for file 2wiwEpXGko/t5nYlvWUoRvxzjfc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/05/12160692_78c09dafda8d24d09ad79b49b2dd76520abb0ae0.cab for file eMCdr9qNJNCa15tJst12Ugq7CuA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/09/windows6.1-kb2705219-v2-x64_a38d382c053a348e78016d4203a53073a4de4636.msu for file o404LAU6NI54AW1CA6Uwc6TeRjY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/03/windows6.1-kb2511455-x64_5d1cb325b38204f75d302f85b98058d5937019fd.msu for file XRyzJbOCBPddMC+FuYBY1ZNwGf0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134872_ba757674fcb0219dd6d8da234314a1c2a5922e07.cab for file unV2dPywIZ3W2NojQxShwqWSLgc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/07/windows6.1-kb2937610-x64_4eadbbde029e5d21eb46aaada7b2bd012f211f6f.msu for file Tq273gKeXSHrRqqtp7K9AS8hH28= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/05/12158990_c97bf0a8ee601288b9f3eb5d598328e8f05a0f49.cab for file yXvwqO5gEoi58+tdWYMo6PBaD0k= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/07/12806789_4024d1171dea0263eba8f0706998cde8d89750a5.cab for file QCTRFx3qAmPrqPBwaZjN6NiXUKU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2014/06/windows6.1-kb2800095-v2-x64_acbc49bbde2fdca32d36f184128a1aba6ab3faa7.msu for file rLxJu94v3KMtNvGEEooaumqz+qc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2014/06/windows6.1-kb2961072-x64_a035148a1aab69a8dfbadec6794c60d6966379a0.msu for file oDUUihqraajfut7GeUxg1pZjeaA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/07/12806846_30bbf4ad943a7f623082bc40ec73b85247e2a945.cab for file MLv0rZQ6f2IwgrxA7HO4UkfiqUU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/04/windows6.1-kb2939576-x64_6c54c0ca64349ff293e58dbe20bcb17e2436800a.msu for file bFTAymQ0n/KT5Y2+ILyxfiQ2gAo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134866_2f17cf57663225f174321fcab70efcab60063ba1.cab for file LxfPV2YyJfF0Mh/Ktw78q2AGO6E= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/06/12408352_0aee92d62cc59c0aafcf4997c88cd04fd80cf780.cab for file Cu6S1izFnAqvz0mXyIzQT9gM94A= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/04/windows6.1-kb2871997-v2-x64_92e5e108b94d145a1d8a1627e2e9b830a4fa2fc5.msu for file kuXhCLlNFFodihYn4um4MKT6L8U= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/06/12407283_2e1abdbc7973801e66f7e1768ba39c99f473cc31.cab for file Lhq9vHlzgB5m9+F2i6OcmfRzzDE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/03/windows6.1-kb2509553-x64_48517ee2bd09479ad2d04c03e00f9b1460996469.msu for file SFF+4r0JR5rS0EwD4A+bFGCZZGk= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/09/windows6.1-kb2579686-x64_8aafda82929dade948fa4f336325dc2ee2dcdc02.msu for file iq/agpKdrelI+k8zYyXcLuLc3AI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134901_ecc7a18b40972a079bbfb61034e96ce1f76db85d.cab for file 7Mehi0CXKgebv7YQNOls4fdtuF0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2011/06/windows6.1-kb2547666-x64_28b78926b1b1a04a9867050ecb5e81857ebd5d66.msu for file KLeJJrGxoEqYZwUOy16BhX69XWY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134987_09fcc3ece64a89020b91295f05e5cd026fb21efd.cab for file CfzD7OZKiQILkSlfBeXNAm+yHv0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/04/windows6.1-kb2690533-x64_b29b40f47cdf66f570c3729d36680f1d00dd9c66.msu for file sptA9HzfZvVww3KdNmgPHQDdnGY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/02/windows6.1-kb2621440-x64_0f4492f612ea59c386a59e587d71ee3ae5d0f475.msu for file D0SS9hLqWcOGpZ5YfXHuOuXQ9HU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134907_02cdad5c417c4c3d7312f11a1a426b78183f6201.cab for file As2tXEF8TD1zEvEaGkJreBg/YgE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/06/windows6.1-kb2698365-x64_f3ad859582ad240c95b9ed867bc9b99e39d15ba9.msu for file 862FlYKtJAyVue2Ge8m5njnRW6k= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135039_d6b9af3c52a966febc8ae9d5cf4319ab5bd3d945.cab for file 1rmvPFKpZv68iunVz0MZq1vT2UU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134932_bebe1931fc5ece74ea3a634b52ddbab68492191f.cab for file vr4ZMfxeznTqOmNLUt26toSSGR8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134954_e989db6627fdc0b00278c5c01c83e6eff3edc5ba.cab for file 6YnbZif9wLACeMXAHIPm7/Ptxbo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135025_9f517e45c55dae94384cd465c018d0addbbcc7d5.cab for file n1F+RcVdrpQ4TNRlwBjQrdu8x9U= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/11/windows6.1-kb2770660-x64_ad1fefadb0ff6958bd3c7b170921499d91379bdd.msu for file rR/vrbD/aVi9PHsXCSFJnZE3m90= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135031_097fb095fb0611e74e4df7b0647128c05c181f36.cab for file CX+wlfsGEedOTfewZHEowFwYHzY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135005_4aedd77b61dc98923cd58704b20cf9dc14533c4e.cab for file Su3Xe2HcmJI81YcEsgz53BRTPE4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134983_2e8859d5ce8e253c928de1f165d5062cf3a6272f.cab for file LohZ1c6OJTySjeHxZdUGLPOmJy8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/07/windows6.1-kb2560656-x64_8893910e8caa34f7bd4cfbd7328e0f344b7337c9.msu for file iJORDoyqNPe9TPvXMo4PNEtzN8k= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/04/windows6.1-kb2676562-x64_446b9165a9a52540896cefb69f6de1d193416056.msu for file RGuRZamlJUCJbO+2n23h0ZNBYFY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134899_453bfa4252ae523ab5eea160887b6d164566e9d1.cab for file RTv6QlKuUjq17qFgiHttFkVm6dE= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/07/windows6.1-kb2712808-x64_f2478fcb094401f94b40d08c1702d8d48ed0ef0d.msu for file 8kePywlEAflLQNCMFwLY1I7Q7w0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134993_ffeba79f3c403e996f561c4ebdfd24c42b05c857.cab for file /+unnzxAPplvVhxOvf0kxCsFyFc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/09/windows6.1-kb2564958-x64_adcf10eb04555007024c03e0acba36716f972c6f.msu for file rc8Q6wRVUAcCTAPgrLo2cW+XLG8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134965_d36b14ea72a2a5c9eea62a3a8f4c232c6e145ea8.cab for file 02sU6nKipcnupio6j0wjLG4UXqg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134930_a99d11d532bddacdf2e1617ad6857ae1bd7b6b1b.cab for file qZ0R1TK92s3y4WF61oV64b17axs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134946_acbf857614c496f324265c1c393f9e912d950e3f.cab for file rL+FdhTElvMkJlwcOT+ekS2VDj8= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/05/windows6.1-kb2536275-x64_03bdf9e393292e660d875bed68be6de392ad6507.msu for file A73545MpLmYNh1vtaL5t45KtZQc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/crup/2011/06/windows6.1-kb2552343-x64_a099df53b7dfafc6e88b59c555f21377b7e07478.msu for file oJnfU7ffr8boi1nFVfITd7fgdHg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134897_142433487712c3165c73e6a1f5a50690e1203c64.cab for file FCQzSHcSwxZcc+ah9aUGkOEgPGQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2011/04/windows6.1-kb2506928-v2-x64_54e2c3d6b32d9ec399c2c4ace6f19018690156bd.msu for file VOLD1rMtnsOZwsSs5vGQGGkBVr0= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135003_1e23a4fc7a0480bb57e17842210c6963e610f517.cab for file HiOk/HoEgLtX4XhCIQxpY+YQ9Rc= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/05/windows6.1-kb2667402-v2-x64_15c04bd5944cd9b34a294a25b96911057593c465.msu for file FcBL1ZRM2bNKKUoluWkRBXWTxGU= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2011/10/windows6.1-kb2603229-x64_aea29b57253c8f271d99b76f09839dbf1c0a7f86.msu for file rqKbVyU8jycdmbdvCYOdvxwKf4Y= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/11/windows6.1-kb2585542-x64_3e2b241e1279955df6649cff1716d1805275dcd6.msu for file PiskHhJ5lV32ZJz/FxbRgFJ13NY= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/11/windows6.1-kb2685813-x64_22a969bada171678b0936bb320e6a7778e8adc07.msu for file IqlputoXFniwk2uzIOand46K3Ac= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/02/windows6.1-kb2660075-x64_5722b20af2ebb81da4661a350e21d005e2d2b09b.msu for file VyKyCvLruB2kZho1DiHQBeLSsJs= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134882_8ec5510c0ee24d69a77a6c17ba0bc1390b6eec6e.cab for file jsVRDA7iTWmnemwXugvBOQtu7G4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135027_b711d38286b81e001141260e23584627bd11b63a.cab for file txHTgoa4HgARQSYOI1hGJ70Rtjo= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134997_9043f435cb553a016f226fe1a8f33414b997efbb.cab for file kEP0NctVOgFvIm/hqPM0FLmX77s= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2013/01/windows6.1-kb2726535-x64_83391325fdd6c9f32c28b5bf947fd7364804b473.msu for file gzkTJf3WyfMsKLW/lH/XNkgEtHM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134938_a4fd71cd8f06cf4b83ca41acd076302f860f8572.cab for file pP1xzY8Gz0uDykGs0HYwL4YPhXI= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135041_b259a66cfe04f2245ddea2fd4caceabd70c827cb.cab for file slmmbP4E8iRd3qL9TKzqvXDIJ8s= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134981_7e646129cadd5142a7ce54472c0ea88b249d1b38.cab for file fmRhKcrdUUKnzlRHLA6oiySdGzg= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134956_fb580af47c3cb4f8dcee2fcf34a3747362b26210.cab for file +1gK9Hw8tPjc7i/PNKN0c2KyYhA= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/11/windows6.1-kb2619339-x64_762eda2dfdc5f9cfaa1e303da41cc5980fb75372.msu for file di7aLf3F+c+qHjA9pBzFmA+3U3I= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14134903_afa0df12ea619d15271710e0a43bf9ba3ec92ede.cab for file r6DfEuphnRUnFxDgpDv5uj7JLt4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/09/windows6.1-kb2729094-v2-x64_e1a3ecc5030a51711f558f90dd1db52e24ce074b.msu for file 4aPsxQMKUXEfVY+Q3R21LiTOB0s= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/03/windows6.1-kb2491683-x64_f33cff50cf92e0b8c0043f1ef3587661d600633e.msu for file 8zz/UM+S4LjABD8e81h2YdYAYz4= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/03/windows6.1-kb2506212-x64_d23437b7902566fdc1ab3c972f38b3370a1f25a3.msu for file 0jQ3t5AlZv3BqzyXLzizNwofJaM= when file has not been previously added to the datastore 2015-08-19 12:03:15:122 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/10/windows6.1-kb2727528-x64_0a63a41650aeaae69d37169407fdb24d4969c2c6.msu for file CmOkFlCuquadNxaUB/2yTUlpwsY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2011/06/windows6.1-kb2545698-x64_51753a436cc6358b6e3e15db9b43ffc97d523fc9.msu for file UXU6Q2zGNYtuPhXbm0P/yX1SP8k= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2012/01/windows6.1-kb2654428-x64_90e2edc247e44993622492f88722edbcdced2460.msu for file kOLtwkfkSZNiJJL4hyLtvNztJGA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/05/windows6.1-kb2544893-x64_6e6f7beeff80219f58a2714a63d15d8b38d75374.msu for file bm977v+AIZ9YonFKY9FdizjXU3Q= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/09/14588594_031aa546a96ff7fc27e835e339eb72a08988813c.cab for file AxqlRqlv9/wn6DXjOetyoImIgTw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135133_800ffa291fb0f429748f50f723e90995f0c99a0d.cab for file gA/6KR+w9Cl0j1D3I+kJlfDJmg0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/09/14588865_25e41ba7c9bfb155839e7cbaa3d480d07db9c5b6.cab for file JeQbp8m/sVWDnny6o9SA0H25xbY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/08/windows6.1-kb2894844-x64_71b051d4b2eae12423868e28b0e5b04a9e10c048.msu for file cbBR1LLq4SQjho4osOWwSp4QwEg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2013/01/windows6.1-kb2773072-x64_8fb31aa027962522048bfd1d65398561f5232ce7.msu for file j7MaoCeWJSIEi/0dZTmFYfUjLOc= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135067_650c89470dd2576845b79cfb43697daaa18dc436.cab for file ZQyJRw3SV2hFt5z7Q2l9qqGNxDY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/crup/2011/03/windows6.1-kb2506014-x64_cc70f2accbfbae5e68f3c7aa3dba8877d1dc88a7.msu for file zHDyrMv7rl5o88eqPbqId9HciKc= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2011/08/windows6.1-kb2563227-x64_3db1a7c4ee22e5d7e9a83b148ad6363a64d7c0f4.msu for file PbGnxO4i5dfpqDsUitY2OmTXwPQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135139_ad9572349422c015819312d6b17685c3b5c18518.cab for file rZVyNJQiwBWBkxLWsXaFw7XBhRg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/11/windows6.1-kb2761217-x64_50d02b8fe1321e36a33545d7350730ced229d15a.msu for file UNArj+EyHjajNUXXNQcwztIp0Vo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2014/08/windows6.1-kb2973112-x64_fac43e09ccfbe279ccb5137d6ab36c31c7fbb22f.msu for file +sQ+Ccz74nnMtRN9arNsMcf7si8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135098_2348b1b7d01b8ae5be0fec963e010d5cc3e452e1.cab for file I0ixt9AbiuW+D+yWPgENXMPkUuE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135102_df3ecb0736d14e50188b28a883c61cd5434900c6.cab for file 3z7LBzbRTlAYiyiog8Yc1UNJAMY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2014/09/windows6.1-kb2978092-x64_dd830519aa3d6716949e45856851d87c1edef522.msu for file 3YMFGao9ZxaUnkWFaFHYfB7e9SI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2014/09/windows6.1-kb2977728-x64_f3007869bf6d406a35ed892803d696bfcf97d96c.msu for file 8wB4ab9tQGo17YkoA9aWv8+X2Ww= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2013/02/windows6.1-kb2807986-x64_56312cd3e41ec18ce2167a0da8fb78b825946376.msu for file VjEs0+QewYziFnoNqPt4uCWUY3Y= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135106_b6b07ccc5125de0d9e48fe46682ad8c670ffa932.cab for file trB8zFEl3g2eSP5GaCrYxnD/qTI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/09/14588387_0acf12fcbaf0ed22e913951f893a1e2bb47e383d.cab for file Cs8S/Lrw7SLpE5UfiToeK7R+OD0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/09/windows6.1-kb2968294-x64_cff0bafac3c677448c233dc0b596c8a14b9ff58c.msu for file z/C6+sPGd0SMIz3AtZbIoUuf9Yw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2013/03/windows6.1-kb2813347-x64_76a7cdfabd3778dc9b4ffb603bbb5d9eaf3143aa.msu for file dqfN+r03eNybT/tgO7tdnq8xQ6o= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2014/09/windows6.1-kb2985461-x64_377946b607f38477479b8e16517f3cf63243d97e.msu for file N3lGtgfzhHdHm44WUX889jJD2X4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135131_7433e866cbfce6e41bc7e88bb2a1f5d8273e36d9.cab for file dDPoZsv85uQbx+iLsqH12Cc+Ntk= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135137_06afdfe372f488177a6f5a67f64fa7fbf4cbeaa0.cab for file Bq/f43L0iBd6b1pn9k+n+/TL6qA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/10/15366051_f4915422b340d37804cf8786e6770765ffe6793a.cab for file 9JFUIrNA03gEz4eG5ncHZf/meTo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/10/windows6.1-kb2620704-x64_56ee47ea2404eae31cea5c9664e5e3fa316c4f19.msu for file Vu5H6iQE6uMc6lyWZOXj+jFsTxk= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/secu/2011/08/windows6.1-kb2570947-x64_391b0ce1abbe3c822146cc486c990a14a331643c.msu for file ORsM4au+PIIhRsxIbJkKFKMxZDw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/09/14588630_a92926d61b417f2c74cc4e96f41adeae7bf8c0cc.cab for file qSkm1htBfyx0zE6W9Brernv4wMw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/08/windows6.1-kb2972211-x64_f02fd113422cf07062028a211ae87adce10dc4cf.msu for file 8C/RE0Is8HBiAoohGuh63OENxM8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135114_e693c073274bf64360bd94809010081d65e2e82b.cab for file 5pPAcydL9kNgvZSAkBAIHWXi6Cs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/10/15366023_a9c2c6875e71a44c239e7f547faacb3aec6e42b5.cab for file qcLGh15xpEwjnn9Uf6rLOuxuQrU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14588111_5f8c7e2e3005ad900cf459d5429860ba3437e7bc.cab for file X4x+LjAFrZAM9FnVQphgujQ357w= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2012/11/windows6.1-kb2685811-x64_191e09df632b70fd4f4b27d4cb9227f7c5a1c98c.msu for file GR4J32MrcP1PSyfUy5In98WhyYw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135096_00b2a2f021895633cff30a95984b9690ef63ec63.cab for file ALKi8CGJVjPP8wqVmEuWkO9j7GM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135110_2327ac259beeb84495cd6aeee73186adba8ab69d.cab for file IyesJZvuuESVzWru5zGGrbqKtp0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135122_ef826a7b96c1febfcfad7311671fbb030ce695b8.cab for file 74Jqe5bB/r/PrXMRZx+7Awzmlbg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/09/14588981_78bdbb5655c4a4a9be67476818904fb46c793c18.cab for file eL27VlXEpKm+Z0doGJBPtGx5PBg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14588120_3e346d13c92e3e4b04441831d1489b38df5a7048.cab for file PjRtE8kuPksERBgx0UibON9acEg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/updt/2013/04/windows6.1-kb2799926-x64_c26efbd4cd1eee10a12e3300b46a84803bbc6d8d.msu for file wm771M0e7hChLjMAtGqEgDu8bY0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14135088_715fcdc2eb37868b52cbe911c92b3569391507c0.cab for file cV/Nwus3hotSy+kRySs1aTkVB8A= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/09/14587921_29fde1dd73cf25b68969c83572c4aec48dbbef15.cab for file Kf3h3XPPJbaJacg1csSuxI277xU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2014/08/windows6.1-kb2970228-x64_929e88aa259841f7936be32c82da56bf2ba22f73.msu for file kp6IqiWYQfeTa+MsgtpWvyuiL3M= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/10/15366401_482072d37c8427324d2988cb020e1949988b6160.cab for file SCBy03yEJzJNKYjLAg4ZSZiLYWA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2014/10/windows6.1-kb2978120-x64_58bd67b83022d9ba81879342f2ca787dc164b08e.msu for file WL1nuDAi2bqBh5NC8sp4fcFksI4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/11/15635420_c5725e45f4f9a361e54329ff857534b5843dda40.cab for file xXJeRfT5o2HlQyn/hXU0tYQ92kA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/10/windows6.1-kb2992611-x64_786356207570e1f5c422795f3c15961af3cb2d0a.msu for file eGNWIHVw4fXEInlfPBWWGvPLLQo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/01/windows6.1-kb3019215-x64_4be4cae2927d224586ce73d471bd3a6f72814e04.msu for file S+TK4pJ9IkWGznPUcb06b3KBTgQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/11/15635339_5b7a36c773c6d1ca693d3e6236d8f0ddfb842da4.cab for file W3o2x3PG0cppPT5iNtjw3fuELaQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/10/15366069_a8020f9c8ab6aee171918659dea93be66f8e7d11.cab for file qAIPnIq2ruFxkYZZ3qk75m+OfRE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/01/16100130_5c5aafc4b6794caf543506d4275539907cb76296.cab for file XFqvxLZ5TK9UNQbUJ1U5kHy3YpY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/10/15366109_2799c07fc34c1d304e6452d2ed30d526d90ce183.cab for file J5nAf8NMHTBOZFLS7TDVJtkM4YM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2014/11/windows6.1-kb3013410-x64_439df3d28bcbe5c3f6c554007393122a6c0af74b.msu for file Q53z0ovL5cP2xVQAc5MSKmwK90s= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2014/11/windows6.1-kb3014406-x64_b5ce35516a4989248019c24b3ac2d2d3738e8c93.msu for file tc41UWpJiSSAGcJLOsLS03OOjJM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/12/15893779_ce42f445c8e89e1901053602dbc1db926e5bdf03.cab for file zkL0RcjonhkBBTYC28Hbkm5b3wM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/12/15894107_8e87897e4a08d598914a52c71acf6a48ae60b76b.cab for file joeJfkoI1ZiRSlLHGs9qSK5gt2s= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/09/windows6.1-kb2972100-x64_ba7fb9e64bca3e59ac2310652357065817b3355b.msu for file un+55kvKPlmsIxBlI1cGWBezNVs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/01/16099003_169f9eb111115e766168d36dba04c4ed01e77cd0.cab for file Fp+esRERXnZhaNNtugTE7QHnfNA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/01/16099180_b0e55365d3a7e2a9d7199ee24e35d415b01838c0.cab for file sOVTZdOn4qnXGZ7iTjXUFbAYOMA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2014/11/windows6.1-kb3006121-x64_d9ad026bab00d54edc786a1195ee69f54cf4f40e.msu for file 2a0Ca6sA1U7ceGoRle5p9Uz09A4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/12/15893831_63973c3218bd6428016ffa2fc10e448a36fdb313.cab for file Y5c8Mhi9ZCgBb/ovwQ5Eijb9sxM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/09/windows6.1-kb2977292-x64_4214853d16c5420c290376668634e4346f64fdb4.msu for file QhSFPRbFQgwpA3ZmhjTkNG9k/bQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/11/15635116_b1732428c333300df9a11eac5e88a87368f29089.cab for file sXMkKMMzMA35oR6sXoioc2jykIk= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/10/windows6.1-kb3010788-x64_ff5ca48d247b91e246262af5f27c381e7652ece5.msu for file /1ykjSR7keJGJir18nw4HnZS7OU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/11/15709513_fc795c19784d7095697ba276880f48217d493dff.cab for file /HlcGXhNcJVpe6J2iA9IIX1JPf8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2014/09/windows6.1-kb2991963-x64_22b59d6febd0ca105cd058b81bbb8b3d83cee151.msu for file IrWdb+vQyhBc0Fi4G7uLPYPO4VE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/11/15635155_b97afd9d9d0fc80b5b457fb49fab3cfd9f0f002c.cab for file uXr9nZ0PyAtbRX+0n6s8/Z8PACw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/11/15635090_a8c14208da83818c2a6a9ddbc955457bebe050d5.cab for file qMFCCNqDgYwqap3byVVFe+vgUNU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/10/15366265_cabead8a7d2cfee10ed01dc9a0b23e84ade9dea7.cab for file yr6tin0s/uEO0B3JoLI+hK3p3qc= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/09/windows6.1-kb2979570-x64_646d2e4c8d3649bab3a7d19ad436ecf22f4021e4.msu for file ZG0uTI02Sbqzp9Ga1Dbs8i9AIeQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/12/windows6.1-kb3020388-x64_1627cf039f34cdbc63078c61e9fa7f1a78b284c0.msu for file FifPA580zbxjB4xh6fp/GniyhMA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2014/10/windows6.1-kb3003743-x64_8eccaa54eab26dda30369d118b9cf3aa4a42bc3a.msu for file jsyqVOqybdowNp0Ri5zzqkpCvDo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/12/15894099_873c24c2db5b0ba3ef606960f4a173794e85b0b8.cab for file hzwkwttbC6PvYGlg9KFzeU6FsLg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2014/11/windows6.1-kb3006625-x64_85e45d5d9c98f46b65f3536ae3192e6c280f4b12.msu for file heRdXZyY9Gtl81Nq4xkubCgPSxI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/10/windows6.1-kb2984972-x64_2545620eadc06a0a3fd426b5853b2e0b48187599.msu for file JUViDq3Aago/1Ca1hTsuC0gYdZk= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/10/15366333_b31e7dc3ca0aa9a6c5331a62c4bfad89b49e63e6.cab for file sx59w8oKqabFMxpixL+tibSeY+Y= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2014/10/15366193_720dd8d3d8d6564b63e8ed3bd1f71e13bb5580cb.cab for file cg3Y09jWVktj6O070fceE7tVgMs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2014/11/15635652_40617945fe614caf2e9f0f3d55ca1c7de4a0ef2e.cab for file QGF5Rf5hTK8unw89VcocfeSg7y4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/12/windows6.1-kb3022777-x64_1f9fa42295fbf91316b386e7f73841ce0b951e54.msu for file H5+kIpX7+RMWs4bn9zhBzguVHlQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/11/windows6.1-kb3011780-x64_fdd28f07643e9f123cf935bc9be12f75ac0b4d80.msu for file /dKPB2Q+nxI8+TW8m+EvdawLTYA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/02/16443524_e3472913e869baf55332ed2aef8e07588110d562.cab for file 40cpE+hpuvVTMu0q744HWIEQ1WI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/02/windows6.1-kb3035132-x64_1ef445a9a03384942899a97a6477082859334f21.msu for file HvRFqaAzhJQomal6ZHcIKFkzTyE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/01/16103249_ad61215b27f432256d9592968de2ff18605f6891.cab for file rWEhWyf0MiVtlZKWjeL/GGBfaJE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/02/16427504_4db27b3fcd658610d711674cd95634a086300235.cab for file TbJ7P81lhhDXEWdM2VY0oIYwAjU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/02/16506820_91e9e44d9ff22363b1cdb50f323822e8bb03849c.cab for file kenkTZ/yI2OxzbUPMjgi6LsDhJw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/02/windows6.1-kb3035126-x64_ba6bf5118bc60be7f824c4dba9131185e4755646.msu for file umv1EYvGC+f4JMTbqRMRheR1VkY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/02/windows6.1-kb3006137-x64_3e0f0b8edfd6cda0c37fba3575724c6e829cdda3.msu for file Pg8Ljt/WzaDDf7o1dXJMboKc3aM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/02/16617469_30b0884a342b22c4a5d85d49907a8069a77ffb26.cab for file MLCISjQrIsSl2F1JkHqAaad/+yY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/03/16750312_2e49165fd217e238335b46d42c33fcbc88f2763a.cab for file LkkWX9IX4jgzW0bULDP8vIjydjo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/03/16750259_7323347bb7ea7d46475b063852a8e68162d3d96f.cab for file cyM0e7fqfUZHWwY4UqjmgWLT2W8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/04/17460529_635d2d4784f4a11270da20044e3baeeffa28498c.cab for file Y10tR4T0oRJw2iAETjuu7/ooSYw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/03/17086748_9e158acb8a0cd6b7705ba40d68e54ab8a32d6a96.cab for file nhWKy4oM1rdwW6QNaOVKuKMtapY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/02/16506825_c19b25a74d1b4b5ad7a3b40886be1ab00251b8e4.cab for file wZslp00bS1rXo7QIhr4asAJRuOQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/03/16752707_1325e5f2cab20d7f417973634fedcf6f1ac38903.cab for file EyXl8sqyDX9BeXNjT+3PbxrDiQM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/02/windows6.1-kb3033929-x64_5c56222b0caf43030addc9ad262633fcbddfcd41.msu for file XFYiKwyvQwMK3cmtJiYz/L3fzUE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/03/windows6.1-kb3046482-x64_3ab00699a17c6f819c4935548abd820b0d5279b6.msu for file OrAGmaF8b4GcSTVUir2CCw1SebY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/04/17459839_c6b536628f3972fbb6cbe10ef31342971f8af7d1.cab for file xrU2Yo85cvu2y+EO8xNClx+K99E= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/02/16506823_1c5b47119f7f815eb11fb570539e92f40c4d4a7f.cab for file HFtHEZ9/gV6xH7VwU56S9AxNSn8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/04/17459949_91c201f13efe42357a5798284356d2783c45f73b.cab for file kcIB8T7+QjV6V5goQ1bSeDxF9zs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/03/windows6.1-kb3042553-x64_5692cc4ea7937ecd6053c76d705c1c3d9f58afdb.msu for file VpLMTqeTfs1gU8dtcFwcPZ9Yr9s= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/02/16445187_24d4961dbed57adb2fad04d113ce7d08c576deb5.cab for file JNSWHb7VetsvrQTRE859CMV23rU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/03/16752664_76a7abd51f3e949ab91b5b3c4134f985d9ff3f73.cab for file dqer1R8+lJq5G1s8QTT5hdn/P3M= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/02/16448394_89328aef47e5ff15dbea442be8393258699d7152.cab for file iTKK70fl/xXb6kQr6DkyWGmdcVI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/crup/2011/05/windows6.1-kb2533552-x64_0ba5ac38d4e1c9588a1e53ad390d23c1e4ecd04d.msu for file C6WsONThyViKHlOtOQ0jweTs0E0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/04/17460269_669cfa37eef68d00cbf58c03ad0de43e12e66e0a.cab for file Zpz6N+72jQDL9YwDrQ3kPhLmbgo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/01/windows6.1-kb3020338-x64_35121f40845e4222eda282808de60999a50b21e6.msu for file NRIfQIReQiLtooKAjeYJmaULIeY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/03/windows6.1-kb3045685-x64_c43565170f9830aaa10a790d0c13122a75e8172c.msu for file xDVlFw+YMKqhCnkNDBMSKnXoFyw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2014/12/windows6.1-kb3021674-x64_1193b28116109ec0ce1d47c1b0cfa89727c71ce3.msu for file EZOygRYQnsDOHUfBsM+olyfHHOM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/01/windows6.1-kb3021917-x64_d516fd2300ae1077ab2a5d899e31d795a52c2da0.msu for file 1Rb9IwCuEHerKl2JnjHXlaUsLaA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/02/16506821_b6d5a3e0360582e789b5d50a598fd8909fea02c5.cab for file ttWj4DYFgueJtdUKWY/YkJ/qAsU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/03/windows6.1-kb3039066-x64_8b2e32b60ec91bcd20ec513d38a248f6c0233cfd.msu for file iy4ytg7JG80g7FE9OKJI9sAjPP0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/03/windows6.1-kb3046269-x64_9cdabeb9c2a859414c27c4f981d6b1334aee0ad5.msu for file nNq+ucKoWUFMJ8T5gdaxM0ruCtU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/02/16506822_6cd71e87b26d8d7ba1b16032304ae8ca9ade0167.cab for file bNceh7JtjXuhsWAyMEroypreAWc= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2014/12/windows6.1-kb3004361-x64_aa0d59a0aca5f637296e30bca4c193e90efc321f.msu for file qg1ZoKyl9jcpbjC8pMGT6Q78Mh8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/02/16427553_96a289a3b61421e1a506e64969df3fe56065afa5.cab for file lqKJo7YUIeGlBuZJad8/5WBlr6U= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/02/windows6.1-kb3030377-x64_84403e576de8606703954e00abcc573f24663def.msu for file hEA+V23oYGcDlU4Aq8xXPyRmPe8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/03/16749808_1b4998733c8cf4c313dc1fe28fd10e0dfb341338.cab for file G0mYczyM9MMT3B/ij9EODfs0Ezg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/02/windows6.1-kb3033889-x64_0773a65b6b0fe55c6d32708d14bc4eeec835a879.msu for file B3OmW2sP5VxtMnCNFLxO7sg1qHk= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/04/17460381_2bc6dd0aba8a0ffa9d5265c665a9ece15f1254d0.cab for file K8bdCrqKD/qdUmXGZans4V8SVNA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/03/16752451_1f9099bd5338f172f3da0536b76649a865057a39.cab for file H5CZvVM48XLz2gU2t2ZJqGUFejk= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/msdownload/update/software/crup/2011/05/windows6.1-kb2534366-x64_c9589c5f412039adadf70f7305be2cd9a46ea87a.msu for file yVicX0EgOa2t9w9zBb4s2aRuqHo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/04/17460625_3229dc43ac7ba808c547851190b6ed3df1661878.cab for file MincQ6x7qAjFR4URkLbtPfFmGHg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/04/17527494_795d473e29667e4613bdbed26bbd7edbd595b703.cab for file eV1HPilmfkYTvb7Sa71+29WVtwM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/06/17999861_039ccd41bcd961f6892c0dd36c74b4f72f7b67fb.cab for file A5zNQbzZYfaJLA3TbHS09y97Z/s= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/05/17712338_079a78240a181986a214e747b3639aab08e92163.cab for file B5p4JAoYGYaiFOdHs2OaqwjpIWM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/04/windows6.1-kb3023215-x64_dc454c9dff1a95ad36982a94c15ba2ea98533e6d.msu for file 3EVMnf8ala02mCqUwVui6phTPm0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/05/17706907_59ee3ab4990aef6ad7aeccbf32a086a8fc1e2761.cab for file We46tJkK72rXrsy/MqCGqPweJ2E= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2015/03/windows6.1-kb3013531-v2-x64_1d6e98a0d77c0614b130dc19bd033d3f359d601b.msu for file HW6YoNd8BhSxMNwZvQM9PzWdYBs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/05/windows6.1-kb3059317-x64_b68db33239bddcb59e881252cfc7b79d58a2f26b.msu for file to2zMjm93LWeiBJSz8e3nVii8ms= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/05/17711887_0e5f70f1967170fafa25037067cfdd3069df192b.cab for file Dl9w8ZZxcPr6JQNwZ8/dMGnfGSs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/06/18000550_8547e48b104e98a9256ff5f0fb55e5cac3a226b4.cab for file hUfkixBOmKklb/Xw+1XlysOiJrQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/05/17712181_c32327dc99a8af1cce0b445e51ef95d00205d7cc.cab for file wyMn3JmorxzOC0ReUe+V0AIF18w= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/05/17703701_30b52da2003926d48d30b0a9698cf4f5484ebd11.cab for file MLUtogA5JtSNMLCpaYz09UhOvRE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/04/windows6.1-kb3055642-x64_cc13db5a18e3531c854e85263e66055cdd081678.msu for file zBPbWhjjUxyFToUmPmYFXN0IFng= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/05/17712141_083a4d128c9acfa9ca9895f72ebff09841025a35.cab for file CDpNEoyaz6nKmJX3Lr/wmEECWjU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/04/windows6.1-kb3048761-x64_4b1140ce424b152991c0ea0519b1b525452ce510.msu for file SxFAzkJLFSmRwOoFGbG1JUUs5RA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/05/17711818_381ca0a6e9b7ae0e5211e8238d66ff87bd8c4981.cab for file OBygpum3rg5SEegjjWb/h72MSYE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/06/18003455_1377291fa67af92b38182b3a86e0457f64d80a30.cab for file E3cpH6Z6+Ss4GCs6huBFf2TYCjA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/05/17712376_86a0a31cfef9d8da93f6f74ccb9aa5c8fee9d93e.cab for file hqCjHP752NqT9vdMy5qlyP7p2T4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/04/windows6.1-kb3045645-x64_2c15ddbf4c71248025b57a85330c553e906fcf47.msu for file LBXdv0xxJIAltXqFMwxVPpBvz0c= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/05/17712479_97c1dd12fa81c1074a087366c67158250b36d7e9.cab for file l8HdEvqBwQdKCHNmxnFYJQs21+k= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/06/18000333_939b661926aa570db737fcde3b8d8b98510772ed.cab for file k5tmGSaqVw23N/zeO42LmFEHcu0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/05/17703795_d2bc2190c9e58cac55d8698ea551d6e4141480ad.cab for file 0rwhkMnljKxV2GmOpVHW5BQUgK0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/04/windows6.1-kb3020369-x64_5393066469758e619f21731fc31ff2d109595445.msu for file U5MGZGl1jmGfIXMfwx/y0QlZVEU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/05/17712097_843761d49dbdf04b776cea7d1ac1bcdd189d3c32.cab for file hDdh1J298Et3bOp9GsG83RidPDI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/04/windows6.1-kb3045171-x64_7bc15709a49983d14f746e7141ec1edcdc71adb5.msu for file e8FXCaSZg9FPdG5xQewe3NxxrbU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/05/17707520_79e3a733f618d91ce8e6ddf637aaa1024b006830.cab for file eeOnM/YY2Rzo5t32N6qhAksAaDA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/04/windows6.1-kb3020370-x64_a74028002726fe234b6cdfef2af41f4c4819b19a.msu for file p0AoACcm/iNLbN/vKvQfTEgZsZo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/04/windows6.1-kb3046002-x64_5dc67406091e19c02210ff98f70215691511ede4.msu for file XcZ0BgkeGcAiEP+Y9wIVaRUR7eQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/05/17704007_b339d4cd9de1d85fc1c95821c291c2a30ec67fb1.cab for file sznUzZ3h2F/ByVghwpHCow7Gf7E= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/04/17460571_768d761e009999c15270986b6c7b2fb6f5bde823.cab for file do12HgCZmcFScJhrbHsvtvW96CM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/05/windows6.1-kb3048070-x64_2c43a0c94978f1e264fed6af0750d78bf9fc0a67.msu for file LEOgyUl48eJk/tavB1DXi/n8Cmc= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/04/17576985_56bef09b5173e77cc79ad089ccbbdd1d20eec67d.cab for file Vr7wm1Fz53zHmtCJzLvdHSDuxn0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/05/windows6.1-kb3033890-x64_9f24e29a774050c40804c50f52226bcf021a1b01.msu for file nyTimndAUMQIBMUPUiJrzwIaGwE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/05/windows6.1-kb3061518-x64_3cdd6f0185403c59fc4f6e40b3180dbd74b01051.msu for file PN1vAYVAPFn8T25AsxgNvXSwEFE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/05/17703725_cf83f6870084688f040b260f2d28ed962cd4f8ca.cab for file z4P2hwCEaI8ECyYPLSjtlizU+Mo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/05/17712455_de7b6d86cba518ffd980b13c94eadc93a1983c39.cab for file 3ntthsulGP/ZgLE8lOrck6GYPDk= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/03/windows6.1-kb3037574-x64_c9b0b83765a45811a4ab6f3f73b984a479a85732.msu for file ybC4N2WkWBGkq28/c7mEpHmoVzI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/04/windows6.1-kb3032655-x64_8d03ebb4229f9eeb8b16f56e8b23b08e39cab41e.msu for file jQPrtCKfnuuLFvVuiyOwjjnKtB4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/05/windows6.1-kb3054476-x64_19c4868fc6d05cc865490a9caf4ded6cb777750d.msu for file GcSGj8bQXMhlSQqcr03tbLd3dQ0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18271154_43b0c66bc8f0462cd1fb42c6f14c5702f7abdb1d.cab for file Q7DGa8jwRizR+0LG8UxXAver2x0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18274470_c3f7c678ddd22dfdd9191b1be6cf24fe628d4201.cab for file w/fGeN3SLf3ZGRsb5s8k/mKNQgE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/07/windows6.1-kb3035583-x64_064250ac098e19c70ceacf4ef8a293fbacdad888.msu for file BkJQrAmOGccM6s9O+KKT+6za2Ig= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3057154-x64_f56d55b66d432330ab08566b3afdfb4c85712a8f.msu for file 9W1Vtm1DIzCrCFZrOv37TIVxKo8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/ie11-windows6.1-kb3075516-x64_f64868843dd7ca0ad448aec6b936a646f819a22f.msu for file 9khohD3XygrUSK7GuTamRvgZoi8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18275255_3f12da8807a6509453d0a30307b3eaba7c1fc247.cab for file PxLaiAemUJRT0KMDB7Pqunwfwkc= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/06/windows6.1-kb3070738-x64_d025081d2ac4af608fcdc29cade03bb3901b66da.msu for file 0CUIHSrEr2CPzcKcreA7s5AbZto= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/ie11-windows6.1-kb3065822-x64_23a21be2947c7f25d95cab281d7879571537d8a5.msu for file I6Ib4pR8fyXZXKsoHXh5VxU32KU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18273648_94b5856ba1f6bd150109a551b511e0a771606a58.cab for file lLWFa6H2vRUBCaVRtRHgp3Fgalg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/06/windows6.1-kb3070102-x64_26cb5b555f2085839f049d7f6716beda72e2cdd7.msu for file JstbVV8ghYOfBJ1/Zxa+2nLizdc= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/06/windows6.1-kb3069392-x64_e1f202c930ef17b3eb67accc5e70c21c08b2a1d3.msu for file 4fICyTDvF7PrZ6zMXnDCHAiyodM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/06/18005286_c9362332d67db0b275e08a11315fe25a5097bcf6.cab for file yTYjMtZ9sLJ14IoRMV/iWlCXvPY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18298860_7cb4af944687c4c21b37541325be47fa5695d4dc.cab for file fLSvlEaHxMIbN1QTJb5H+laV1Nw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/07/windows6.1-kb3067903-x64_32ade96fc5ca8915c044307a24aaff2415931708.msu for file Mq3pb8XKiRXARDB6JKr/JBWTFwg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/06/windows6.1-kb3069762-x64_9486db51af7fca83a604576379b8d64db7db67e4.msu for file lIbbUa9/yoOmBFdjebjWTbfbZ+Q= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3072633-x64_1bbec5f5dc46c284e56a761279ca42e6f0d47b6d.msu for file G77F9dxGwoTlanYSecpC5vDUe20= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18273691_3463cea97efa94c2459217fd25325592f2f032e2.cab for file NGPOqX76lMJFkhf9JTJVkvLwMuI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18244501_676f415d8ca1c1ab57430fadb132d18638734613.cab for file Z29BXYyhwatXQw+tsTLRhjhzRhM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/06/windows6.1-kb3065979-x64_a7428bb7f58551b07b0ec573b82ba84bea400d6a.msu for file p0KLt/WFUbB7DsVzuCuoS+pADWo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18273646_c22b571dc94f886d77146f893962f45ad306410b.cab for file witXHclPiG13FG+JOWL0WtMGQQs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18275143_614536c6ce64d4662429ebe706a43250e848cdc4.cab for file YUU2xs5k1GYkKevnBqQyUOhIzcQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/06/windows6.1-kb3068708-x64_1ce8daca73621d47367242d57f4a9fd702d31df9.msu for file HOjaynNiHUc2ckLVf0qf1wLTHfk= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18275024_fd7fdd9505c6b421011fc486840f94cce433dfe0.cab for file /X/dlQXGtCEBH8SGhA+UzOQz3+A= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18273121_d32e1c43cbdfd7ae2addbcff982ab5a59cbef53e.cab for file 0y4cQ8vf164q3bz/mCq1pZy+9T4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18273125_461277cf80d91cb8c61deb6f0e2512bde0b46347.cab for file RhJ3z4DZHLjGHetvDiUSveC0Y0c= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/06/windows6.1-kb3040272-x64_4dd441915d4eb4aea9fac454a0c5804abaabd4f8.msu for file TdRBkV1OtK6p+sRUoMWASrqr1Pg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18274509_a49963f8c9dee391fbc286113aae82a56f8cbc0c.cab for file pJlj+Mne45H7woYROq6CpW+MvAw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18273647_c78d96c6571346f85ddd7df9a32bbee9bbfa5548.cab for file x42WxlcTRvhd3X35oyu+6bv6VUg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/ie11-windows6.1-kb3074886-x64_402e27c98ba8ee2909d1269366446c8da0905cbd.msu for file QC4nyYuo7ikJ0SaTZkRsjaCQXL0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18275008_5e03461ae6e7e71e49a9224a4f3856ae789ed72c.cab for file XgNGGubn5x5JqSJKTzhWrnie1yw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18270965_c659b7e8780f1db33d9792d040d51e3e324e3fd5.cab for file xlm36HgPHbM9l5LQQNUePjJOP9U= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18274270_8b2e02fd592904b125a560639a88b8ea3e4aab5a.cab for file iy4C/VkpBLElpWBjmoi46j5Kq1o= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18273077_c3379bfce88942c23e7e7fd3cb43185d3a1a741b.cab for file wzeb/OiJQsI+fn/Ty0MYXToadBs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18275419_b08282ac2cb2d3d41c2920f595a1743869cbe335.cab for file sIKCrCyy09QcKSD1laF0OGnL4zU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/secu/2015/06/windows6.1-kb3072630-x64_d5130670d4c9ce8618180fa8f2ce40401b9ca7e4.msu for file 1RMGcNTJzoYYGA+o8s5AQBucp+Q= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18273174_9b4c089bf5a42d3926259fce1ec3b91237f73128.cab for file m0wIm/WkLTkmJZ/OHsO5Ejf3MSg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3079904-x64_718e5a108bc081b1bcc24fb6d5db89c9d46c51ba.msu for file cY5aEIvAgbG8wk+21duJydRsUbo= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/07/18275137_3d16bd695c71b5b42604121d2caa75657c6d4450.cab for file PRa9aVxxtbQmBBIdLKp1ZXxtRFA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18450611_1197fd4a48e4abfd853bd676abe8f64ed16a4285.cab for file EZf9Skjkq/2FO9Z2q+j2TtFqQoU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18451277_d25a956a434aa5c3a2bc18754cf0fae6f203b6a7.cab for file 0lqVakNKpcOivBh1TPD65vIDtqc= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452290_ef5eaabf679e53ec56785f2c389452a457d91d1e.cab for file 716qv2eeU+xWeF8sOJRSpFfZHR4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3079757-x64_d236c9931d55adb2ae73f39d19e809c02718e140.msu for file 0jbJkx1VrbKuc/OdGegJwCcY4UA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2015/08/windows6.1-kb2952664-v13-x64_4f897d221c6dc6e17f7a9918fc8fb77d31cc2a55.msu for file T4l9IhxtxuF/epkY/I+3fTHMKlU= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18450481_9e28eb0aea29ef84823272d438d7685d84663000.cab for file nijrCuop74SCMnLUONdoXYRmMAA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/08/18451574_fde7219bc9d7ba796c75a267defc753ff61ad46d.cab for file /echm8nXunlsdaJn3vx1P/Ya1G0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18451663_01d1dbda12fafec9c25ab6db765671209284141d.cab for file AdHb2hL6/snCWrbbdlZxIJKEFB0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3076949-x64_13cb56a9879ca98d6644e8357b3fc52c9acfb785.msu for file E8tWqYecqY1mROg1ez/FLJrPt4U= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3060716-x64_49727bab5e712459ea1889422f17a847732ff8f1.msu for file SXJ7q15xJFnqGIlCLxeoR3Mv+PE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3075226-x64_edcaa1b72946b2894f0a3debf08adb059d5a254b.msu for file 7cqhtylGsolPCj3r8IrbBZ1aJUs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18450523_a8d5dca7052e6bda9e3b8c049b18c248dc0d908f.cab for file qNXcpwUua9qeO4wEmxjCSNwNkI8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/08/windows6.1-kb3078601-x64_df86415b7464c74c360cc7d2f2d9a3e49509bcf1.msu for file 34ZBW3Rkx0w2DMfS8tmj5JUJvPE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18451356_0d0726b35930f700ded570de10400d61e7adf802.cab for file DQcms1kw9wDe1XDeEEANYeet+AI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/08/18451445_9eb0fdd4b966aa42988a124cc2a90da2e8b889c1.cab for file nrD91LlmqkKYihJMwqkNoui4icE= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452313_332dbffb13027bec801c0421f0666f14279da740.cab for file My2/+xMCe+yAHAQh8GZvFCedp0A= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/others/2015/08/18449966_602a37d1db1281bc758c10f20ab546cb4a09686c.cab for file YCo30dsSgbx1jBDyCrVGy0oJaGw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3046017-x64_5451208ccc96f656f55f35fca5997801e1676bcb.msu for file VFEgjMyW9lb1XzX8pZl4AeFna8s= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/c/msdownload/update/software/updt/2015/08/windows6.1-kb3075851-x64_5a748d6f403e548c985c81778c1c8e5967bf7c58.msu for file WnSNb0A+VIyYXIF3jByOWWe/fFg= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18451689_0a65a70dc35d55d6cf3bde173c44faf010ea5c82.cab for file CmWnDcNdVdbPO94XPET68BDqXII= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3071756-x64_b1aab0ef3752c52636409b50eb7853f645859e78.msu for file saqw7zdSxSY2QJtQ63hT9kWFnng= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18450729_c5b2f0f0ac1d97109a0d9bb286573ddb7a888390.cab for file xbLw8KwdlxCaDZuyhlc923qIg5A= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452286_bb0afd4c8a8a81eff28c109b29119da87b399b9e.cab for file uwr9TIqKge/yjBCbKRGdqHs5m54= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18450754_541adb109adeea272aad8379babecaa08bf741df.cab for file VBrbEJre6icqrYN5ur7KoIv3Qd8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452309_12aba1b57854764086f9069584ea6ae142c53aa2.cab for file EquhtXhUdkCG+QaVhOpq4ULFOqI= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18450318_d8af1905757a8dfbf4026aea4f19c846a5ab7b93.cab for file 2K8ZBXV6jfv0AmrqTxnIRqWre5M= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/08/windows6.1-kb3072305-x64_e1b0dcf4ffcd8101e2d191eff934b087ef1af806.msu for file 4bDc9P/NgQHi0ZHv+TSwh+8a+AY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/windows6.1-kb3076895-x64_6a8fb82fa391d09a078b7f6d63a070a481d0750b.msu for file ao+4L6OR0JoHi39tY6BwpIHQdQs= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18451688_adb000b48e179e8f9bd323a25954119e6926e1b0.cab for file rbAAtI4Xno+b0yOiWVQRnmkm4bA= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/secu/2015/07/ie11-windows6.1-kb3078071-x64_3df62c5b0c24b240ba8231d11d6cdc25bdee8626.msu for file PfYsWwwkskC6gjHRHWzcJb3uhiY= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452198_d8844d79787c0c8ce41b685292a6b275cec49761.cab for file 2IRNeXh8DIzkG2hSkqaydc7El2E= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452125_0e117a002a10029f273399102cb79fe8adec418e.cab for file DhF6ACoQAp8nM5kQLLef6K3sQY4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/08/windows6.1-kb3075249-x64_b82a1bf3811a08f3451d1221f42c19ebb2c0daec.msu for file uCob84EaCPNFHRIh9CwZ67LA2uw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452349_cf71ad8b2c4e51e8a976eb78d9957a93a40bfd6c.cab for file z3GtiyxOUeipdut42ZV6k6QL/Ww= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18487190_bf36cc55c64c8dd2b6810d26a4649aebe6c2b96d.cab for file vzbMVcZMjdK2gQ0mpGSa6+bCuW0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452332_cbda03711b51753512a14f18055d750e74802c73.cab for file y9oDcRtRdTUSoU8YBV11DnSALHM= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/08/windows6.1-kb3078667-x64_7cbc9f4467945130fffbdb5aee4daf7e15f78ba7.msu for file fLyfRGeUUTD/+9ta7k2vfhX3i6c= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/08/windows6.1-kb3080149-x64_f25965cefd63a0188b1b6f4aad476a6bd28b68ce.msu for file 8lllzv1joBiLG29KrUdqa9KLaM4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18487263_1e69de0912e159c013f9385e1a4529c64e22ecdc.cab for file HmneCRLhWcAT+TheGkUpxk4i7Nw= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452324_1441b8573b3e3926b7f925904342658ca14aeb2f.cab for file FEG4Vzs+OSa3+SWQQ0JljKFK6y8= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18452326_07cc51d7d3f6fa4922d04e26d11a17fc6e708ea4.cab for file B8xR19P2+kki0E4m0RoX/G5wjqQ= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18487233_374919eb938748cd6e1c4acead40a2cbcdfd126e.cab for file N0kZ65OHSM1uHErOrUCiy839Em4= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/software/updt/2015/08/windows6.1-kb3077715-x64_7321892be291fde53ade103c82067f3d907728cd.msu for file cyGJK+KR/eU63hA8ggZ/PZB3KM0= when file has not been previously added to the datastore 2015-08-19 12:03:15:138 1984 fc0 DtaStor WARNING: Attempted to add URL http://download.windowsupdate.com/d/msdownload/update/others/2015/08/18487176_ee4d6d518c8ca8964ae3ba1b387fe660ab95a3f3.cab for file 7k1tUYyMqJZK47obOH/mYKuVo/M= when file has not been previously added to the datastore |