File Server loses all it's shares and becomes unavailable

We have problems with a Windows Server 2008 R2 File Server. At random the file server loses all it's shares and the homedrive and application shares are not available anymore. A reboot seems the only way to solve this, untill it happens again. Today we had
another crash and we were able to create a manual dump of the Server service. I have used WinDBG to analyze the dump, but I'm not really confident what I can use from this dump. Here is a copy of the dump:
Microsoft (R) Windows Debugger Version 6.3.9600.16384 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.
Loading Dump File [D:\NLHFDFS01\svchost.DMP]
User Mini Dump File with Full Memory: Only application data is available
************* Symbol Path validation summary **************
Response                         Time (ms)     Location
Deferred                                       http://msdl.microsoft.com/download/symbols
Symbol search path is: http://msdl.microsoft.com/download/symbols
Executable search path is: 
Windows 7 Version 7601 (Service Pack 1) MP (4 procs) Free x64
Product: Server, suite: Enterprise TerminalServer SingleUserTS
Machine Name:
Debug session time: Wed Apr 29 10:47:14.000 2015 (UTC + 2:00)
System Uptime: 31 days 21:18:36.690
Process Uptime: 31 days 21:18:33.000
Loading unloaded module list
ntdll!NtWaitForSingleObject+0xa:
00000000`77a705fa c3              ret
0:000> !analyze -v
*                        Exception Analysis                                   *
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for wuaueng.dll - 
GetUrlPageData2 (WinHttp) failed: 12029.
FAULTING_IP: 
+1fcd4b0
00000000`00000000 ??              ???
EXCEPTION_RECORD:  ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 0000000000000000
   ExceptionCode: 80000003 (Break instruction exception)
  ExceptionFlags: 00000000
NumberParameters: 0
CONTEXT:  0000000000000000 -- (.cxr 0x0;r)
rax=0000000077a1a000 rbx=0000000000000000 rcx=0000000000005a4d
rdx=0000000077920000 rsi=00000000ffffffff rdi=00000000000000c8
rip=0000000077a705fa rsp=00000000000af4c8 rbp=0000000000000000
 r8=00000000000000f8  r9=00000000000af178 r10=0000000000000000
