![]() |
|
|
#1 (permalink) |
|
Member
Join Date: Sep 2004
Posts: 40
|
Server.CreateObject Failed (800401f3)
Checked this morning and one of the pages on my site is no longer working. Sudeenly I get the following error:
Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /guestbookRead.asp, line 42 800401f3 The site is a small guestbook page that has worked perfectly until now - has anything changed with Catalyst? The code for this particular section is <% dim strFileName dim file dim fso strFileName=server.MapPath("gbk.txt") Const ForReading =1, ForWriting=2,ForAppending=8 set fso = server.CreateObject("Scripting.FileSystemObject") set file = fso.OpenTextFile(strFileName,ForReading) Response.Write replace(file.readall, vbcrlf,"<BR>") file.close set file=nothing set fso=nothing %> which just reads in a text file and writes it to the page. Any ideas on what the problem may be? Thanks |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Oct 2005
Posts: 5
|
I have the same problem with one of my sites. This failure has meant no-one can subscribe to my clients service, so has led to loss of revenue.
My client also noted this yesterday morning, and I rasied a ticket this morning. s till awaiting a resolution. Did you get it fixed? What was the cause / resolution? John |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|