Services not starting

I'm running Windows Server 2012 Essentials and the following services are not starting:
Windows Server Identity Management Service
IdentitySvc
Stopped
Automatic
Windows Server Client File Backup Provider Service
ClientFileBackupServerProviderSvc
Stopped
Automatic
Windows Server Initialization Service
initMonitor
Stopped
Automatic
Windows Server Server Backup Service
ServerBackupSvc
Stopped
Automatic
Windows Server Addins Infrastructure Service
AddInInfrastructureSvc
Stopped
Automatic
When trying to start the services, they stop again after a little while (the Windows Server Server Backup Service refuses to start altogether). The 'try to repair the issue' via the Dashboard doesn't help either.
In the 'SharedServiceHost-SystemServiceConfig.log' file, the following critical event is listed multiple times:
[2972] 121231.012421.5496: SharedServiceHost: Critical: [0] : _UnhandledExceptionHappened: SharedServiceHost.exe encountered an error (0x80131500): ErrorCode: 1
BaseException: Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupLibException: The Windows Server Backup service has stopped. ---> Microsoft.SnapIns.Backup.UI.Proxy.BlockLevelBackupException: IBlbEngine::QueryTemplates failed due
to Blb error: (0x800706be).
   at Microsoft.SnapIns.Backup.UI.Proxy.HResultHelper.HRToException(Int32 hr, String op)
   at Microsoft.SnapIns.Backup.UI.Proxy.ManagedProxy.QueryTemplates()
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.BlbProxy.PerformRetriableAction[T](Func`2 action, String actionName)
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupWorker.GetScheduledBackupPolicy(ArrayList schedule)
   --- End of inner exception stack trace ---
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupWorker.GetScheduledBackupPolicy(ArrayList schedule)
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupWorker.get_PolicyExists()
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.Provider.ServerBackupDeviceStatus.GetServerBackupStatus()
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.Provider.ServerBackupDeviceStatus.UpdateServerBackupStatus()
   at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderConnector`1.Microsoft.WindowsServerSolutions.Common.ProviderFramework.internal.ConnectorInternals.IConnectionSucceeded<T>.SetConnection(T connection)
   at Microsoft.WindowsServerSolutions.Common.ProviderFramework.internal.ConnectorInternals.AsyncConnector`1.DoConnectionAttempt(Object state)
   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
In the event viewer, the following errors are recurring:
Log Name:      Application
Source:        Application Error
Date:          05/01/2013 12:41:17
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      <SERVERNAME>.<DOMAINNAME>.local
Description:
Faulting application name: SharedServiceHost.exe, version: 6.2.9805.0, time stamp: 0x504a9e6d
Faulting module name: KERNELBASE.dll, version: 6.2.9200.16451, time stamp: 0x50988aa6
Exception code: 0xe0434352
Fault offset: 0x000000000003811c
Faulting process id: 0x24b4
Faulting application start time: 0x01cdeb3991e17c80
Faulting application path: C:\Program Files\Windows Server\Bin\SharedServiceHost.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: d0565180-572c-11e2-941b-0025907b13df
Faulting package full name: 
Faulting package-relative application ID: 
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-01-05T11:41:17.000000000Z" />
    <EventRecordID>8347</EventRecordID>
    <Channel>Application</Channel>
    <Computer><SERVERNAME>.<DOMAINNAME>.local</Computer>
    <Security />
  </System>
  <EventData>
    <Data>SharedServiceHost.exe</Data>
    <Data>6.2.9805.0</Data>
    <Data>504a9e6d</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.2.9200.16451</Data>
    <Data>50988aa6</Data>
    <Data>e0434352</Data>
    <Data>000000000003811c</Data>
    <Data>24b4</Data>
    <Data>01cdeb3991e17c80</Data>
    <Data>C:\Program Files\Windows Server\Bin\SharedServiceHost.exe</Data>
    <Data>C:\Windows\system32\KERNELBASE.dll</Data>
    <Data>d0565180-572c-11e2-941b-0025907b13df</Data>
    <Data>
    </Data>
    <Data>
    </Data>
  </EventData>
</Event>
and
Log Name:      Application
Source:        .NET Runtime
Date:          05/01/2013 12:41:16
Event ID:      1026
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      <SERVERNAME>.<DOMAINNAME>.local
Description:
Application: SharedServiceHost.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupLibException
Stack:
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupWorker.GetScheduledBackupPolicy(System.Collections.ArrayList)
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupWorker.get_PolicyExists()
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.Provider.ServerBackupDeviceStatus.GetServerBackupStatus()
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.Provider.ServerBackupDeviceStatus.UpdateServerBackupStatus()
   at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderConnector`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Microsoft.WindowsServerSolutions.Common.ProviderFramework.internal.ConnectorInternals.IConnectionSucceeded<T>.SetConnection(System.__Canon)
   at Microsoft.WindowsServerSolutions.Common.ProviderFramework.internal.ConnectorInternals.AsyncConnector`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DoConnectionAttempt(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1026</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-01-05T11:41:16.000000000Z" />
    <EventRecordID>8346</EventRecordID>
    <Channel>Application</Channel>
    <Computer><SERVERNAME>.<DOMAINNAME>.local</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Application: SharedServiceHost.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupLibException
Stack:
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupWorker.GetScheduledBackupPolicy(System.Collections.ArrayList)
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.ServerBackupWorker.get_PolicyExists()
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.Provider.ServerBackupDeviceStatus.GetServerBackupStatus()
   at Microsoft.WindowsServerSolutions.DataProtection.ServerBackup.Provider.ServerBackupDeviceStatus.UpdateServerBackupStatus()
   at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderConnector`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Microsoft.WindowsServerSolutions.Common.ProviderFramework.internal.ConnectorInternals.IConnectionSucceeded&lt;T&gt;.SetConnection(System.__Canon)
   at Microsoft.WindowsServerSolutions.Common.ProviderFramework.internal.ConnectorInternals.AsyncConnector`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].DoConnectionAttempt(System.Object)
   at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
   at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
</Data>
  </EventData>
</Event>
Thanks in advance for any hints at addressing this issue.
AntoonG

My hardware is as follows:
Chassis: Norco RPC-4220 with 20 hot-swappable SATA/SAS 6G drive bays
Motherboard: X9SCM-iiF; Processor: Intel Xeon E3-1200 v2; Kingston 8GB DDR3 ECC memory
Storage controller: IBM ServeRAID M1015, which I crossflashed to a LSI 9211-8i in IT mode
OS hard disk (Sandisk SSD 128GB) is connected to a SATA III port on the motherboard
Server backup disk (WD SATA II disk 320GB) is in one of the SATA/SAS drive bays connected to the storage controller
7 disks in the storage pool (mixture of WD Caviar Green SATA II and SATA III disks) are in the SATA/SAS drive bays connected to the storage controller.
In 'Server manager', the Server backup disk and the disks in the storage pool show up as connected via SAS.
I migrated from Windows Home Server v1 to Windows Server 2012 Essentials by moving files from the Home Server to Server 2012 and then removing disks from Home Server and adding them to the storage pool (2 storage spaces (Parity, Thin provisioned, 40TB /
Mirror, Thin provisioned, 2TB) in Windows Server 2012 Essentials.
In fact, now that I think of it, the issue appeared after I added hard drives coming from the Home Server.
In the meantime, I found that deleting the backup catalog (wbadmin delete catalog), restarting and setting up the Server Backup again resolves the issue.
What could have triggered this issue? Is it perhaps better to use a native HBA like the LSI 9211-8i? From what I can tell, the crossflashed M1015 behaves fine and handles the disks as JBOD.
Best regards,
Antoon.

Similar Messages

  • SAP Service Not Starting in BI 7.0

    Hi All,
    Today morning my BI 7.0 server restarted twice automatically, then I started the server in last known good configuration after that when I tried to start the server from SAP MMC it didn't started and when i checked the sap service in services.msc it gives error <b>"Some services stop automatically when they have no work to do"</b>.and didn't get started.
    I found a thread similiar to this problem and following that I used sapstartsrv.exe in usr\sap\SID\......\exe directory. This didn't worked for me and by using this Both the services SAPEP2_00 and SAPEP2_01 got removed from services.msc.
    Now I have installed these service again and now I am at same status as in morning,
    In Event log
    For SAPEP2_00 and SAPEP2_01 the following error are avaliable:
    --Initialization failed. Service not started. [ntservmain.cpp 1269]
    --Unable to change to Directory
    gms40\saploc\EP2\DVEBMGS00\work. (Error 53 ERROR_BAD_NETPATH: The network path was not found. ) [ntservstart.cpp 966]
    If any one have gone through such situation please help me out from this, Its has became too critical for me now.
    Thanks in advance....
    Regards
    Vinay Paul

    Hi
    Service are started now but when I am trying to start the server, it is showing strdbs.cmd, sapcpe.exe in red status "could not be started".
    Regards
    Vinay Paul
    Message was edited by:
            Vinay Paul

  • Remote Desktop Management service not starting. service-specific error: %%2284126209 - Event ID: 7024

    Hi Forum members,
    We have a client that has intermittent issues with RDS on a 2012 R2 server.
    As an overview of the environment, the client has a single VMWare host support 2 x Windows 2012 R2 VMs one is the File/Print/Email server and the 2nd is the RDS server used to allow the client to run MYOB Enterprise. Both servers have the AD DS role and
    DNS roles amongst others.
    The 1st issue is that the RD Connection Broker shows the error: "The server pool does not match the RD Connection Brokers that are in it. and then "1. Cannot connect to any of the specified RD Connection Broker servers".
    The above issue seems to be caused by the RDMS service not starting. When you attempt to start it, the service stops and the error in the title is logged in the "System" event log. Full transcript below:
    Log Name:      System
    Source:        Service Control Manager
    Date:          21/01/2015 4:50:32 PM
    Event ID:      7024
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      intentionally removed.local
    Description:
    The Remote Desktop Management service terminated with the following service-specific error: %%2284126209
    Event Xml:
    <Event xmlns="
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7024</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-21T05:50:32.129949400Z" />
        <EventRecordID>53721</EventRecordID>
        <Correlation />
        <Execution ProcessID="568" ThreadID="12436" />
        <Channel>System</Channel>
        <Computer> intentionally removed.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">Remote Desktop Management</Data>
        <Data Name="param2">%%2284126209</Data>
        <Binary>520044004D0053000000</Binary>
      </EventData>
    </Event>
    In addition in the "Application" event log, the following error is logged:
    Log Name:      Application
    Source:        MSSQL$MICROSOFT##WID
    Date:          21/01/2015 5:24:47 PM
    Event ID:      18456
    Task Category: Logon
    Level:         Information
    Keywords:      Classic,Audit Failure
    User:          NETWORK SERVICE
    Computer:      intentionally removed.local
    Description:
    Login failed for user 'NT AUTHORITY\NETWORK SERVICE'. Reason: Could not find a login matching the name provided. [CLIENT: <named pipe>]
    Event Xml:
    <Event xmlns="
      <System>
        <Provider Name="MSSQL$MICROSOFT##WID" />
        <EventID Qualifiers="49152">18456</EventID>
        <Level>0</Level>
        <Task>4</Task>
        <Keywords>0x90000000000000</Keywords>
        <TimeCreated SystemTime="2015-01-21T06:24:47.000000000Z" />
        <EventRecordID>4228336</EventRecordID>
        <Channel>Application</Channel>
        <Computer>intentionally removed.local</Computer>
        <Security UserID="S-1-5-20" />
      </System>
      <EventData>
        <Data>NT AUTHORITY\NETWORK SERVICE</Data>
        <Data> Reason: Could not find a login matching the name provided.</Data>
        <Data> [CLIENT: &lt;named pipe&gt;]</Data>
        <Binary>184800000E0000001F00000055004E0047004500520045005200410055005300530056005200300033005C004D004900430052004F0053004F0046005400230023005700490044000000070000006D00610073007400650072000000</Binary>
      </EventData>
    </Event>
    I have been attempting to resolve these errors for some time, without success. I have read the many KBs and forum entries related to the above and applied a number of the suggested fixes, including the one which suggests to add the NT SERVICE\ALL SERVICES
    to the "Logon as a Service" in the "User Rights Assignment" of the "Default Domain Policy" which is linked to the domain level, that both servers are objects of.
    My question to the forum is, can anyone come up with a solution to resolve the above issues and all the RDMS service to start which will then hopefully resolve the broker error?
    Regards,
    David West.

    Hi David,
    If virtual machines on the server are Windows Server 2012, then it is not supported to install Remote Desktop Connection Broker on a Domain Controller.
    More information for you:
    Remote Desktop Services role cannot co-exist with AD DS role on Windows Server 2012
    http://support.microsoft.com/kb/2799605/de
    Guidelines for installing the Remote Desktop Session Host role service on a computer running Windows Server 2012 without the Remote Desktop Connection Broker role service
    http://support.microsoft.com/kb/2833839
    If the VMs are Windows Server 2012 R2, I suggest you install RDS on a separate machine to see if the issue persists.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Apple mobile device service not started

    Each time i try to sync my iphone to itunes it keeps on saying "apple mobile device service not started"
    I know how to start it and everything its that when i start it it says "Windows could nt start the Aplle Mobile Device service on local computer"
    I have the newest itunes and i have windows 7

    first I would check the event viewer for into about what goes wrong that cause the service to fail
    if this don't give a clear image about what the problem is
    then I would uninstall itunes and resinstall it
    if that didn't help I would ask questions about solve the problem in the itunes for windows forum  where people wise in the ways of itunes would be more likely to read your post
    https://discussions.apple.com/community/itunes/itunes_for_windows

  • Apple mobile device service not started please help

    Each time i try to sync my iphone to itunes it keeps on saying "apple mobile device service not started"
    I know how to start it and everything its that when i start it it says "Windows could nt start the Aplle Mobile Device service on local computer"
    I have the newest itunes and i have windows 7

    when i start it it says "Windows could nt start the Aplle Mobile Device service on local computer"
    Does Windows give you an error code number when AMDS fails to start, Love? If so what number do you you get?

  • Oracle distributed document capture service not started

    Oracle distributed document capture service not started
    and timeout

    I did check the Distributed Document Capture Configuration (from the Start menu) and it also indicates that I have selected "Oracle Distributed Document Capture Prompted Login". Once I click "OK" after I supplied all the paths required by server settings, it also displays the error "The username and password could not be validated". What credentials should be entered in the User ID / Password / Domain fields? You should use the username and password entered while configuring the "capture" security model. Leave the domain field blank.
    I have not yet configured the IIS at this point. Is it required for the Capture application to authenticate the user I specified during the installation configuration at login? IIS will serve web ODDC interface and will be needed for authentication while accessing ODDC web pages. I beleive that it is not needed for authentication from ODC/ODDC applets. However, when something is not working as expected, I would first finish all required installation and especially post installation setup steps.
    I had a look at the IIS configuration in the installation document. It doesn't clearly state which document is the default document for the website one needs to create in IIS. Do you know what it should be? You have to add new web site, say like "Capture" and add virtual directory from assumed path like: C:\Program Files\Oracle\Document Capture\WebPages
    For the default document I have WebCapture.asp.
    The Oracle Distributed Document Capture service does no start on my PC. Is this required for me to atleast login to the Capture application? It's required only for processing the scanned batches.
    I hope that this will help.
    Boris
    Edited by: tombo on 2012.03.16 06:32

  • Critical Services Not Starting Automatically & Access to Server occasionally dropping out

    For the last few months we have been trying to resolve an issue where access to files on the server (SBS2011 - running domain services, exchange, etc) get so slow or just unresponsive. Logging onto the server is also not possible till it starts responding
    again.
    We also found that when the server starts, the Netlogon services does not start automatically event though it is set to auto start. There are a number of other services mainly exchange services that do not start as well but it seems this may be due to the
    net service not starting.
    We have re-installed the OS but this does not seem to have fixed the issue. The environment is a mix of the SBS2011 server, two Windows Server 2003 boxes - one running Terminal Services. The other was being used for SAP but no longer in use. The clients
    are mainly XP with a few Windows 7 machines. We are in the process of planning the replacement of the XP machines.

    You re-installed SBS2011? - that seems rather drastic.  Did you maintain your domain or just set it all up again?
    This sounds like a DNS issue but have a look at the event viewer and google/post the Event ID and Source.  Given those two you can start to track down the cause and possible fixes at www.eventid.net.  Just be aware that SBS2011 has a lot of
    "normal" event errors, see http://support.microsoft.com/kb/2483007
    You should also run the SBS best practice analyzer and maybe run the "Fix my network" wizard in the SBS console.  Also make sure SBS is the DHCP server for the network.
    -- Al

  • I have updated itunes but now phone and ipod will not connect to pc - message reads apple mobile device service not started

    i have updated itunes and cannot connect devices - apple mobile device service not started?

    Hello there, mikemason5.
    The following Knowledge Base article provides some great troubleshooting recommendations:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • EPMA server service not started

    Hi All,
    I installed Hyperion 11.1.2.2 Essbase, Planning, EPMA, Calculation Manager, FDM and HFM in the single machine in windows server 2008 R2.
    but i am facing two issues.
    1. In services, EPMA Server service not started.
    2. In FDM, I am getting error in connecting to Essbase.
    Error: Unable to retrieve target system data.
    Is any thing, i have to install additionally?
    Regards,
    mady

    Hi,
    In Windows Event Viewer i got this message.
    Log Name: System
    Source: Service Control Manager
    Date: 9/3/2012 12:46:12 AM
    Event ID: 7011
    Task Category: None
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: hyperionepm
    Description:
    A timeout (30000 milliseconds) was reached while waiting for a transaction response from the Parallels Tools Service service.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
    <EventID Qualifiers="49152">7011</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8080000000000000</Keywords>
    <TimeCreated SystemTime="2012-09-03T07:46:12.612304600Z" />
    <EventRecordID>70587</EventRecordID>
    <Correlation />
    <Execution ProcessID="440" ThreadID="16540" />
    <Channel>System</Channel>
    <Computer>hyperionepm</Computer>
    <Security />
    </System>
    <EventData>
    <Data Name="param1">30000</Data>
    <Data Name="param2">Parallels Tools Service</Data>
    </EventData>
    </Event>

  • Fix for Apple Mobile Device Services not starting

    Finally a fix for Apple Mobile Device Services not starting. Basically I got this from someone else in these forums and it worked. Go to C:\Documents and Settings\AllUsers\Application Data\Apple and delete any file in there that says Apple Mobile Device Services (I understand these are cached files...I had about 8 files to delete). Next go to your control panel, click on Add/Delete programs, find Apple Mobile Device Support and delete (remove) it. Once this is all done do not reboot, rather open itunes and go to Help menu /Check for Updates and update to the latest version. This will install the latest version of iTunes and also a new version of Apple Mobile Device Services. Next reboot and it should work for many of you...it did for me. Open iTunes and plug in your device...good luck. I wrote this from memory so if some of the phrases don't match exactly what you see I apologize. Also, this worked for me on a Windows XP computer.

    Thanks for posting this, my iTunes randomly started saying the Apple Mobile Device was stopped, and apple's solutions didn't help. I hope this one will, but what do I do if I have the latest iTunes, so it doesn't update? Wait till they come out with an update? It says I need to run the iTunes installer, but I can't find that. Please help, this is really annoying me...=(

  • Hello, my iphone for several times shows me this message "this iphone can't be used because the Apple Mobile Device service not started". I need help because i'm enable do download the new update. Thanks

    Hello, my iphone for several times shows me this message "this iphone can't be used because the Apple Mobile Device service not started".
    I need help, because i'm enable do download the new update.
    Thanks

    Type "Apple Mobile Device service" into the search bar at the top of this age by "Support" and read the resulting help articles.

  • When trying to sync my iPad to iTunes, I get the message that iPad cannot be used as the Apple Mobile Device Service not started.

    When trying to sync my iPad to iTunes, I get the message that iPad cannot be used because Apple Mobile Device Service not started.

    If you are on a PC then there are instructions here for starting it http://support.apple.com/kb/TS1567 . If you are on a Mac then see this page http://support.apple.com/kb/HT1747

  • I am unable to update to IOS5 from Itunes, says "mobile device services not started". What is this and how do I fix it?

    I am unable to update to IOS5 from Itunes, says "mobile device services not started". What is this and how do I fix it?

    Here is a YouTube video which should guide you through a solution:  http://www.youtube.com/watch?v=VLFAo-FWLxE

  • OracleHome92 agent service not started

    hai All,
    I renamed my windows 2003 server machine. After rebooting the server a message appears that oracle intellegent agent exectable encountered a problem and needed to close. After that I noticeed that The oracleHome92 agent service not started. I cannot able to start that service.some eror occurs.... need any extra change?
    Please help?
    Shiju

    You wrote: "Some error occurs"
    Let me rephrase that for you: "My car won't start tell me why."
    No one can help you if you don't post relevant information.
    My advice ... Stop doing things when you don't know the implications. That is why testing environments exist. Rename the server back to its original name and then learn what to do, and test it, before doing it again.

  • I try to sync but get message apple mobile device service not started?

    I try to sync but get message apple mobile device service not started now what?

    Here a link on how to restart AMDS on Windows
    http://support.apple.com/kb/TS1567

  • TS3297 I get message "apple mobile device service not started

    I get message "apple mobile device service not started."

    I'd start with the following document with that one:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

Maybe you are looking for

  • Adobe Exchange download won't install in Extension Manager CC - no valid certificate.

    I've been struggling to load the Adobe Exchange download into Extension Manager CC.  It won't install due to it having 'No valid certificate'.  Is there a fix for this?

  • Sconadm doesn't work

    Howdy, I am trying to register a new system, and am repeatedly getting the atatched [1] Java exception. This is a new x86 Solaris 10 6/06 host, and the username and password I am using in ym profile work correctly on updates.sun.com. Does anyone know

  • Changing the file names of photos

    Hi, ive searched the topics on here already and googled and still no luck, so I'm hoping someone on here may be able to help please. I have an online shop (based on zencart) and I can't upload more than one photo from my ipad, because when I try they

  • Report Designer - Summary page based on 3 queries with dynamic hierarchy?

    Dear All, I am trying to build a workbook based on 3 queries with a summary page that pulls in the query data into one page. Each query is based on one key figure that is split by profit centre hierarchy. i.e. Turnover -Profit Centre Node A -Profit C

  • Tax code - Info record

    1. how or where to enter the Tax code in info record ... 2 in MIRO , we have to enter Tax code ,, but  in the Tax code - tab is blank ... no possible entry there ....( i have not mainted Tax code anywhere ..but when doing MIRO with out tax code it is