Pages: [1]
Print
Author Topic: Fixed: Error 800a003a - File Exists  (Read 1004 times)
ironhawker
Newbie
*
Posts: 1


View Profile
« on: March 19, 2009, 06:50:55 PM »

Error 800a003a - File Exists
When Creating a New Entry or Updating an Old Entry from main.asp I am getting this error:

Microsoft VBScript runtime error '800a003a'

File already exists

/my_folder/blog/rss.asp, line 110 .

I have set Every imaginable permission for the folder the blog is in /blog and the /my_folder/(not top level)

External host is running asp 2.0 (1and1.com)

----
I have seen several scripts to ignore the FSO
but dont know where to put them or customize to fit in the betaparticle
Line 105 thru 111 are
   Dim oFSO
   Dim fFile
   ' create an instance of the FileSystemObject
   Set oFSO = Server.CreateObject ("Scripting.FileSystemObject")
   ' create file
   Set fFile = oFSO.CreateTextFile (Server.MapPath(sFilename))
%>  <<---= 111
Thanks.. Ironhawker
« Last Edit: March 19, 2009, 08:11:51 PM by Matt » Logged
Matt
BP Blog Developer/Musician
Administrator
Newbie
*****
Posts: 36



View Profile WWW Email
« Reply #1 on: March 19, 2009, 07:14:07 PM »

Try this - put this line right above line 105:

Code:
on error resume next


Let me know if this works.  It should skip that error and continue anyway.

Logged

Pages: [1]
Print
Jump to: