473,791 Members | 3,211 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 2359
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
16560
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
6469
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
9512
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
10201
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...
1
10147
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9987
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...
1
7531
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
5552
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4100
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3709
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2910
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.