473,779 Members | 2,083 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CreateObject("S cripting.FileSy stemObject")

Hi, experts,

My system has a problem when I invoke the fileSystemObjec t to create a text
file (it worked ok long before.)
The asp seems running, but actually never finishes. I don't know what I done
wrong to the server. How can I fix the problem? Is there a way to resinstall
the filesystemobjec t to the server? Thanks for any idea.
--
Andrew


Jul 19 '05 #1
5 2356
Have you got an anti-virus autoprotect feature enabled?

Alan

"Andrew" <du******@yahoo .com> wrote in message
news:xi******** ***********@twi ster01.bloor.is .net.cable.roge rs.com...
Hi, experts,

My system has a problem when I invoke the fileSystemObjec t to create a text file (it worked ok long before.)
The asp seems running, but actually never finishes. I don't know what I done wrong to the server. How can I fix the problem? Is there a way to resinstall the filesystemobjec t to the server? Thanks for any idea.
--
Andrew

Jul 19 '05 #2
I installed the NAV but not enable the auto protect.

--
Andrew

"Alan Howard" <Xa***********@ Xparadise.net.n zX> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Have you got an anti-virus autoprotect feature enabled?

Alan

"Andrew" <du******@yahoo .com> wrote in message
news:xi******** ***********@twi ster01.bloor.is .net.cable.roge rs.com...
Hi, experts,

My system has a problem when I invoke the fileSystemObjec t to create a

text
file (it worked ok long before.)
The asp seems running, but actually never finishes. I don't know what I

done
wrong to the server. How can I fix the problem? Is there a way to

resinstall
the filesystemobjec t to the server? Thanks for any idea.
--
Andrew


Jul 19 '05 #3
Try shutting NAV down completely and see if that makes a difference.

Alan

"Andrew" <du******@yahoo .com> wrote in message
news:No******** ****@news04.blo or.is.net.cable .rogers.com...
I installed the NAV but not enable the auto protect.

--
Andrew

"Alan Howard" <Xa***********@ Xparadise.net.n zX> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Have you got an anti-virus autoprotect feature enabled?

Alan

"Andrew" <du******@yahoo .com> wrote in message
news:xi******** ***********@twi ster01.bloor.is .net.cable.roge rs.com...
Hi, experts,

My system has a problem when I invoke the fileSystemObjec t to create a

text
file (it worked ok long before.)
The asp seems running, but actually never finishes. I don't know what
I done
wrong to the server. How can I fix the problem? Is there a way to

resinstall
the filesystemobjec t to the server? Thanks for any idea.
--
Andrew



Jul 19 '05 #4
I think I have to uninstall NAV. Thanks,

--
Andrew

"Alan Howard" <Xa***********@ Xparadise.net.n zX> wrote in message
news:uE******** ******@TK2MSFTN GP11.phx.gbl...
Try shutting NAV down completely and see if that makes a difference.

Alan

"Andrew" <du******@yahoo .com> wrote in message
news:No******** ****@news04.blo or.is.net.cable .rogers.com...
I installed the NAV but not enable the auto protect.

--
Andrew

"Alan Howard" <Xa***********@ Xparadise.net.n zX> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Have you got an anti-virus autoprotect feature enabled?

Alan

"Andrew" <du******@yahoo .com> wrote in message
news:xi******** ***********@twi ster01.bloor.is .net.cable.roge rs.com...
> Hi, experts,
>
> My system has a problem when I invoke the fileSystemObjec t to create a text
> file (it worked ok long before.)
> The asp seems running, but actually never finishes. I don't know
what
I done
> wrong to the server. How can I fix the problem? Is there a way to
resinstall
> the filesystemobjec t to the server? Thanks for any idea.
> --
> Andrew
>
>
>
>



Jul 19 '05 #5
No you don't: you simply have to disable sript-blocking.

Bob Barrows

Andrew wrote:
I think I have to uninstall NAV. Thanks,
"Alan Howard" <Xa***********@ Xparadise.net.n zX> wrote in message
news:uE******** ******@TK2MSFTN GP11.phx.gbl...
Try shutting NAV down completely and see if that makes a difference.

