catalyst2 community forums  

Go Back   catalyst2 community forums > Support > Other Support Queries

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 11-09-2006, 08:48 AM   #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
LeeDJ is offline   Reply With Quote
Old 11-09-2006, 09:37 AM   #2 (permalink)
Bring me your problems :p
 
paulredpath's Avatar
 
Join Date: Jan 2003
Location: /dev/ahhhhhhhhh
Posts: 3,536
Can you please open a ticket so we can check this for you.
paulredpath is offline   Reply With Quote
Old 11-09-2006, 09:44 AM   #3 (permalink)
Member
 
Join Date: Sep 2004
Posts: 40
Quote:
Originally Posted by paulredpath View Post
Can you please open a ticket so we can check this for you.
Thanks - have done just that
LeeDJ is offline   Reply With Quote
Old 12-09-2006, 05:57 PM   #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
JohnWarr is offline   Reply With Quote
Old 12-09-2006, 06:32 PM   #5 (permalink)
Bring me your problems :p
 
paulredpath's Avatar
 
Join Date: Jan 2003
Location: /dev/ahhhhhhhhh
Posts: 3,536
John,

I have updated you regularly throughout the day on this, it is a different issue and we are currently dealing with it.
paulredpath is offline   Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 09:42 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.