473,396 Members | 1,996 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Microsoft VBScript compilation error '800a03f6'

Can anyone help?

I have all of a sudden started to receive this error on my site!

I have no idea what script it is executing, why it is now failing, what is
going on??

All I have been able to find out is that Microsoft has had the same problem
on their site!


Microsoft VBScript compilation error '800a03f6'

Expected 'End'

?, line 0
Regards

Adam
--
Phuture-UK +44 (01202) 518122
Jul 22 '05 #1
6 3787
Search the wwwroot file system for files that have changed in the past n
days, where n is a number not much greater than the number of days ago that
you noticed this. Something probably changed somewhere.

Or, show us the code of the page causing the error.

Ray at work
"Adam Short" <ad**@phuture-uk.net> wrote in message
news:eQ**************@tk2msftngp13.phx.gbl...
Can anyone help?

I have all of a sudden started to receive this error on my site!

I have no idea what script it is executing, why it is now failing, what is
going on??

All I have been able to find out is that Microsoft has had the same problem on their site!


Microsoft VBScript compilation error '800a03f6'

Expected 'End'

?, line 0
Regards

Adam
--
Phuture-UK +44 (01202) 518122

Jul 22 '05 #2
If I knew which script page was causing it!!!
Ok this piece of code is common across all scripts it is included server
side, but I don't think it would cause the error.

<% @ Language=VBScript %>
<% Option Explicit %>

<%

Response.Expires = -1

Response.AddHeader "P3P", "CP=""CAO PSA OUR"""

%>


"Ray Costanzo [MVP]" <my first name at lane 34 dot commercial> wrote in
message news:Om**************@TK2MSFTNGP10.phx.gbl...
Search the wwwroot file system for files that have changed in the past n
days, where n is a number not much greater than the number of days ago
that
you noticed this. Something probably changed somewhere.

Or, show us the code of the page causing the error.

Ray at work
"Adam Short" <ad**@phuture-uk.net> wrote in message
news:eQ**************@tk2msftngp13.phx.gbl...
Can anyone help?

I have all of a sudden started to receive this error on my site!

I have no idea what script it is executing, why it is now failing, what
is
going on??

All I have been able to find out is that Microsoft has had the same

problem
on their site!


Microsoft VBScript compilation error '800a03f6'

Expected 'End'

?, line 0
Regards

Adam
--
Phuture-UK +44 (01202) 518122


Jul 22 '05 #3
Adam Short wrote:
If I knew which script page was causing it!!!

I still can't comprehend why you don't know which page is causing this
error. The error message was copied from the browser window wasn't it? What
was the url in the address bar when te error occurred?

Bob Barrows
--
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 22 '05 #4
It points to a file which links a load of include files, it could be any one
of a dozen include files.

I can't get my head around line 0, as far as I know all line numbering start
at 1!

I've decided to shut the server down tonight and run a complete scan disk
and defrag
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:e9**************@tk2msftngp13.phx.gbl...
Adam Short wrote:
If I knew which script page was causing it!!!

I still can't comprehend why you don't know which page is causing this
error. The error message was copied from the browser window wasn't it?
What was the url in the address bar when te error occurred?

Bob Barrows
--
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 22 '05 #5
Now we're getting somewhere. Before proceeding any further, I want to verify
that this is a server-side error, not client-side. In my experience, "line
0" errors are usually client-side errors. Can you confirm one way or the
other? Server-side errors are written to the browser window and always
indicate the name of the page that produced the error. Client-side errors
either produce a dialog box, or an error message in the status bar on which
you can double-click to see details. Which is it?

In any event, your proper course of action is Debugging 101. Either :
a. Eliminate the includes one-at-a-time until the error disappears
b. Create a new page and add the includes in one-at-a-time until the error
appears

That should allow ou to identify the problematic script.

Bob Barrows

Adam Short wrote:
It points to a file which links a load of include files, it could be
any one of a dozen include files.

I can't get my head around line 0, as far as I know all line
numbering start at 1!

