Networking Forums

Networking Forums > Computer Networking > Windows Networking > The Network BIOS Session Limit Exceeded

Reply
Thread Tools Display Modes

The Network BIOS Session Limit Exceeded

 
 
Mustardz
Guest
Posts: n/a

 
      04-13-2007, 05:28 AM
Hi All,
I'm hoping someone can help me with a problem I'm having.

About 2 months ago the hard drive on our web server started to play up so I
decided to do a new install of windows 2003 server to the new hard drive, and
just publish the website to the new server. Everything went fine until about
4 weeks ago, the web site started losing access to the file server. The event
logs says the network BIOS session limit exceeded and all the help I can find
says this is a known problem when you use IIS on windows server 2000 and use
mapped drives. We are using windows 2003 server and we use the full UNC path.

Here is the information on the servers:
Our Website is running windows 2003 standard server with all current patches
in place.

The file server is a windows 2000 server with all current patches in place.

Here is the error log.
Event Type: Warning
Event Source: ASP.NET 2.0.50727.0
Event Category: Web Event
Event ID: 1309
Date: 4/04/2007
Time: 2:18:45 PM
User: N/A
Computer: S6
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 4/04/2007 2:18:45 PM
Event time (UTC): 4/04/2007 4:18:45 AM
Event ID: 66c04bf76354417ba53ec84c769415e8
Event sequence: 17949
Event occurrence: 36
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1/ROOT-1-128200955414720546
Trust level: Full
Application Virtual Path: /
Application Path: c:\inetpub\wwwroot\
Machine name: xx

Process information:
Process ID: 1824
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: IOException
Exception message: The network BIOS session limit was exceeded.


Request information:
Request URL: http://www.mysite.com.au/Members/New...chRecieve.aspx
Request path: /Members/NewUpload/BatchRecieve.aspx
User host address: xxx.xxx.xxx.xxx
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 19
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.IO.__Error.WinIOError(Int32 errorCode, String
maybeFullPath)
at System.IO.Directory.InternalCreateDirectory(String fullPath, String path,
DirectorySecurity dirSecurity)
at System.IO.DirectoryInfo.Create()
at members_Uploader_BatchRecieve.Page_Load(Object sender, EventArgs e) in
c:\inetpub\wwwroot\Members\NewUpload\BatchRecieve. aspx.vb:line 24
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Custom event details:
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

 
Reply With Quote
 
 
 
 
Phil Lang
Guest
Posts: n/a

 
      04-13-2007, 03:40 PM
There are reg keys that you need to set. It is in this doc

http://www.microsoft.com/technet/pro...org.mspx#EBLAC

Also you might want to check your limit on your remote device

"Mustardz" wrote:

