473,791 Members | 2,861 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1706
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
7343
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 after i apllied Service Pack 4 to my 2000 machine. Before it worked properly. Any suggestions?
7
5026
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. I created the websetup and built the MSI, have the bundled version. Copied to webserver and ran Websetup.msi. Said I had to remove old version, which I did, then reran WebSetup.msi and keeps giving me this error. "The installer was interrupted...
3
4333
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 '3'. This would mean I would not have enough space on my device. But I hard-reseted it befor I tryed to install and I have no other processes running while installing. Any ideas, whats going wrong???
2
2380
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 get them 1. Error Type: Active Server Pages error 'ASP 0115' Unexpected error
2
2538
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, retrieve the file, then a Java class is being used to uncompress the file before presenting it to the users desktop. We are intermittently getting this 800A01FB error in the IIS logs. This function will work 4 or 5 times with success reports...
0
9669
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
10426
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
10207
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
9993
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
7537
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
5430
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...
0
5558
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4109
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
3
2913
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.