473,789 Members | 2,500 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Stream & 800a0bbc

ms
I'm using streams to upload a file.
I get an error 800a0bbc write to file failed.

I've looked on support.microso ft.com and groups.google.c om.
No luck on what a 800a0bbc error is.

Thanks
Jul 19 '05 #1
3 3915
What is the description of that error? I don't have the codes memorized.
And what is the line of code where this error happens?

Ray at work

"ms" <wh******@wc.co m> wrote in message
news:ux******** *****@tk2msftng p13.phx.gbl...
I'm using streams to upload a file.
I get an error 800a0bbc write to file failed.

I've looked on support.microso ft.com and groups.google.c om.
No luck on what a 800a0bbc error is.

Thanks

Jul 19 '05 #2
ms
The line at which it erros is:
streamFile.Save ToFile path & fileItem.FileNa me, 2

The full error is:

Write to file failed.
Thanks,
Cary

"Ray at <%=sLocation% >" <myfirstname at lane 34 . komm> wrote in message
news:uD******** *****@TK2MSFTNG P10.phx.gbl...
What is the description of that error? I don't have the codes memorized.
And what is the line of code where this error happens?

Ray at work

"ms" <wh******@wc.co m> wrote in message
news:ux******** *****@tk2msftng p13.phx.gbl...
I'm using streams to upload a file.
I get an error 800a0bbc write to file failed.

I've looked on support.microso ft.com and groups.google.c om.
No luck on what a 800a0bbc error is.

Thanks


Jul 19 '05 #3
Does IUSR have NTFS permissions to the path? And does "path" have a value?

Ray at work

"ms" <wh******@wc.co m> wrote in message
news:es******** *****@TK2MSFTNG P11.phx.gbl...
The line at which it erros is:
streamFile.Save ToFile path & fileItem.FileNa me, 2

The full error is:

Write to file failed.
Thanks,
Cary

"Ray at <%=sLocation% >" <myfirstname at lane 34 . komm> wrote in message
news:uD******** *****@TK2MSFTNG P10.phx.gbl...
What is the description of that error? I don't have the codes memorized. And what is the line of code where this error happens?

Ray at work

"ms" <wh******@wc.co m> wrote in message
news:ux******** *****@tk2msftng p13.phx.gbl...
I'm using streams to upload a file.
I get an error 800a0bbc write to file failed.

I've looked on support.microso ft.com and groups.google.c om.
No luck on what a 800a0bbc error is.

Thanks



Jul 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
26812
by: andrewcw | last post by:
OK I am half way there - I can manipulate the stream without the byte issue like this - but is this the way to push the new values back into the stream & write out the stream without resorting to byte conversion ?? FileStream stream = null; stream = File.Open(fiPath, FileMode.Open, FileAccess.ReadWrite,FileShare.None); System.IO.StreamReader Tin = new System.IO.StreamReader (stream);
1
1740
by: Guy Korland | last post by:
Hi, 1. How can I read stream in blocking mode? Meaning stop the thread till it get a new line sign? Or getting an event from the stream on new income data? 2. How can I convert 2 bytes to char?
16
9113
by: Ali | last post by:
Hi I want to write (or read) to a stream, but the data is not byte array I converted the data to byte array manually, but it is very slow, (becuse the data is very large) Is another way for this kind of writing and reading best regard Ali.
0
1447
by: Ilya Potekhin | last post by:
Hi all, I need load object in IFilter from stream in .NET. For load object from file I use UCOMIPersistFile but for stream I can't find similar object. I think that I must use IPersistStream but I don't know how and I can't find this in inet :( Can you help me? Thanks
14
5936
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only because of this, so I hope some of you gurus can enlighten me with this :) In what circumstances can the "&amp;" in the source code be involuntary changed to "&" by a browser when or other software, when editing and uploading the file to the web...
7
21638
by: stephcsh | last post by:
Hi, My application is working fine on server A, which is using PHP 4.4.1. However, after it is copied over to server B, which is using PHP 4.4.6, I got several problems related to pdf and xml. 1) I got this message when i tried to generate a pdf, with image: getimagesize(http://www.myweb.com/image/photo_2.jpg) : failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/vhosts/myweb.com/httpdocs/folder/myphoto.php...
2
1610
by: CindyH | last post by:
Hi I have an xml stream that I would like to read with xmltextreader. Problem is that there are some & inside the xml stream. Parse is not working on them. Can someone show me sample code for reading a stream like this? Thanks, Cindy
3
1355
by: CindyH | last post by:
Hi I have an xml stream that I would like to read with xmltextreader. Problem is that there are some & inside the xml stream. Parse is not working on them. Can someone show me sample code for reading a stream like this? Thanks, Cindy
3
9246
gauravgmbhr
by: gauravgmbhr | last post by:
Hi All, I am trying to open a binary stream from a file and the creating a new stream from the opened stream and then trying to over wright the file and i am getting the following error ADODB.Stream error '800a0bbc' Write to file failed. /cops/RestartV1.asp, line 80
0
9663
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9511
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10404
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9016
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7525
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6765
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5415
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5548
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2906
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.