> Hi All,
> I'm hoping someone can help me with a problem I'm having.
>
> About 2 months ago the hard drive on our web server started to play up so I
> decided to do a new install of windows 2003 server to the new hard drive, and
> just publish the website to the new server. Everything went fine until about
> 4 weeks ago, the web site started losing access to the file server. The event
> logs says the network BIOS session limit exceeded and all the help I can find
> says this is a known problem when you use IIS on windows server 2000 and use
> mapped drives. We are using windows 2003 server and we use the full UNC path.
>
> Here is the information on the servers:
> Our Website is running windows 2003 standard server with all current patches
> in place.
>
> The file server is a windows 2000 server with all current patches in place.
>
> Here is the error log.
> Event Type: Warning
> Event Source: ASP.NET 2.0.50727.0
> Event Category: Web Event
> Event ID: 1309
> Date: 4/04/2007
> Time: 2:18:45 PM
> User: N/A
> Computer: S6
> Description:
> Event code: 3005
> Event message: An unhandled exception has occurred.
> Event time: 4/04/2007 2:18:45 PM
> Event time (UTC): 4/04/2007 4:18:45 AM
> Event ID: 66c04bf76354417ba53ec84c769415e8
> Event sequence: 17949
> Event occurrence: 36
> Event detail code: 0
>
> Application information:
> Application domain: /LM/W3SVC/1/ROOT-1-128200955414720546
> Trust level: Full
> Application Virtual Path: /
> Application Path: c:\inetpub\wwwroot\
> Machine name: xx
>
> Process information:
> Process ID: 1824
> Process name: w3wp.exe
> Account name: NT AUTHORITY\NETWORK SERVICE
>
> Exception information:
> Exception type: IOException
> Exception message: The network BIOS session limit was exceeded.
>
>
> Request information:
> Request URL: http://www.mysite.com.au/Members/New...chRecieve.aspx
> Request path: /Members/NewUpload/BatchRecieve.aspx
> User host address: xxx.xxx.xxx.xxx
> User:
> Is authenticated: False
> Authentication Type:
> Thread account name: NT AUTHORITY\NETWORK SERVICE
> Thread information:
> Thread ID: 19
> Thread account name: NT AUTHORITY\NETWORK SERVICE
> Is impersonating: False
> Stack trace: at System.IO.__Error.WinIOError(Int32 errorCode, String
> maybeFullPath)
> at System.IO.Directory.InternalCreateDirectory(String fullPath, String path,
> DirectorySecurity dirSecurity)
> at System.IO.DirectoryInfo.Create()
> at members_Uploader_BatchRecieve.Page_Load(Object sender, EventArgs e) in
> c:\inetpub\wwwroot\Members\NewUpload\BatchRecieve. aspx.vb:line 24
> at System.Web.UI.Control.OnLoad(EventArgs e)
> at System.Web.UI.Control.LoadRecursive()
> at System.Web.UI.Page.ProcessRequestMain(Boolean
> includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
>
>
> Custom event details:
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>

 
Reply With Quote
 
Mustardz
Guest
Posts: n/a

 
      04-16-2007, 03:06 AM
Thanks Phil,

I'll give it a try, and hopefully this will solve the problem.

Thanks,
Paul

"Phil Lang" wrote:

> There are reg keys that you need to set. It is in this doc
>
> http://www.microsoft.com/technet/pro...org.mspx#EBLAC
>
> Also you might want to check your limit on your remote device
>
> "Mustardz" wrote:
>
> > Hi All,
> > I'm hoping someone can help me with a problem I'm having.
> >
> > About 2 months ago the hard drive on our web server started to play up so I
> > decided to do a new install of windows 2003 server to the new hard drive, and
> > just publish the website to the new server. Everything went fine until about
> > 4 weeks ago, the web site started losing access to the file server. The event
> > logs says the network BIOS session limit exceeded and all the help I can find
> > says this is a known problem when you use IIS on windows server 2000 and use
> > mapped drives. We are using windows 2003 server and we use the full UNC path.
> >
> > Here is the information on the servers:
> > Our Website is running windows 2003 standard server with all current patches
> > in place.
> >
> > The file server is a windows 2000 server with all current patches in place.
> >
> > Here is the error log.
> > Event Type: Warning
> > Event Source: ASP.NET 2.0.50727.0
> > Event Category: Web Event
> > Event ID: 1309
> > Date: 4/04/2007
> > Time: 2:18:45 PM
> > User: N/A
> > Computer: S6
> > Description:
> > Event code: 3005
> > Event message: An unhandled exception has occurred.
> > Event time: 4/04/2007 2:18:45 PM
> > Event time (UTC): 4/04/2007 4:18:45 AM
> > Event ID: 66c04bf76354417ba53ec84c769415e8
> > Event sequence: 17949
> > Event occurrence: 36
> > Event detail code: 0
> >
> > Application information:
> > Application domain: /LM/W3SVC/1/ROOT-1-128200955414720546
> > Trust level: Full
> > Application Virtual Path: /
> > Application Path: c:\inetpub\wwwroot\
> > Machine name: xx
> >
> > Process information:
> > Process ID: 1824
> > Process name: w3wp.exe
> > Account name: NT AUTHORITY\NETWORK SERVICE
> >
> > Exception information:
> > Exception type: IOException
> > Exception message: The network BIOS session limit was exceeded.
> >
> >
> > Request information:
> > Request URL: http://www.mysite.com.au/Members/New...chRecieve.aspx
> > Request path: /Members/NewUpload/BatchRecieve.aspx
> > User host address: xxx.xxx.xxx.xxx
> > User:
> > Is authenticated: False
> > Authentication Type:
> > Thread account name: NT AUTHORITY\NETWORK SERVICE
> > Thread information:
> > Thread ID: 19
> > Thread account name: NT AUTHORITY\NETWORK SERVICE
> > Is impersonating: False
> > Stack trace: at System.IO.__Error.WinIOError(Int32 errorCode, String
> > maybeFullPath)
> > at System.IO.Directory.InternalCreateDirectory(String fullPath, String path,
> > DirectorySecurity dirSecurity)
> > at System.IO.DirectoryInfo.Create()
> > at members_Uploader_BatchRecieve.Page_Load(Object sender, EventArgs e) in
> > c:\inetpub\wwwroot\Members\NewUpload\BatchRecieve. aspx.vb:line 24
> > at System.Web.UI.Control.OnLoad(EventArgs e)
> > at System.Web.UI.Control.LoadRecursive()
> > at System.Web.UI.Page.ProcessRequestMain(Boolean
> > includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
> >
> >
> > Custom event details:
> > For more information, see Help and Support Center at
> > http://go.microsoft.com/fwlink/events.asp.
> >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
GPO fails to apply - limit ts users to 1 session Ian Manning Windows Networking 1 01-30-2007 03:18 PM
Bad winsock behavior with SynAttackProtect and listen backlog exceeded Tom Stewart Windows Networking 0 10-28-2005 11:33 AM
KB899587 : Arithmetic result exceeded 32 bits Ricardo Meechan Windows Networking 5 08-22-2005 12:49 AM
RRAS License Error (Exceeded Client License Limit) uptheantiuk Windows Networking 0 08-19-2005 09:18 AM
BIOS CHIPS : New Replacement Bios Chips or Re - Flash iCE Flashing iNC Windows Networking 0 10-16-2003 04:06 PM



1 2 3 4 5 6 7 8 9 10 11