Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...network BIOS command limit has been reachednetwork BIOS command limit has been reached
Previous
 
Next
New Post
2/8/2009 7:32 PM
 

Got it sorted. It turns out .netnuke has to many directories so the directory monitor runs out of memory (limit of 256MB) because it creates a monitor for each directory.  The registry change below changes .net's behaviour to create one monitor per webapp and uses that to monitor the directories under it.
For anyone else having the problem here's what I did:

1. Create a user who will run the .netnuke app pool and who has modify access to the unc path
 1.1 Modify security permissions so the user can run the app pool.
 1.1a C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -ga <user>
 1.1b gpedit.msc  (Local Computer Policy/Computer Configuration/Windows Settings/Security Settings/Local Policies/User Rights Assignments)
  Grant "Adjust memory quotas for a process", "Logon as a service" and "Replace a process level token"
2. Create the app pool and set the identity
3. Create the website with the home directory as the remote share and app pool as created above
4. regedit HKLM\Software\Microsoft\ASP.NET create DWORD "FCNMode" value 2  (This was part of a hot fix but what the document doesn’t say is it also applies to .net sp1 and above)
5. iisreset


refrences:
http://support.microsoft.com/kb/911272
http://msdn.microsoft.com/en-us/library/ms998297.aspx
http://beyondthispoint.blogspot.com/2006/04/setting-up-iis6-application-pool.html
 

 
New Post
2/8/2009 7:50 PM
 

forgot one step.  Should be before the iis reset

5. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe -q -m -ag 1 -url "file:////\\<server>\<share>\*" FullTrust -exclusive on

6. iisreset

 
New Post
2/9/2009 8:02 AM
 

You can also try this path (it worked for us)

http://support.microsoft.com/kb/221790/ 

if you read it all you see the following behaviour:
windows 2000 has by default 125 worker connection threads
with Sp1 it goes up to 65536 and then the gentle people of microsoft gave us server 2003 and the default was 50.

so raising
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanworkstation\parameters] "MaxCmds"=dword:00000800 on the IIS client server
and
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters]
"MaxMpxCT"=dword:00000800
"MaxWorkItems"=dword:00002000

on the fileserving server could do the trick.

 

 

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...network BIOS command limit has been reachednetwork BIOS command limit has been reached


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out