Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. CKG Edit ===== Explanation ===== A "stream" is generic term for information coming in (Read Stream) or going out (Write Stream). This can be from various source (Memory = DataStream, Network = TCPStream), but the most common problems are found around reading and writing files (FileStream). The stream write error is usually caused by: - Invalid file name structure - Destination is full or what you are saving is larger than diskspace available. - You don't have permission to write the file. ==Resolution== - Check the C:\ Drive and/or the drive Cyrious is installed - Ensure there is enough free space on the Drive - Have customer clear some space on the drive and test - Empty the contents of the temp folder.