Unable to process stream item ?

what does “unable to process stream item” mean ?

i’m guessing that, for example, if a web page is downloaded and contains links to external stuff that the external stuff cannot be saved

on target?

thanks

When I start “simple” full backup I start seeing every file listed with [example: 06.10.2013 20:26:54 Unable to process stream item E:\Libraries\Documents\XYZ INC\ACCOUNTING\2011\20111822189443.PDF:Zone.Identifier:$DATA]
I then aborted backup. What does it mean? Should I let the backup continue? How do I avoid it? Thanks.

Hi,

I got an error message during the backup procedure:

10.12.2013 15:35:26 Unable to process stream item M:\archivum\personal\NE\Morzsa_laptop_save_2013_11_06\eox\dokumentumok\downloads\Zóna-étrend.zip:Zone.Identifier:$DATA.

(This is the source drive. Several other files get this message as well. )

At the end of the backup process:

10.12.2013 15:37:32 An error occurred during backup
10.12.2013 15:37:33 Processed 325 GB (962 MB/s)
10.12.2013 15:37:33 Backup failed with code 55 (Access denied).

The backuped files are exist and readable so it seems okay.

CB version: 4.3.3.19
Machine: Intel i5-2310, 2,90 GHz 4GB RAM
Op.System: Win xp Pro SP3 (updates bi-weekly)
User: system administrator
Backup: cca 350 GB from an external USB drive to an another internal WDC drive.

What is the procedures to avoid this messages and the related problems?
What does exactly means those messages?

Thank you in advance.

Log:

10.12.2013 15:25:47 Initiating differential backup …
10.12.2013 15:25:48 Collecting source information…
10.12.2013 15:26:19 Total number items found so far is 23847 (Total size is 171 GB)…
10.12.2013 15:26:50 Total number items found so far is 43964 (Total size is 272 GB)…
10.12.2013 15:27:21 Total number items found so far is 60768 (Total size is 294 GB)…
10.12.2013 15:27:52 Total number items found so far is 77272 (Total size is 316 GB)…
10.12.2013 15:28:23 Total number items found so far is 91881 (Total size is 324 GB)…
10.12.2013 15:28:31 Total items found is 95895. Total size is 325 GB
10.12.2013 15:28:32 Collecting destination information…
10.12.2013 15:29:03 Total number items found so far is 32127 (Total size is 241 GB)…
10.12.2013 15:29:34 Total number items found so far is 58195 (Total size is 293 GB)…
10.12.2013 15:30:05 Total number items found so far is 80305 (Total size is 318 GB)…
10.12.2013 15:30:28 Total items found is 95863. Total size is 325 GB
10.12.2013 15:30:29 Comparing information…
10.12.2013 15:30:29 Comparing incremental information…

10.12.2013 15:35:26 Unable to process stream item M:\archivum\personal\NE\Morzsa_laptop_save_2013_11_06\eox\dokumentumok\downloads\Zóna-étrend.zip:Zone.Identifier:$DATA.

10.12.2013 15:37:32 An error occurred during backup
10.12.2013 15:30:35 Creating initial directory structure…
10.12.2013 15:31:46 Processing items…

This means that the source items contain streams while the destination doesn’t support streams. You can find more information about file streams here: File Streams (Local File Systems) - Win32 apps | Microsoft Learn
Usually this happens when performing simple copy backup from NTFS file system to FAT(32) file system.

Error 55 (access denied) happens when there are not enough security privileges to process one of the items. Please check the logs for this error code so we can determine exactly for which item the error occurred.
Since you have many files to backup, you may need to increase maximum log size in regsitry (key “HKEY_LOCAL_MACHINE\Software\ComodoGroup\Common\Settings” value: “debug logs maximum size v2”)

Thanks

Thanks