I've decided to shut the server down tonight and run a complete scan
disk and defrag
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:e9**************@tk2msftngp13.phx.gbl...
Adam Short wrote:
If I knew which script page was causing it!!!

I still can't comprehend why you don't know which page is causing
this error. The error message was copied from the browser window
wasn't it? What was the url in the address bar when te error
occurred?

Bob Barrows
--
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"


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 22 '05 #6
Thanks for all your help Bob, it seems I had a few too many Session
variables!!! Thing was, they were no longer required anyway! I must have
just pushed the limit one too far.... I have now taken all the session
variables out that are no longer used, and the problem seems to have reolved
itself.

Still worth bearing in mind! I have also developed an ASP 500 page that
captures detailed information about the errors, what browsers was used,
times etc...

Hopefully this will help in the future.

Regards

Adam

"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:OS**************@TK2MSFTNGP09.phx.gbl...
Now we're getting somewhere. Before proceeding any further, I want to
verify
that this is a server-side error, not client-side. In my experience, "line
0" errors are usually client-side errors. Can you confirm one way or the
other? Server-side errors are written to the browser window and always
indicate the name of the page that produced the error. Client-side errors
either produce a dialog box, or an error message in the status bar on
which
you can double-click to see details. Which is it?

In any event, your proper course of action is Debugging 101. Either :
a. Eliminate the includes one-at-a-time until the error disappears
b. Create a new page and add the includes in one-at-a-time until the error
appears

That should allow ou to identify the problematic script.

Bob Barrows

Adam Short wrote:
It points to a file which links a load of include files, it could be
any one of a dozen include files.

I can't get my head around line 0, as far as I know all line
numbering start at 1!

I've decided to shut the server down tonight and run a complete scan
disk and defrag
"Bob Barrows [MVP]" <re******@NOyahoo.SPAMcom> wrote in message
news:e9**************@tk2msftngp13.phx.gbl...
Adam Short wrote:
If I knew which script page was causing it!!!

I still can't comprehend why you don't know which page is causing
this error. The error message was copied from the browser window
wasn't it? What was the url in the address bar when te error
occurred?

Bob Barrows
--
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"


--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Jul 22 '05 #7

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

Similar topics

2
by: Matthew Louden | last post by:
I have no idea what's wrong with the following ASP statement: Response.Write "<select name=\"id\">" MS VBScript Compilation error 800a0401 expected end of statement However, if I do the...
3
by: Matt | last post by:
When the ASP statement end with a _ character, then the next line cannot have comment ' character. Is that correct? Since I encountered the following error: Microsoft VBScript compilation...
3
by: Adam Short | last post by:
Can anyone help? I have all of a sudden started to receive this error on my site! I have no idea what script it is executing, why it is now failing, what is going on?? All I have been able...
1
by: aklsdjfh | last post by:
I'm no expert in asp and vbscript but not a total beginner. I've got some VBScript in an asp page which is generating a forumla for use in Lotus Notes replication. The line that it is objecting...
2
by: sonasiva | last post by:
{asp code} Error Type: Microsoft VBScript compilation (0x800A03EE) Expected ')' /web/company_ind.asp, line 35, column 37 Response.Write(objrs("investor_name")""<a...
11
by: remya1000 | last post by:
While running the program, i'm getting this error Microsoft VBScript compilation error '800a0401' Expected end of statement /admin/currentmonth.asp, line 26 strSQL = "SELECT...
5
by: char | last post by:
I can't figure out why I am getting error: Microsoft VBScript compilation '800a0400' SET MyRecordSet = SERVER.CREATEOBJECT("ADODB.RECORDSET") MySQL = "SELECT * FROM ShipSummary (NOLOCK) where...
3
by: Indy | last post by:
Hi, I am new to VB and have some previous programming experiences. Curently working as an IT support person and trying to write a VB 6 script to access apos database and get one of the table's...
2
by: kevinr | last post by:
Hi, I am brand new to VB, and I am trying to deploy Office 2007 on my network here at work. We used part of this script to do another deployment, and I have taken pieces and tried to edit for this...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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...

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.