473,698 Members | 2,134 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"network BIOS command limit has been reached" error AFTER applying fixes

Hello,

we have this situation.

web farm, several server 2003 machines, and several win2K, SP 4
machines

all machines access files on a Network appliance using CIFS

I am testing a ASP.NET 2.0 project that is residing on the share. I
noticed a random error I was getting on win2K machines

Parser Error Message: An error occurred loading a configuration file:
Failed to start monitoring changes to '\\xxx\yyy because the network
BIOS command limit has been reached. For more information on this
error, please refer to Microsoft knowledge base article 810886.
Hosting on a UNC share is not supported for the Windows XP Platform

I found the microsoft articles realting to this. I noticed and
executed the following:

- my win2K machines had a release late enough to contain all hot
fixes refered to in KB 271148. I verified all DLLs refered in this KB,
and our version is newer

- I added this key to all win2K machines
HKEY_LOCAL_MACH INE\SYSTEM\Curr entControlSet\S ervices\lanmanw orkstation
\parameters\Max Cmds = 800 hex-

- rebooted the machines

still I am getting these sporadic errors, again only on the win2K
machines. can anyone help ?

Apr 5 '07 #1
1 15438
On Apr 6, 12:16 am, "yoram.aya...@s tructuredweb.co m"
<yoram.aya...@s tructuredweb.co mwrote:
Hello,

we have this situation.

web farm, several server 2003 machines, and several win2K, SP 4
machines

all machines access files on a Network appliance using CIFS

I am testing a ASP.NET 2.0 project that is residing on the share. I
noticed a random error I was getting on win2K machines

Parser Error Message: An error occurred loading a configuration file:
Failed to start monitoring changes to '\\xxx\yyy because the network
BIOS command limit has been reached. For more information on this
error, please refer to Microsoft knowledge base article 810886.
Hosting on a UNC share is not supported for the Windows XP Platform

I found the microsoft articles realting to this. I noticed and
executed the following:

- my win2K machines had a release late enough to contain all hot
fixes refered to in KB 271148. I verified all DLLs refered in this KB,
and our version is newer

- I added this key to all win2K machines
HKEY_LOCAL_MACH INE\SYSTEM\Curr entControlSet\S ervices\lanmanw orkstation
\parameters\Max Cmds = 800 hex-

- rebooted the machines

still I am getting these sporadic errors, again only on the win2K
machines. can anyone help ?
Look at this KB article
http://support.microsoft.com/kb/810886

It required changes in Services\lanman workstation and Services
\lanmanserver keys.

Note: The MaxCmds and MaxMpxCt registry entries are REG_DWORD decimal
entries. If they do not exist on your computer, you can create them as
new REG_DWORD values. The range of values for these registry entries
is between 0 and 65535. But be aware of the pitfalls with a maximum
value

http://weblogs.asp.net/hosterposter/...er-errors.aspx

Hope it helps

Apr 6 '07 #2

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

Similar topics

2
5102
by: Lars | last post by:
I am trying to post a pretty long string (9300 bytes) in a hidden field and i get this very strange error message: Request object, ASP 0107 (0x800A01B8) The data being processed is over the allowed limit. What is going on here. Over what allowed limit? Has anyone seen this before?
0
2560
by: mrwoopey | last post by:
Hi, My OLAP data cube is giving me the following error when I am manipulating OLAP data cube views: "the data being processed is over the allowed limit" I know that this message is caused by the size limit of each form field that is retrieved in the Request object is 102,399 bytes. The error occurs when I exceed this limit.
5
2109
by: Jeremy | last post by:
I am relatively inexperienced with SQL, and I am trying to learn how to analyze some data with it. I have a table with the following information. COMPANY ID , DATE, MarektValue I would like to select the largest 100 marketvalues for each date in my table. How can I do this efficiently in MySql.
2
3327
by: John Baker | last post by:
Hi: I have an Access application that has been running on my desktop system just fine. I recently tried to move it to my laptop, and on the laptop I get a "Disc or Network Error" message when I try and open it (after the opening Form has opened but before the data base information on that form has been presented). There is no way to get into Approach and eventually I have to ctrl alt delete out. The strange thing is that I have another...
14
9737
by: David W. Fenton | last post by:
I'm no stranger to this error message, but I have a client who is experiencing it, but, fortunately, without any actual data corruption, and it's driving them made. Their inability to grasp that the cause is fundamentally a networking problem is also making me pull my hair out. Some history: The network is composed of five computers dating back to 1995, each purchased one at a time, and each having a different OS, etc. Until
3
2210
by: Anony Mous | last post by:
Hi, I've run into a problem. I've had postgres V8 beta on my WinXP Pro machine for some time now, and it's been running great. Now, for some reason, I cannot issue any queries to the database via psql. See snippit below... ------------ C:\Program Files\PostgreSQL\8.0-beta1\bin>createdb -U postgres test CREATE DATABASE
2
5564
by: moodyman13 | last post by:
Hi all, Hoping someone can help me. I'm using WSH to automatically map a network drive when someone opens a webpage. Below are the codes <HTML> <Body> <script language="VBScript" type="text/vbscript"> Option Explicit On Error Resume Next
3
6013
by: Larry Leonard | last post by:
Running MSDE 2000 SP2 on Windows XP SP3. I have a T-SQL script that is relatively simple (adding constraints, inserting rows, etc.) and short (maybe 300 lines, heavily commented). It's an upgrade script I wrote weeks ago, and has worked fine everywhere. After the patch from last Wednesday. "Security Update for SQL Server 2000 Service Pack 4 (KB948110)", I have gotten the following error on two different machines, using a copy of the...
3
1511
by: Evan | last post by:
Hello, one of my PC is window system, and in "control panel -Network Connections", I can see some network connections such as PPPOE or VPN which I created by click "create a new connection". My question is, is it possible to create a new connection by using Python script? which means I do not want to use Window UI (via "control panel"), if it is possible, I can save so many time to create various network connection when I want to do...
0
8603
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
9157
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
9023
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
8893
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
8861
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
6518
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
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4615
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
1999
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.