r11=00000000779200f8 r12=0000000000000000 r13=00000000002de110
r14=0000000000000000 r15=0000000000000000
iopl=0         nv up ei pl zr na po nc
cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000246
ntdll!NtWaitForSingleObject+0xa:
00000000`77a705fa c3              ret
FAULTING_THREAD:  000000000000016c
DEFAULT_BUCKET_ID:  STATUS_BREAKPOINT
PROCESS_NAME:  svchost.exe
ERROR_CODE: (NTSTATUS) 0x80000003 - {EXCEPTION}  Breakpoint  A breakpoint has been reached.
EXCEPTION_CODE: (HRESULT) 0x80000003 (2147483651) - One or more arguments are invalid
NTGLOBALFLAG:  0
APPLICATION_VERIFIER_FLAGS:  0
APP:  svchost.exe
ANALYSIS_VERSION: 6.3.9600.16384 (debuggers(dbg).130821-1623) amd64fre
PRIMARY_PROBLEM_CLASS:  STATUS_BREAKPOINT
BUGCHECK_STR:  APPLICATION_FAULT_STATUS_BREAKPOINT
LAST_CONTROL_TRANSFER:  from 000007fefdc210dc to 0000000077a705fa
STACK_TEXT:  
00000000`000af4c8 000007fe`fdc210dc : 00000000`02fa08c0 00000000`77a41da8 00000000`a4378ba8 00000000`01c9e060 : ntdll!NtWaitForSingleObject+0xa
00000000`000af4d0 000007fe`ffbdaffb : 00000000`ffffffff 000007fe`ffbd344c 00000000`00000000 00000000`000000c8 : KERNELBASE!WaitForSingleObjectEx+0x79
00000000`000af570 000007fe`ffbd9d61 : 00000000`002f6a70 00000000`000000c8 00000000`00000000 00000000`00000000 : sechost!ScSendResponseReceiveControls+0x13b
00000000`000af660 000007fe`ffbd9c16 : 00000000`000af7c8 00000000`00000000 00000000`00000000 00000000`00000000 : sechost!ScDispatcherLoop+0x121
00000000`000af770 00000000`ff251c09 : 00000000`00000003 00000000`002de110 00000000`00000020 00000000`00000000 : sechost!StartServiceCtrlDispatcherW+0x14e
00000000`000af7c0 00000000`ff25242e : 00000000`00000000 00000000`ff252329 01d0694a`57cae81a 00000000`2117ef12 : svchost!wmain+0x18a
00000000`000af7f0 00000000`778159ed : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : svchost!ScCreateWellKnownSids+0x2fd
00000000`000af830 00000000`77a4ba01 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : kernel32!BaseThreadInitThunk+0xd
00000000`000af860 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!RtlUserThreadStart+0x1d
STACK_COMMAND:  ~0s; .ecxr ; kb
FOLLOWUP_IP: 
sechost!ScSendResponseReceiveControls+13b
000007fe`ffbdaffb 85c0            test    eax,eax
SYMBOL_STACK_INDEX:  2
SYMBOL_NAME:  sechost!ScSendResponseReceiveControls+13b
FOLLOWUP_NAME:  MachineOwner
MODULE_NAME: sechost
IMAGE_NAME:  sechost.dll
DEBUG_FLR_IMAGE_TIMESTAMP:  4a5be05e
FAILURE_BUCKET_ID:  STATUS_BREAKPOINT_80000003_sechost.dll!ScSendResponseReceiveControls
BUCKET_ID:  X64_APPLICATION_FAULT_STATUS_BREAKPOINT_sechost!ScSendResponseReceiveControls+13b
ANALYSIS_SOURCE:  UM
FAILURE_ID_HASH_STRING:  um:status_breakpoint_80000003_sechost.dll!scsendresponsereceivecontrols
FAILURE_ID_HASH:  {bb63494f-e1c6-d49e-12fa-866691bbfd47}
Followup: MachineOwner
Can anyone help on this?

Hi,
Did you access the D: drive of the file server locally or on a client? There is a similar thread, please go through it to help troubleshoot this issue:
Server 2012 R2 File Server Stops Responding to SMB Connections
http://social.technet.microsoft.com/Forums/en-US/e9567167-22db-4b8c-9f96-a08b97d507f9/server-2012-r2-file-server-stops-responding-to-smb-connections?referrer=http://social.technet.microsoft.com/Forums/en-US/e9567167-22db-4b8c-9f96-a08b97d507f9/server-2012-r2-file-server-stops-responding-to-smb-connections?forum=winserverfiles
Regards,
Mandy
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • After waking from sleep, I lose all my network shares

    On my MBA with 10.7.1, after I wake it from sleep and after my wireless kicks back in, I lose all my network shares and the only way to get the back is to turn wireless off then back on.  Once I do this I can select my other computer on the network and everything pops back up instantly.
    I've tried this same scenario many times and each time the exact same thing happens.  I wake it.  Network comes back up and I can access the Net.  I see my network shares disappear.  I select the computer I'm trying to get to and it fails.  I turn wireless off/on.  I select the computer again and it connects instantly.
    I've never seen this behavior before and certainly not with 10.6.x running everywhere.  Now I have 10.7.1 on my MBA, wifes MBA, and my iMac (which is computer I try to connect to).  This same behavior happens on my wifes MBA as well.
    Any ideas?  I'm going to update to 10.7.2 and see if that does anything.  Hopefully it doesn't break something else!
    Anthony

    And 10.7.2 didn't fix whatever the problem is.  Weird...

  • HT201210 Ok so I'm trying to update my iPad, and it keeps "timing out." I got to the actual update process, and it failed and asked me to restore my iPad, but I just can't lose all of my apps and photos! Someone please help.

    Ok so I'm trying to update my iPad, and it keeps "timing out." I got to the actual update process, and it failed and asked me to restore my iPad, but I just can't lose all of my apps and photos! I payed for a lot of my apps, and my photos are just too important. Someone please help!

    If rhe apps and photos are that important you made sure that you took the steps in order to keep them safe in an event like this didn't you?
    You did backup the iPad before you decided to update the iPad correct?
    And you did transfer all of your apps and other purchases  into iTunes before you decided to update correct?
    If you did, just restore the iPad and then restore from the backup at the end of fhe process and follow that with a sync with iTunes and you will lose nothing,
    Now if you didn't do any of the precautionary steps ....

  • Hi, I need to sync my phone to our home laptop. Phone was synced to a Mac that I no longer have access to. Can I sync my phone to the home laptop (MacBook Pro) and not lose all of my photos and contacts??

    Hi, I need to sync my phone to our home laptop. Phone was synced to a Mac that I no longer have access to. Can I sync my phone to the home laptop (MacBook Pro) and not lose all of my photos and contacts??

    Hi Michela27,
    Thanks for visiting Apple Support Communities.
    If you have content on your iPhone that isn't on your computer, the best thing is to use the advice in this article to transfer it to your new computer before setting up sync:
    iTunes: Transferring media from your iPhone, iPad, iPod touch, or iPod
    http://support.apple.com/kb/HT1209
    Cheers,
    Jeremy

  • If i got a new iTunes and it doesn't have anysongs on it and my ipod does, will my ipod lose all the songs, apps and etc. i have on it if i sync it with the new itunes?

    if i got a new iTunes and it doesn't have anysongs on it and my ipod does, will my ipod lose all the songs, apps and etc. i have on it if i sync it with the new itunes?

    If you transfer any iTunes content to the iPhone from an iTunes library on another computer, all iTunes content on the iPhone will be erased first with a warning message provided indicating this beforehand.
    Authorize the different computer with your Apple ID with iTunes. With your iPhone connected and without syncing, right click on the iPhone under Devices in the iTunes source list and at the menu window that appears, select Transfer Purchases. This will transfer all apps on your iPhone to the iTunes library.

  • HT1386 i bought a used ipod and have loaded many apps onto it. if i sync it with my computer to update it will i lose all of my apps and music?

    I bought a used ipod touch and have put a few apps and music on it. If i sync it with my computer to update to the latest iOS will i lose all of the apps and music? Not all the apps and music are from the iTunes store

    Sync with new computer. Follow steps closely to make sure you don't lose data on iPod.
    https://discussions.apple.com/docs/DOC-3141

  • Sharepoint server get all Updates except share point Updates

    hi
    I have a sharepoint server that sharepoint 2013 has installed on that .my Update server is sccm 2012 r2 and I checked all office 2003,2007,2010,2013 product to be synchronized .every thing is good sccm work fine in synchronizing update with Microsoft.and the
    share point server OS gets Updates finely .But the Problem is here that share point service doesn't get any updates .all updates deployed to OS except share Point updates.
    whats the solution ?
    thanx

    I checked those files .but there weren't any errors .I checked them through reporting but it still says that those
    Updates are not required whereas the server doesn't installed any share point Updates.
    http://support2.microsoft.com/kb/2767999
    A change in the package configuration was introduced after SharePoint Server 2013 was released. You must install this public update before you install later SharePoint updates.
    Note This update is available only from the Download Center and is currently not available from Microsoft Update.
    https://www.microsoft.com/en-us/download/details.aspx?id=36989
    Due to a change in the package configuration introduced after SharePoint 2013 RTM the March Public update is a mandatory requirement in order to install subsequent SharePoint Updates.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)
    thanks for reply 
    But before I've got another share point server 2013 and wsus server (not sccm) .that was ok with all Updates .
    I didnt do any thing special in that case.like installing some hotfixes or anything else.

  • File Server Slowdown with Illustrator(only) saving and opening

    Hello,
    I have a problem i have been struggling with for years.
    When we save a file to the server, the time to open, save or export can be anywhere from 1-5 minutes. Its killing our productivity.
    I have changed out every component. We have Eight illustrator CS3 13.0.2 users on C2D/i3/i7 iMacs running 10.6.7. They are connecting to a Mac 10.6.7 Server with AFP - mac mini 2.53 with a lacie 5 drive raid.
    We have had this problem going back to at least 10.4.6 i think it was.  (I did not write good troubleshooting logs back then)
    What appears to be happening:
    open a file in the finder or in illustrator
    if a font is missing, it immedialy pings you, so its like illustrator looks at the files and then is looking for something else  (problem exists if no fonts are present)
    the mouse then beach balls and illustrator shows as not responsive
    the server shows some activity on the cpu/network/hard drive side but its very minor. like a get info command on lots of files
    local user shows very little to no activity
    then it stops doing nothing after the few minutes and it opens quickly.
    the content of the files does not effect the problem. A 10 meg files with lots of stuff takes maybe 4 minutes vs 3 min 50 seconds for a empty file
    my solution so far:
    I can clear the problem by running a script that deletes the illustrator prefs, mediabrowser.plist, deletes illustrator cache files, deletes apple quarantie events, bridge prefs. and a restart. Then files open in under 5 seconds. After a couple of hours or some times a day, the open times creep up to a minute, after a few days, they are 2-5 minutes.  Sometime clearing these files does not work and i have to then wipe a machine and do clean installs of everything.  Some Macs will not have the problem, and function great for a month and then they have the problem for no explainable reason.
    All other functions work great, no problems anywhere with anything else, excempt saving illustrator files to the server.
    We have tried moving the files locally and then copying them back, but we loose too much work with the errors associated with version control problems. Also a synced folder to the local machines of the server (yes that was intense on the machines) some how had the problem follow it on some macs but not others
    I have tried illustrator CS4 and CS5 and it has the same problem
    I am currently trying to brute force attack the problem, I figure i can reduce the wait time to maybe 20% with a Mac pro and a bank of SSD's. my cost is almost 8k. I am not happy giving up on fixing the bug, but we have at least 1-2 people waiting around at any given time. 
    Any thoughts on the problem or a solution?

    To create a new Swatches panel to store pattern swatches you have to:
    a) Open the Swatches panel and delete all the swatches that you don't want (optional)
    b) Choose Save Swatch Library as AI (not ASE) from the Swatches panel menu (I suggest you to save it on the Desktop! So you can easily find that!).
    The saved file is actually a simple (blank) Illustrator file.
    To use this file with other Illustrator projects choose Window > Swatch Library > Other Libraries and navigate to the saved Illustrator file (Desktop).
    At this point another swatches panel is opened on the screen.
    Drag the desired swatches from this new  panel to the document one. Then close the new panel.
    I hope this help

  • Server 2012 file server loses connection to passthrough disk

    Hi!
    We have a virtual fileserver (server 2012), on a server 2012 hyper-v cluster. This server uses a passthrough disk as the main file store (D:\). This disk contains all the user data, profiles etc. Data is stored on a Dell Powervault md3220 (Direct Attached
    Storage). The other two virtual disks on the storage have no issues.
    I contacted Dell support and they couldn't find an issue with the storage.
    A few days ago the D: drive of the file server became unaccesable for no apparent reason, the server became unresponsive and the only way to get it up and running was to shutdown the file server and reboot it. After that the disk became accesible again,
    but the issue repeated after a few minutes. After that, it worked for about three days.
    A couple of days later we had the same issue.
    I can't find any apparent causes in the logs and searching the web leads me nowhere (maybe one topic on this forum, but I'm not sure if it's the same issue, but it doesn't have a solution anyway).
    I really hope someone has an idea on how to solve it, because it interferes with the final exams taking place at the moment.

    Hi,
    Did you access the D: drive of the file server locally or on a client? There is a similar thread, please go through it to help troubleshoot this issue:
    Server 2012 R2 File Server Stops Responding to SMB Connections
    http://social.technet.microsoft.com/Forums/en-US/e9567167-22db-4b8c-9f96-a08b97d507f9/server-2012-r2-file-server-stops-responding-to-smb-connections?referrer=http://social.technet.microsoft.com/Forums/en-US/e9567167-22db-4b8c-9f96-a08b97d507f9/server-2012-r2-file-server-stops-responding-to-smb-connections?forum=winserverfiles
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • HT2731 if i set up a new apple id, will i lose all my previous downloads and purchases

    My daughter has been using my email as her apple id and we want her to get her own.  If she creates
    a new apple id, will she lose all her apps and music she has purchased?

    As the others stated purchases are inexorably linked to the Apple ID used to purchase them.
    An alternative solution is to create a new email address and Apple ID for yourself. The amount you have invested in purchases for your daughter vs. yourself will factor in this decision.
    If she doesn't want to use your email address, Apple IDs can be changed - not transferred, but changed to an email address not already associated with another Apple ID.
    One caveat to keep in mind is the age requirement for Apple IDs; thirteen years of age is the minimum. The only way for someone younger than that to legitimately have an Apple ID is for someone older to create one on her behalf.

  • HT1349 I tried to install an itunes update yesterday on my Dell Laptop.  I kept getting an error message.  Now it says I need to reinstall itunes on my computer.  Will I lose all of my music and how do I go about doing this?

    I tried to install an itunes update yesterday on my Dell Laptop.  I kept getting an error message.  Now I cannot access itunes and it says I need to reinstall itunes.  Will I lose all of my music?

    Installing, and uninstalling, applications never touches or removes the data.
    Clean out and uninstall all the apple programs and software thru Programs and manually.
    Might want to use Revo and CCleaner
    I always use manual standalone installers (and keep a couple backup versions)
    itunes 10.5 may affect iTunes media playlists, not sure, depends on what you have.
    A search of these forums will show some threads.
    I'd clean up vista, you need SP2 or later, and specific error message?
    I wonder as you arenot the first with a dell if maybe the OS or included software.
    Security programs like Norton and older versions of Kaspersky have been implicated.
    Also settings in IE that affect pop-ups and plug-ins.

  • Do I lose all my BBM chats and my text messages if I update my blackberry with the new software?

    I have important chats on BBM about work and SMS texts as well. Will i lose all those chats if i update my Blackberry Curve 5820 with the new software?

    The upgrade process itself will do a backup and restore of those messages.
    However, it is always smart to perform your own backup first, using the BlackBerry Desktop Software.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HT201412 if I delete my app, beause it will not load and then reload will I lose all of the information and my contacts it is a paid app

    my song pop app has frozen and will not download songs. if I delete my app which I paid for and re load  will I lose all my contacts

    If you delete an app then yes, you will lose all content in it.
    Have you tried closing the app via the taskbar and seeing if it works when you re-open it ? From the home screen (i.e. not with the app that isn't working 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work also do a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Will I lose all my purchased software and activation keys if I upgrade to lion from snow leopard

    can someone please tell me if I upgrade from snow leopard to lion whether i would lose all my software products with the activation keys etc

    No, you won't lose them.
    Nonetheless prior to the upgrade to Lion it is advisable to make a full backup of your current OSX to an external harddisk.
    Stefan

  • Changing pie chart to 3D pie causes it to lose the master page scheme and become rock patterns instead.

    When I change my Keynote pie chart to a 3D pie chart it loses the master page color scheme, becoming rock patterns instead. I haven't been able to get it to return to the original color scheme.

    Thanks for the response.
    On the first issue, unfortunately formatting the legend using that technique results in no change to the legend. The only way I was able to get it to resize was by resizing the entire chart area.
    On the second point, I must be missing something. Do you mean that there is no way to format a chart such that all slices have the desired formatting at runtime unless the report is always run with the same parameters? I might as well just draw a static picture :/

Maybe you are looking for

  • Is there anyway to retrieve the contents from a password protected iPad that has now been disabled and can prove that I purchased it?

    I let my friend use my other iPad 2 2011 Model and I have the receipt and bank statement to prove it, Unfortunately she passed away early this year and her last pictures of her and of her daughter is on that iPad and now it is now displaying "iPad Di

  • DVD player does not work with latest update

    I installed the latest update 10.8.2 and now my brand new Superdrive will not work with new MacBook Pro Retina display.  When I plug in Superdrive and try to start a DVD, it say "DVD quit unexpectedly......"   Took to Apple store and they said it was

  • Getting an image on your JFrame?

    I've looked around but i just don't seem to grasp it, and what i've tried doesn't work. anyone have a simple straight forward way of doing this? and my pictures ex. one.gif, where should they be stored? in my project folder? build folder? Thanks in a

  • SUS PO Confirmation not reaching ECC PO

    Dear Experts, I created a PO it reached the SUS Vendor. I changed the Quantity of PO and sent it to the Sender of the PO. But the confirmatoins tab is not updated with updated quantity, The updated quatity is saved in SUS po but it is not reaching th

  • B2B message Id propagated back to Internal Delivery channel.

    Hi I am interested to find out if there is any mechanism to get the message Id of the document sent by the B2B server back to the internal delivery channel. My requirement is to update the application that sent out a message to the partner via the B2