473,385 Members | 1,901 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,385 software developers and data experts.

why do i am getting Microsoft VBScript runtime error '800a01a8'

nitindel
Hi All,
Please let me know that why i am getting the error like this:-

Microsoft VBScript runtime error '800a01a8'

Object required

/Melange/MasconNet/singlesignon.asp, line 49



Please Please explain what can be the possible reasons..I have searched a lot..
and Checked the code again and again....

I have to complete the Code by EOD...
Thanks & Regards,

Nitin Sharma
Software Engineer
Dec 24 '07 #1
4 2482
shweta123
692 Expert 512MB
Hi,

This error can come because of one of the following reasons :

1) If you are using database related objects like recordset ,connection etc. and you are not initializing it.

e.g. If you are using recorset please check for this statement in your code ,
set rs = server.CreateObject("Adodb.Recorset")

2) If you are using some class or control in your page and you have not created its object using Server.CreateObject method.
Dec 24 '07 #2
Nicodemas
164 Expert 100+
Hi All,
Microsoft VBScript runtime error '800a01a8'

Object required

/Melange/MasconNet/singlesignon.asp, line 49

[/b]

Could you provide us with a larger swatch of your code?
Dec 24 '07 #3
shweta123
692 Expert 512MB
Hi ,

Please refer this

Link for more details.
Dec 25 '07 #4
jhardman
3,406 Expert 2GB
it's usually something simple like spelling, syntax, or as shweta said, initializing. As Nicodemas said, show your code.

Jared
Dec 31 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Sudhakar Sankar | last post by:
Hi all, I am using a COM+ component to fetch the Recordset from the database. My coding is as follows: ' ------ In COM+ Application -------------- Function executeResultQuery(Con as...
3
by: Matt | last post by:
<% hour = Request("controlname") %> will yield the following error: Microsoft VBScript runtime (0x800A01F5) Illegal assignment: 'hour' However, if I declare hour, then it is fine. <% Dim...
3
by: Mike Kanski | last post by:
I get this error Microsoft VBScript runtime error '800a01fb' When i call LoadPicture method, or when i pretty much do any operation with PictureBox like setting width and height. It happened...
10
by: Seeker | last post by:
Hi! I have to do some developing and I'm trying to configure my server to mimic the operation of our production server. The issue I'm having is that I'm trying to use CDONTS to send an email...
1
by: g_sharad | last post by:
I guess this is a very old problem, but this keeps bugging many ppl in many ways. I am facing the problem with the SQL query >>>> Insert Into DailySalesReport (hoautoid, dsdate, dsreport,...
1
by: PaulieS | last post by:
Hi all. Am migrating a customer from IIS5 on W2K server to IIS6 on W2K3. Zipped all the websites and unzipped them to the identical locations on new server. Used IISMT to migrate metabase. ...
4
by: Genken | last post by:
Hi can anybody help me i get this error when running this code. Error Type: Microsoft VBScript runtime (0x800A01A8) Object required: '' And then a line number indicating where the error is, i...
0
by: .nLL | last post by:
Erorr is --------------------- Microsoft VBScript runtime error '800a0046' Permission denied /a.asp, line 3 -----------------------
1
by: gray d newbie | last post by:
Greetings All, I'm new to this forum as well as to ASP. Therefore I am ready to learn from the ASP experts in this forum. Thank you very much in advance. I was assign to develop a ASP based...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...

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.