Alan

"Andrew" <du******@yahoo .com> wrote in message
news:No******** ****@news04.blo or.is.net.cable .rogers.com...
I installed the NAV but not enable the auto protect.

--
Andrew

"Alan Howard" <Xa***********@ Xparadise.net.n zX> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Have you got an anti-virus autoprotect feature enabled?

Alan

"Andrew" <du******@yahoo .com> wrote in message
news:xi******** ***********@twi ster01.bloor.is .net.cable.roge rs.com...
> Hi, experts,
>
> My system has a problem when I invoke the fileSystemObjec t to
> create a text file (it worked ok long before.)
> The asp seems running, but actually never finishes. I don't know

what
I
done
> wrong to the server. How can I fix the problem? Is there a way to
> resinstall the filesystemobjec t to the server? Thanks for any
> idea. --
> Andrew


--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 19 '05 #6

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

Similar topics

7
23865
by: Mark DuPrey | last post by:
I've got a script in an ASP page that is supposed to extract certain files from a zip file, move them, create a new zip with the moved files and then make a self-extracting archive out of the new zip file. I'm doing this using wshShell.Exec, the WinZip command line tool and zip2exe.exe from the pkware suite (because WinZip's command line doesn't support creating self-extracting archives and for historical compatibility reasons). This is...
2
7127
by: Lin Ma | last post by:
Greetings, Is it possbile to check a file exist without using Server.CreateObject("Scripting.FileSystemObject") in asp page?? The reason is our hosting company turn that function off for security reason. Here is my original code: <%
3
3448
by: bt | last post by:
I am just beginning with asp and have gotten an error that I need some help with. I posted a pair of files to an online ASP host server. The files are in the same directory; one is readfile.asp which should open the other which is a simple text file - newText.txt . Here is readfile.asp : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html>
2
18062
by: Stavros | last post by:
Hi all when I execute the following VB6 code in Windows 2000 and as an Administrator, everything is working fine. Project->References->"Microsoft Scripting Runtime" and scrrun.dll is located in C:\WINNT\System32 Sub Main() Dim fs As FileSystemObject
4
16559
by: MoF | last post by:
Hello! I have for a long time used the line: Set FS=Server.CreateObject("Scripting.FileSystemObject") in my ASP code. Suddenly one day this week it stopped working and I now get the error: Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed
1
2067
by: chsmith | last post by:
I'm calling a .net / c# .dll from .ASP via Server.CreateObject(). I regasm, gacutil /i and all runs fine on XP SP1 or older. SP2 registry subracts System (??) from the registry root nodes and .ASP calling my .net dll breaks with Invalid class string to the browser. I find that I can fix a SP2 box by adding the IIS user to the permissed users for each .dll object in the registry. IE: regedt32, HKEY_CLASSES_ROOT.your_dll_class
0
3150
by: hellind | last post by:
When the form is submitted as ENCTYPE="multipart/form-data" using AspUpload component, I understand to use Upload.form("") to retreive the form elements. But I cannot retreive it from inside a class. Anybody can help? The form page goes to upload.asp, where inside upload.asp it calls the class which reads the form element and return back the values. Here is the code of the class. Class pluginFileTransfer Public path,...
3
7637
by: =?Utf-8?B?VG9kZA==?= | last post by:
trying to access files located on another server within the network. the folder is shared out and we created a virtual directory as well. The error is Microsoft VBScript runtime error '800a004c' Path not found Here is my code <% dim fs,fo,x set fs=Server.CreateObject("Scripting.FileSystemObject")
7
6467
by: Benjamins via AccessMonster.com | last post by:
Hi, I have meet a problem for CreateObject("Scripting.FileSystemObject"). I uses this code to get the information of the harddisk I have 10 user using the same code. All where working fine excpet for 1. When i was using it prompt this error: "License information for this component not found. You do not have an appropriate license to use this functionality in the design environment"
0
9636
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
10306
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
10139
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9931
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8961
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
7485
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
6727
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
5373
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...
2
3632
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.