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

800a01fb error when adding a key-item pair in the dictionary objec

I have a user complaining about a random error (sporadic, cannot be reliably
reproduced):

=================================
Microsoft VBScript runtime error '800a01fb'

An exception occurred: 'objDict.add'

=================================

And this error happens at different lines in the file. objDict is just a
dictionary object, and I don't see any problem with my code because this
error only happens on one client's shared server (IIS 6), and it only happens
at random times.

Is there a memory size limit that a single instance of the dictionary object
can hold? I by no means store a lot of data (only short strings and integer)
but I just want to rule out the possibility that the problem is with my code.

Where can I find more info on this? Is there any possible cause of this
problem?
Jul 19 '05 #1
8 1685
Samuel wrote:
I have a user complaining about a random error (sporadic, cannot be
reliably reproduced):

=================================
Microsoft VBScript runtime error '800a01fb'

An exception occurred: 'objDict.add'

=================================

And this error happens at different lines in the file. objDict is
just a dictionary object, and I don't see any problem with my code
because this error only happens on one client's shared server (IIS
6), and it only happens at random times.

Is there a memory size limit that a single instance of the dictionary
object can hold? I by no means store a lot of data (only short
strings and integer) but I just want to rule out the possibility that
the problem is with my code.
No

Where can I find more info on this? Is there any possible cause of
this problem?


No, you're going to have to do some error-trapping and log the data that
causes the error to occur. You have zero chance of solving the problem if
you cannot cause it to occur reliably.

Bob BArrows

--
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 19 '05 #2
I got a notification from the newsgroup saying someone replied my post and
ask me to come back and rate the response.. but I dont see anything other
than my own post here??
Jul 19 '05 #3
Samuel wrote:
I got a notification from the newsgroup saying someone replied my
post and ask me to come back and rate the response.. but I dont see
anything other than my own post here??

Suggestions:

1. Click the + symbol next to your original post
2. Use a real news reader instead of the IE interface. Outlook Express can
be pretty simple t set up

Bob Barrows
PS. Of course, you're probably not going to see this message ....
--
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 19 '05 #4
"Bob Barrows [MVP]" wrote:
No, you're going to have to do some error-trapping and log the data that
causes the error to occur. You have zero chance of solving the problem if
you cannot cause it to occur reliably.


Thanks for your reply. Let me briefly explain what the objDict does in my
software. We originally cached some data (site specific information,
relatively static) from a database table in the Application object, but we
wanted to be able to scale out to multiple front ends, so I modified the
software so that it now retrieves info from the database every single time
users request a page from the software (it is done inside an include file).
And the data the dictionary object stores are indentical every single time
unless the software admin changes some site specific information (which
rarely happens). This is what I don't get. Because the data stored in the
dictionary are identical every single time, how can it fails at one time and
not the other?
Jul 19 '05 #5
I did see your post.. it must be a glitch last time I checked. I used the IE
interface a lot because it allows reply notification.

"Bob Barrows [MVP]" wrote:
Samuel wrote:
I got a notification from the newsgroup saying someone replied my
post and ask me to come back and rate the response.. but I dont see
anything other than my own post here??

Suggestions:

1. Click the + symbol next to your original post
2. Use a real news reader instead of the IE interface. Outlook Express can
be pretty simple t set up

Bob Barrows
PS. Of course, you're probably not going to see this message ....
--
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 19 '05 #6
Samuel wrote:
"Bob Barrows [MVP]" wrote:
No, you're going to have to do some error-trapping and log the data
that causes the error to occur. You have zero chance of solving the
problem if you cannot cause it to occur reliably.


Thanks for your reply. Let me briefly explain what the objDict does
in my software. We originally cached some data (site specific
information, relatively static) from a database table in the
Application object, but we wanted to be able to scale out to multiple
front ends, so I modified the software so that it now retrieves info
from the database every single time users request a page from the
software (it is done inside an include file). And the data the
dictionary object stores are indentical every single time unless the
software admin changes some site specific information (which rarely
happens). This is what I don't get. Because the data stored in the
dictionary are identical every single time, how can it fails at one
time and not the other?


I reiterate: without some error trapping and logging so you know exactly
what caused the error, you have no hope at all of solving this problem.

Bob Barrows

--
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 19 '05 #7
Hello,

I agree with Bob that you had better to log some necessary information to
narrow down the problem. For example, you may check if the objects saved in
the dictionary are same. And all the properties of the dictionary object,
like Count, the item's key and CompareMode Property. Since the error only
occur with only one client, it may sent different data to the server than
others. You alos may try clean the cookie on the particular client and log
on as same user to narrow down the problem.

Luke

Jul 19 '05 #8
Hello,

Did the error get fixed? If you need more information on this issue,please
feel free to let me know.

Luke

Jul 19 '05 #9

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

Similar topics

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...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
3
by: Olav | last post by:
Hi all, I can not install CF 2.0 SP 1 on an Symbol PPT8800 running WinCE 4.2. The Install-Log say's cgacutil.exe failed with exit-code 80000004 and I get a messagebox indicating a support-Info...
2
by: amitpatil | last post by:
Hi, I have 4 web pages which collects data and insert in database. Since couple of days i am getting following errors. ( there r diff kinds of errors i get each time ): They are in sequence as i...
2
Carrugar
by: Carrugar | last post by:
We have recently migrated a legacy ASP application from an NT4 server running IIS 4.0 to a Win2003 server running IIS6.0. An Anonymous User account is being used to access a file server via IIS,...
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:
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: 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
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:
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
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
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.