Front End Service is not starting

Hi ,
Any one can help me to resolve this issue.
I have one enterprise edition front end server .if i try to start the front end service it give the following error
Server startup is being delayed because fabric pool manager is initializing.
Cause: This is normal when Pool is bootstrapped and indicates that the Front-End is waiting for a quorum of other Front-Ends to be started.
Resolution:
If this event recurs persistently, ensure that 85% of the Front-Ends configured for this Pool are up and running. For 2 or 3 machine Pools, initial cold-start of the Pool requires all machines to be started. If multiple Front-Ends have been recently decommissioned,
run Reset-CsPoolRegistrarState -ResetType QuorumLossRecovery to enable the Pool to recover from Quorum Loss and make progress.

If understand the problem Correctly You one Lync enterprise edition installed is that right?
If yes Please note For a recommended Lync Server 2013 EE pool deployment, there should be at least three Lync Server 2013 front-end servers in the EE pool.
http://technet.microsoft.com/en-us/library/gg412996.aspx
We recommend that all your Enterprise Edition Front End pools include at least three Front End Servers
Also refer Why 3 server pool?
http://social.technet.microsoft.com/Forums/lync/en-US/1e277415-01b0-4123-a5bc-260909368d5b/why-3-server-pool?forum=lyncdeploy
If you just want one Lync server please install Lync Standard Edition
Front End Pools with Two Front End Servers
We do not recommend deploying a Front End pool that contains only two Front End Servers. If you do ever need to deploy such a pool, follow these guidelines:
If one of the two Front End Servers goes down, you should try to bring the failed server back up as soon as you can. Similarly, if you need to upgrade one of the two servers, bring it back online as soon as the upgrade is finished.
If for some reason you need to bring both servers down at the same time, do the following when the downtime for the pool is finished:
The best practice is to restart both Front End Servers at the same time.
If the two servers cannot be restarted at the same time, you should bring them back up in the reverse order of the order they went down.
If you cannot bring them back up in that order, then use the following cmdlet before bringing the pool back up:.
Reset-CsPoolRegistrarState -ResetType QuorumLossRecovery -PoolFQDN <FQDN>
Please remember, if you see a post that helped you please click ;Vote As Helpful" and if it answered your question please click "Mark As Answer"
Regards Edwin Anthony Joseph

Similar Messages

  • Lync Front-end service won't start

    Hello everybody
    I have this error when a I try to start Lync front-end service:
    Failed starting a worker process.
    Process: 'C:\Program Files\Microsoft Lync Server 2013\Server\Core\RtcHost.exe'  Exit Code: C3E8302D!_HRX! (The worker process failed to initialize itself in the maximum allowable time.!_HRM!).
    Cause: This could happen due to low resource conditions or insufficient privileges.
    Resolution:
    Try restarting the server. If the problem persists contact Product Support Services.
    event id: 12330 source LS Server
    and 
    An exception caused the process to stop.
    Exception Details. System.ApplicationException: Failed to start Fabric Pool Manager.
       at Microsoft.Rtc.AppDomainHost.Launcher.Initialize(String[] args)
       at Microsoft.Rtc.AppDomainHost.Launcher.Main(String[] args)
    Cause: Check the eventlog description.
    Resolution:
    Examine prior event log entries to find and resolve the problem. If the problem persists contact product support.
    event ID 500006 Source LS AppDomain Host Process
    When I try this powershell command  Reset-CsPoolRegistrarState -ResetType QuorumLossRecovery -poolfqdn poolfqdn
    I have this message
    Reset-CsPoolRegistrarState : Could not connect to any server in Pool lync2013servername during Phase 1.
    At line:1 char:1
    + Reset-CsPoolRegistrarState -ResetType QuorumLossRecovery
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidOperation: (:) [Reset-CsPoolRegistrarState], Exception
        + FullyQualifiedErrorId : Error resetting fabric state. For details, see inner exception.,Microsoft.Rtc.Management.Hadr.ResetPoolFabric 
       StateCmdlet
    Can you help me please

    Have you check your Sql database? Maybe a problem with correct accessing the SQL Database.
    How looks you Lync pool? Enterprise, Standard, how much FE server?
    regards Holger Technical Specialist UC

  • Front End Services won't start with new cert, SChannel error about hostname

    We have an existing Lync 2013 Enterprise system set up, and many of the servers are using certs issues by our local CA. I want to move several of the certs to third-party certificates so that non-domain machines can connect. The first change I'm making is
    on our Edge pool. However, I'm having an issue. Here are the details:
    Our internal domain space is int.domain.com. Our external domain space is domain.com. Our Lync FE server is LS01.int.pool.com and our FE pool is pool01.int.domain.com. I have generated a CSR and requested a certificate from Globalsign with the following
    characteristics:
    SN: pool01.int.domain.com
    SAN: pool01.int.domain.com
    SAN: domain.com (wildcard)
    SAN: int.domain.com (wildcard)
    After applying the new cert using the topology builder, I've rebooted and the Lync Front-End Server service will no longer start. The following SChannel error is in the event logs:
    The certificate received from the remote server does not contain the expected name. It is therefore not possible to determine whether we are connecting to the correct server. The server name we were expecting is ls01.int.domain.com. The SSL connection request
    has failed. The attached data contains the server certificate.
    After reverting back to the original local CA cert, the services start. The local cert has a ton of individual SANs set up but I was under the impression that the wildcard SANs were supported and would be ok for the hostnames.
    Why is it looking for my FE server name and not the pool? Is this an issue with my deployment, or is it with the cert? I'm not sure where to go from here.

    Hey Matt,
    As mentioned above wildcards are only supported for Lync web services such as lyncdiscover, dialin and meeting URL's. It is OK to have wildcards in the certificates SAN, but you must also specifically include the following:
    SN: pool01.int.domain.com (SN must be pool)
    SAN: pool01.int.domain.com (pool must also be included in SAN)
    SAN: lync-fe-001.int.domain.com (the machine name of your front end server)
    This should solve the issue for you.
    Andrew Morpeth
    Lync Server Specialist - Auckland, NZ
    Check out my blog

  • Design Question: Can I use Rest-CsPoolRegisterState command in order start Front End Service when Quorum is lost and less than 85% of FES are available?

    Hi, 
    Assuming below setup for Enterprise edition Lync 2013
    Single Pool Stretched architecture with 4 FES servers
    Site A Data Center
    Site B Data Center
    FES
    2
    2
    SQL
    1 Primary
    1 Mirror
    Fact: In a situation when we lose network connectivity to Site A DC, and due to less than 50% FES servers, Quorum will be lost and as a result Front End Service will stop after 5 minutes. 
    The question is, would I be able to do a manual intervention by using this command
    Reset-CsPoolRegistrarState –PoolFqdn <pool name fqdn> –ResetType QuorumLossRecovery , and start FES with just 2 FES servers in Site B DC and 1 SQL
    Server?
    The reason I am asking this question is because it is mentioned in one of the Lync manuals that at least 85% of the servers must be available to recover once the Quorum has lost. The same manual also mentions to use above
    mentioned command in order to recover from Quorum Loss despite the fact that the lost FES servers are still not available.
    Thanks in Advance

    Hi,
    In Lync server 2013 Stretched pools are not supported for the Front End, Edge, Mediation, and Director server roles. It need two Lync pools.
    If one pool fail to connect, An administrator can declare an emergency and fail over the pool to the backup pool.  That is done by using the:
    Invoke-CsPoolFailover –PoolFQDN <Pool fqdn> –DisasterMode –Verbose
    More details:
    http://blog.avtex.com/2012/07/26/understanding-lync-2013-server-failover/
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information
    found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Coldfusion 8 service will not start.  Server log is ending with "Starting license..." (Emergency)

    Our server has gone down and the Coldfusion 8 service will not start.  There is no information in any of the logs for anything today since its gone down.  Ive checked the root logs directory as well as the runtime logs directory.
    The server.log is the only file being updated and it shows "Starting logging..." and then "Starting license..." and hangs.  The service does not start and the log gets nothing more after this point.  Memory continues to go up slowly, we've increased the start timeout tremendously with no effect.  There is little to no CPU usage.
    Our server is licensed and has never had this problem before.  It is the standard version.
    Our server is completely down and we are losing clients.  From what we can tell a windows update occurred, which we have since removed in case it was the issue, and when the server restarted CF did not come back.  We have been working on this for hours with no results.
    Please help and let me know anything you may need which will help diagnose our issue.
    Thanks

    So that others who see this know the solution.
    I started Coldfusion from the command line: c:\Coldfusion8\runtime\bin\jrun -start coldfusion.  This brought up all the commands as it worked through them.  From that we found that CF was looking for license.properties in the C:\Coldfusion8\runtime\lib folder.  We found a copy in the C:\Coldfusion8\lib folder.  For now we've left it running under my account and then after hours are going to try and see if the service will run now that we've copied that properties file to the other direcory.
    Probably simple to everyone on here but was new and odd to us.  Wanted to put what we found out here in case it happens to anyone else.

  • Front-End Service Starup Error: Store procedure to GET progress vector failed.

    Hi,
    We have a two front end servers in our Lync deployment and I'm getting an interesting error message on one of the servers when the "Lync Server Front-End Service" is starting up. All the services on that server will eventually start but I'm pretty
    sure it's affecting users in some way.
    Here is the error message in the Event Viewer:
    Log Name:      Lync Server
    Source:        LS User Services
    Date:          2013-09-17 8:00:32 AM
    Event ID:      32194
    Task Category: (1006)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      BGC-VAN-LYNC2.domain.ca
    Description:
    Store procedure to GET progress vector failed.
    Execution Error: 0x00000000(ERROR_SUCCESS).
    Native Error: 8144.
    Error Details: [# [Microsoft][SQL Server Native Client 11.0][SQL Server]Procedure or function SyncReplicationGetProgressVector has too many arguments specified. #].
    Cause: This may indicate a problem with connectivity to local database or some unknown product issue.
    Resolution:
    Ensure that connectivity to local database is proper. If the error persists, please contact product support with server traces.
    Event Xml:
    <Event xmlns=>
      <System>
        <Provider Name="LS User Services" />
        <EventID Qualifiers="50158">32194</EventID>
        <Level>2</Level>
        <Task>1006</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-09-17T15:00:32.000000000Z" />
        <EventRecordID>16971</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>BGC-VAN-LYNC2.domain.ca</Computer>
        <Security />
      </System>
      <EventData>
        <Data>0x00000000(ERROR_SUCCESS)</Data>
        <Data>8144</Data>
        <Data>[# [Microsoft][SQL Server Native Client 11.0][SQL Server]Procedure or function SyncReplicationGetProgressVector has too many arguments specified. #]</Data>
      </EventData>
    </Event>
    The error happens 15 times every minute, following with this event:
    Name:      Lync Server
    Source:        LS User Services
    Date:          2013-09-17 8:23:46 AM
    Event ID:      32189
    Task Category: (1006)
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Description:
    The following Fabric service for routing groups have been closed:
    {F515134C-71B7-52FD-B0C3-6A9DB39CF750}
    {8A5D6B36-2A01-53DB-BC4E-3286C05E0836}
    {B35AAFC9-F6BF-5FFE-8C31-4AA5C36B2065}
    {69223418-78DC-5066-81A8-78E05914EC7B}
    {80414C96-1137-5DDC-8387-C3EA7A54B078}
    {641E6ABD-B862-55A1-B1B1-C83BC92D2F85}
    {1EA68EA4-77F7-5CFC-B781-0093CBC18403}
    {2FDE333D-FF7F-5D6A-B85B-93ADC1EAC12A}
    {A43BBA3A-8963-51C4-BD7A-19E1EC3DDFDB}
    {D3F4532F-61C8-5072-9B3B-3E2CCF15442F}
    {4449243E-5E96-56AC-AB6B-C5E785543542}
    {58B30261-65B6-5F6A-BC50-60F85782D052}
    {DB4B76B0-2510-5BF8-A7B1-8B37BD3AA7B9}
    {917CC217-966B-56AC-A912-97BA64BA13EB}
    Anyone knows what this is about and how to resolve this?
    Thanks,
    VH.

    Hi,
    Please try to reset registrar state:
    http://tsoorad.blogspot.in/2013/04/lync-2013-ee-pool-wont-start.html
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Kent Huang
    TechNet Community Support

  • The Lync Server Front-End service terminated with service-specific error %%-1008124893.

    Hello, everyone
    I've installed Lync Server 2010. There was no error during installation. But when i start Lync Server Front End Server, i'm getting following error:
    The Lync Server Front-End service terminated with service-specific error %%-1008124893.
    In event viewer:
    The evaluation period for Microsoft Lync Server 2010  has expired. Please upgrade from the evaluation version to the fully licensed version of the product. Look at help for Setup.exe to learn how to upgrade from evaluation version to the licensed version.
    Cause: The evaluation period for Microsoft Lync Server 2010  has expired.
    I've upgraded Lync Server according to http://technet.microsoft.com/en-us/library/gg521005.aspx?ppud=4
    Also I've installed all Lync Server updates.
    But I still could not start Lync Front End Sever. How can I solve this problem?
    Thanks

    Hi,
    Can you try to run
    start-cswindowsservice -report c:\report.html
    and post the report so we can have more information about your problem ?
    Regards,
    Adrian TUPPER - ABC Systemes - http://thelyncexperience.blog.com/ If answer is helpful, please hit the green arrow on the left, or mark as answer Thank you

  • Error when updating Client Access Front End Service to Exchange 2013 Update 6

    When updating to Exchange 2013 Update 6 we received the following error at the Step 11 of 13: Client Access role: Client Access Front End service step: 
    Error:
    The following error was generated when "$error.Clear();
    $fe = get-ActiveSyncVirtualDirectory -server $RoleFqdnOrName -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
    if ($fe -eq $null)
    new-ActiveSyncVirtualDirectory -DomainController $RoleDomainController -Role ClientAccess;
    else
    update-ActiveSyncVirtualDirectory $fe -DomainController $RoleDomainController -InstallIsapiFilter $true
    " was run: "System.Management.Automation.ParameterBindingException: Cannot convert 'System.Object[]' to the type 'Microsoft.Exchange.Configuration.Tasks.VirtualDirectoryIdParameter' required by parameter 'Identity'. Specified method is not supported. ---> System.NotSupportedException: Specified method is not supported.
    at System.Management.Automation.ParameterBinderBase.CoerceTypeAsNeeded(CommandParameterInternal argument, String parameterName, Type toType, ParameterCollectionTypeInformation collectionTypeInfo, Object currentValue)
    --- End of inner exception stack trace ---
    at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)
    at System.Management.Automation.PipelineOps.InvokePipeline(Object input, Boolean ignoreInput, CommandParameterInternal[][] pipeElements, CommandBaseAst[] pipeElementAsts, CommandRedirection[][] commandRedirections, FunctionContext funcContext)
    at System.Management.Automation.Interpreter.ActionCallInstruction`6.Run(InterpretedFrame frame)
    at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame)".
    Problem was that if you have more than one ActiveSyncVirtualDirectory, the installer for Update 6 fails because it's not expecting an array of virtual directories to be returned. Solution is to remove the "extra" virtual directory, perform the
    installation, and then re-add the virtual directory. 
    None of the other types of virtual directories are susceptible to this, only ActiveSync. 

    Hi,
    Please try to reset registrar state:
    http://tsoorad.blogspot.in/2013/04/lync-2013-ee-pool-wont-start.html
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Kent Huang
    TechNet Community Support

  • "The TestStand service did not start up promptly"

    I have a LabView Operator Interface startup problem with TS 4.1. If
    the OI is started immediately after system boot the operator may get apopup error from TestStand:
    "The TestStand service did not start up promptly"
    The
    TestStand Service has a dependency on RPC so if either does not startup
    before the operator launches the OI, he gets the message. If he
    dismisses the message there is no further error i.e. the software
    continues to work OK.
    The real problem is the end user does not like this message and wants it removed.
     Any suggestions how I can get rid of this message?
    Only ideas I can see at the moment - either to have some kind of
    delay timer on startup (this would need to be around 1-2  mins after
    boot
    on the system in question to stop it happening) or perhaps some LabView
    code to poll the status of the TestStand service somehow so that we
    wait for service to start before the OI communicates with testStand -
    and thus the
    popup does not occur.

    The service should not normally take any significant amount of time to startup. There are some issues with service startup that we have noticed in some cases, but I don't remember the details. I will try and find out and get back to you. In the meantime, or as a possible solution, you can use the Windows SDK to check the status of the service and to wait until it is running. I'm not sure if the following can be directly translated into LabVIEW dll calls, but it would definitely be possible to create a C/C++ dll with the following code in it and call it from LabVIEW (If you do not have access to a C/C++ compiler and/or would like me to, I can probably build a dll with this code in it for you):
    int MakeSureServiceIsRunning(void)
        SERVICE_STATUS serviceStatus;
        SC_HANDLE hService = NULL;
        SC_HANDLE hSCM = NULL;
        // Put variable into a good initial state for return value.
        serviceStatus.dwCurrentState = SERVICE_START_PENDING;
        hSCM = OpenSCManager(NULL, NULL, SC_MANAGER_CONNECT);
        if (hSCM == NULL)
            goto Error;
        hService = OpenService(hSCM, "National Instruments TestStand Service", SERVICE_QUERY_STATUS);
        if (hService == NULL)
            goto Error;
        do
            if(!QueryServiceStatus(hService, &serviceStatus))
                goto Error;
            if(serviceStatus.dwCurrentState != SERVICE_RUNNING)
                Sleep(100); // don't just do busy waiting, give up cpu time to other threads.
        while(serviceStatus.dwCurrentState == SERVICE_START_PENDING);
    Error:
        if (hService != NULL)
            CloseServiceHandle(hService);
        if (hSCM != NULL)
            CloseServiceHandle(hSCM);
        if (serviceStatus.dwCurrentState == SERVICE_RUNNING)
            return 1;
        else
            return 0; // An error occurred, or service is in an unexpected state.
    Or alternatively, if you want to do the polling inside of LabVIEW you could just do the following in the C/C++ dll:
    int GetTestStandServiceStatus(unsigned int *serviceStatusReturnResult)
        SERVICE_STATUS serviceStatus;
        SC_HANDLE hService = NULL;
        SC_HANDLE hSCM = NULL;
        hSCM = OpenSCManager(NULL, NULL, SC_MANAGER_CONNECT);
        if (hSCM == NULL)
            goto Error;
        hService = OpenService(hSCM, "National Instruments TestStand Service", SERVICE_QUERY_STATUS);
        if (hService == NULL)
            goto Error;
        if(!QueryServiceStatus(hService, &serviceStatus))
            goto Error;
        *serviceStatusReturnResult = serviceStatus.dwCurrentState;
        CloseServiceHandle(hService);
        CloseServiceHandle(hSCM);
        return 1; // success
    Error:
        if (hService != NULL)
            CloseServiceHandle(hService);
        if (hSCM != NULL)
            CloseServiceHandle(hSCM);
        return 0; // An error occurred. Perhaps TestStand service isn't registered.

  • Data Acces Service could not start

    Hi everyone,
    Completely accidentally, putting manually Agent Control Panel settings on the management server then we have restarted the Microsoft monitoring agent service.
    After having realizing our mistake, we have removed all these settings(it should be empty in the management server), but then some problems occurred on the server and data access service does not start again. There are 2 management servers at the environment
    and we are having the same problem on both servers.
    For example, the following event is seen on the event viewer, i know the description is not normal.
    The System Center Data Access service failed due to an unhandled exception.
    The service will attempt to restart.
    Exception:
    Microsoft.EnterpriseManagement.ConfigurationReaderException: Feature of type 'Microsoft.EnterpriseManagement.ServiceDataLayer.IDBVersionCheckFeature, Microsoft.EnterpriseManagement.DataAccessService.OperationsManager, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
    cannot be added to the container. ---> System.IndexOutOfRangeException: Index was outside the bounds of the array.
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DBVersionCheckFeatureImplementation.SwitchHSToOM12Mode()
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DBVersionCheckFeatureImplementation.InitializeDBVersionChecker()
       at Microsoft.EnterpriseManagement.SingletonLifetimeManager`1.GetComponent[K]()
       at Microsoft.EnterpriseManagement.FeatureContainer.GetFeatureInternal[T](Type type, String featureName)
       --- End of inner exception stack trace ---
       at Microsoft.EnterpriseManagement.ConfigurationReaderHelper.ReadFeatures(XPathNavigator navi, IContainer container)
       at Microsoft.EnterpriseManagement.ConfigurationReaderHelper.Process()
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DispatcherService.Initialize(InProcEnterpriseManagementConnectionSettings configuration)
       at Microsoft.EnterpriseManagement.ServiceDataLayer.DispatcherService.InitializeRunner(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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart(Object obj)
    Also, when we control, at the registry   [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Server Management Groups] keys are dissapearing!
    When we created the keys manually, data access service is starting and console is opening. But when we restart either Microsoft monitoring agent service or the server  these keys are dissapearing again.
    Any help!
    Yavuz Eren Demir

    Hi Yan,
    I also continued to analyze at the lab environment. But, the following key cannot seem on the new established server:
    (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Agent Management Groups)
    Are you sure that you have it? This key must not be seen on the management servers.
    By deleteing this key (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\Agent Management Groups) and HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HealthService\Parameters\management Groups\  for group (was empty) copying
    the keys out of the working management servers, I realized that problem is over.
    Thanks
    Yavuz Eren Demir

  • Exchange information store service is not starting on exchange 2010

    i've run the updates on the exchange 2010 and restart the servers, after one week i've restart the 2003 dc and exchange 2010. now exchange information store service is not starting on exchange 2010 and the database are dismounted
    help pls

    I have just installed Exchange 2010 on my system and when trying to mount the database it fails.  The Information Store service will not start on my server.  Time is in sync with the DC and the initial install went fine.  I have the following
    from event viewer:
    Cmdlet failed. Cmdlet Mount-Database, parameters {Identity=dellstslab}.
    details
    System
    Provider
    Name]
    MSExchange
    CmdletLogs
    EventID
    6
    Qualifiers]
    49152
    Level
    2
    Task
    1
    Keywords
    0x80000000000000
    TimeCreated
    SystemTime]
    2014-02-18T16:43:34.000000000Z
    EventRecordID
    107
    Channel
    MSExchange
    Management
    Computer
    Exchange2010.dellstslab.com
    Security
    EventData
    Mount-Database
    {Identity=dellstslab}
    dellstslab.com/Users/Administrator
    S-1-5-21-2431095704-2869583948-1116897492-500
    S-1-5-21-2431095704-2869583948-1116897492-500
    ServerRemoteHost-EMC
    1412
    14
    00:00:01.1388073
    View Entire Forest:
    'True', Configuration Domain Controller: 'WIN-NVOVSE1R716.dellstslab.com',
    Preferred Global Catalog: 'WIN-NVOVSE1R716.dellstslab.com', Preferred Domain
    Controllers: '{ WIN-NVOVSE1R716.dellstslab.com }'
    System.InvalidOperationException:
    Couldn't mount the database that you specified. Specified database: dellstslab;
    Error code: An Active Manager operation failed with a transient error. Please
    retry the operation. Error: Database action failed with transient error. Error:
    A transient error occurred during a database operation. Error:
    MapiExceptionNetworkError: Unable to make admin interface connection to server.
    (hr=0x80040115, ec=-2147221227) Diagnostic context: ...... Lid: 12696 dwParam:
    0x6D9 Msg: EEInfo: Generation Time: 2014-02-18 16:43:34:389 Lid: 10648 dwParam:
    0x6D9 Msg: EEInfo: Generating component: 2 Lid: 14744 dwParam: 0x6D9 Msg:
    EEInfo: Status: 1753 Lid: 9624 dwParam: 0x6D9 Msg: EEInfo: Detection location:
    501 Lid: 13720 dwParam: 0x6D9 Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6D9
    Msg: EEInfo: NumberOfParameters: 4 Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[0]:
    Unicode string: ncalrpc Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[1]: Unicode
    string: Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[2]: Long val: -1988875570
    Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[3]: Long val: 382312662 Lid: 24060
    StoreEc: 0x80040115 Lid: 23746 Lid: 31938 StoreEc: 0x80040115 Lid: 19650 Lid:
    27842 StoreEc: 0x80040115 Lid: 20866 Lid: 29058 StoreEc: 0x80040115 [Database:
    dellstslab, Server: EXCHANGE2010.dellstslab.com]. --->
    Microsoft.Exchange.Cluster.Replay.AmDbActionWrapperTransientException: An Active
    Manager operation failed with a transient error. Please retry the operation.
    Error: Database action failed with transient error. Error: A transient error
    occurred during a database operation. Error: MapiExceptionNetworkError: Unable
    to make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    Diagnostic context: ...... Lid: 12696 dwParam: 0x6D9 Msg: EEInfo: Generation
    Time: 2014-02-18 16:43:34:389 Lid: 10648 dwParam: 0x6D9 Msg: EEInfo: Generating
    component: 2 Lid: 14744 dwParam: 0x6D9 Msg: EEInfo: Status: 1753 Lid: 9624
    dwParam: 0x6D9 Msg: EEInfo: Detection location: 501 Lid: 13720 dwParam: 0x6D9
    Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6D9 Msg: EEInfo: NumberOfParameters:
    4 Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[0]: Unicode string: ncalrpc Lid:
    8856 dwParam: 0x6D9 Msg: EEInfo: prm[1]: Unicode string: Lid: 12952 dwParam:
    0x6D9 Msg: EEInfo: prm[2]: Long val: -1988875570 Lid: 12952 dwParam: 0x6D9 Msg:
    EEInfo: prm[3]: Long val: 382312662 Lid: 24060 StoreEc: 0x80040115 Lid: 23746
    Lid: 31938 StoreEc: 0x80040115 Lid: 19650 Lid: 27842 StoreEc: 0x80040115 Lid:
    20866 Lid: 29058 StoreEc: 0x80040115 --->
    Microsoft.Exchange.Data.Storage.AmServerTransientException: An Active Manager
    operation failed with a transient error. Please retry the operation. Error:
    MapiExceptionNetworkError: Unable to make admin interface connection to server.
    (hr=0x80040115, ec=-2147221227) Diagnostic context: ...... Lid: 12696 dwParam:
    0x6D9 Msg: EEInfo: Generation Time: 2014-02-18 16:43:34:389 Lid: 10648 dwParam:
    0x6D9 Msg: EEInfo: Generating component: 2 Lid: 14744 dwParam: 0x6D9 Msg:
    EEInfo: Status: 1753 Lid: 9624 dwParam: 0x6D9 Msg: EEInfo: Detection location:
    501 Lid: 13720 dwParam: 0x6D9 Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6D9
    Msg: EEInfo: NumberOfParameters: 4 Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[0]:
    Unicode string: ncalrpc Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[1]: Unicode
    string: Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[2]: Long val: -1988875570
    Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[3]: Long val: 382312662 Lid: 24060
    StoreEc: 0x80040115 Lid: 23746 Lid: 31938 StoreEc: 0x80040115 Lid: 19650 Lid:
    27842 StoreEc: 0x80040115 Lid: 20866 Lid: 29058 StoreEc: 0x80040115 --->
    Microsoft.Mapi.MapiExceptionNetworkError: MapiExceptionNetworkError: Unable to
    make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    Diagnostic context: ...... Lid: 12696 dwParam: 0x6D9 Msg: EEInfo: Generation
    Time: 2014-02-18 16:43:34:389 Lid: 10648 dwParam: 0x6D9 Msg: EEInfo: Generating
    component: 2 Lid: 14744 dwParam: 0x6D9 Msg: EEInfo: Status: 1753 Lid: 9624
    dwParam: 0x6D9 Msg: EEInfo: Detection location: 501 Lid: 13720 dwParam: 0x6D9
    Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6D9 Msg: EEInfo: NumberOfParameters:
    4 Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[0]: Unicode string: ncalrpc Lid:
    8856 dwParam: 0x6D9 Msg: EEInfo: prm[1]: Unicode string: Lid: 12952 dwParam:
    0x6D9 Msg: EEInfo: prm[2]: Long val: -1988875570 Lid: 12952 dwParam: 0x6D9 Msg:
    EEInfo: prm[3]: Long val: 382312662 Lid: 24060 StoreEc: 0x80040115 Lid: 23746
    Lid: 31938 StoreEc: 0x80040115 Lid: 19650 Lid: 27842 StoreEc: 0x80040115 Lid:
    20866 Lid: 29058 StoreEc: 0x80040115 at
    Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult,
    SafeExInterfaceHandle iUnknown, Exception innerException) at
    Microsoft.Mapi.ExRpcAdmin.Create(String server, String user, String domain,
    String password) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmStoreHelper.Mount(Guid mdbGuid,
    MountFlags flags) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.ActiveManagerCore.<>c__DisplayClassb.<MountDatabaseDirect>b__2()
    at
    Microsoft.Exchange.Cluster.Replay.FailoverPerformanceTrackerBase`1.RunTimedOperation(TOpCode
    opCode, Action operation) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.ActiveManagerCore.MountDatabaseDirect(Guid
    mdbGuid, MountFlags storeFlags, AmMountFlags amMountFlags, AmDbActionCode
    actionCode) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmRpcServer.<>c__DisplayClass19.<MountDatabaseDirect>b__18()
    at
    Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.RunRpcServerOperation(String
    databaseName, RpcServerOperation rpcOperation) --- End of inner exception stack
    trace (Microsoft.Mapi.MapiExceptionNetworkError) --- --- End of stack trace on
    server (Exchange2010.dellstslab.com) --- at
    Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.ClientRethrowIfFailed(String
    databaseName, String serverName, RpcErrorExceptionInfo errorInfo) at
    Microsoft.Exchange.Data.Storage.ActiveManager.AmRpcClientHelper.RunRpcOperationWithAuth(AmRpcOperationHint
    rpcOperationHint, String serverName, String databaseName, NetworkCredential
    networkCredential, Nullable`1 timeoutMs, InternalRpcOperation rpcOperation) at
    Microsoft.Exchange.Data.Storage.ActiveManager.AmRpcClientHelper.MountDatabaseDirectEx(String
    serverToRpc, Guid dbGuid, AmMountArg mountArg) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmDbAction.MountDatabaseDirect(AmServerName
    serverName, AmServerName lastMountedServerName, Guid dbGuid, MountFlags
    storeFlags, AmMountFlags amFlags, AmDbActionCode actionCode) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmDbStandaloneAction.<>c__DisplayClass2.<MountInternal>b__0(Object
    , EventArgs ) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmHelper.HandleKnownExceptions(EventHandler
    ev) --- End of inner exception stack trace
    (Microsoft.Exchange.Data.Storage.AmServerTransientException) --- at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmDbOperation.Wait(TimeSpan
    timeout) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.ActiveManagerCore.MountDatabase(Guid
    mdbGuid, MountFlags storeFlags, AmMountFlags amMountFlags,
    DatabaseMountDialOverride mountDialOverride, AmDbActionCode actionCode) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmRpcServer.<>c__DisplayClass4.<MountDatabase>b__3()
    at
    Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.RunRpcServerOperation(String
    databaseName, RpcServerOperation rpcOperation) --- End of stack trace on server
    (EXCHANGE2010.dellstslab.com) --- at
    Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.ClientRethrowIfFailed(String
    databaseName, String serverName, RpcErrorExceptionInfo errorInfo) at
    Microsoft.Exchange.Data.Storage.ActiveManager.AmRpcClientHelper.RunDatabaseRpcWithReferral(AmRpcOperationHint
    rpcOperationHint, Database database, String targetServer, InternalRpcOperation
    rpcOperation) at
    Microsoft.Exchange.Management.SystemConfigurationTasks.MountDatabase.RequestMount(MountFlags
    storeMountFlags) at
    Microsoft.Exchange.Management.SystemConfigurationTasks.MountDatabase.InternalProcessRecord()
    --- End of inner exception stack trace ---
    7
    Microsoft.Exchange.Cluster.Replay.AmDbActionWrapperTransientException:
    An Active Manager operation failed with a transient error. Please retry the
    operation. Error: Database action failed with transient error. Error: A
    transient error occurred during a database operation. Error:
    MapiExceptionNetworkError: Unable to make admin interface connection to server.
    (hr=0x80040115, ec=-2147221227) Diagnostic context: ...... Lid: 12696 dwParam:
    0x6D9 Msg: EEInfo: Generation Time: 2014-02-18 16:43:34:389 Lid: 10648 dwParam:
    0x6D9 Msg: EEInfo: Generating component: 2 Lid: 14744 dwParam: 0x6D9 Msg:
    EEInfo: Status: 1753 Lid: 9624 dwParam: 0x6D9 Msg: EEInfo: Detection location:
    501 Lid: 13720 dwParam: 0x6D9 Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6D9
    Msg: EEInfo: NumberOfParameters: 4 Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[0]:
    Unicode string: ncalrpc Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[1]: Unicode
    string: Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[2]: Long val: -1988875570
    Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[3]: Long val: 382312662 Lid: 24060
    StoreEc: 0x80040115 Lid: 23746 Lid: 31938 StoreEc: 0x80040115 Lid: 19650 Lid:
    27842 StoreEc: 0x80040115 Lid: 20866 Lid: 29058 StoreEc: 0x80040115 --->
    Microsoft.Exchange.Data.Storage.AmServerTransientException: An Active Manager
    operation failed with a transient error. Please retry the operation. Error:
    MapiExceptionNetworkError: Unable to make admin interface connection to server.
    (hr=0x80040115, ec=-2147221227) Diagnostic context: ...... Lid: 12696 dwParam:
    0x6D9 Msg: EEInfo: Generation Time: 2014-02-18 16:43:34:389 Lid: 10648 dwParam:
    0x6D9 Msg: EEInfo: Generating component: 2 Lid: 14744 dwParam: 0x6D9 Msg:
    EEInfo: Status: 1753 Lid: 9624 dwParam: 0x6D9 Msg: EEInfo: Detection location:
    501 Lid: 13720 dwParam: 0x6D9 Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6D9
    Msg: EEInfo: NumberOfParameters: 4 Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[0]:
    Unicode string: ncalrpc Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[1]: Unicode
    string: Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[2]: Long val: -1988875570
    Lid: 12952 dwParam: 0x6D9 Msg: EEInfo: prm[3]: Long val: 382312662 Lid: 24060
    StoreEc: 0x80040115 Lid: 23746 Lid: 31938 StoreEc: 0x80040115 Lid: 19650 Lid:
    27842 StoreEc: 0x80040115 Lid: 20866 Lid: 29058 StoreEc: 0x80040115 --->
    Microsoft.Mapi.MapiExceptionNetworkError: MapiExceptionNetworkError: Unable to
    make admin interface connection to server. (hr=0x80040115, ec=-2147221227)
    Diagnostic context: ...... Lid: 12696 dwParam: 0x6D9 Msg: EEInfo: Generation
    Time: 2014-02-18 16:43:34:389 Lid: 10648 dwParam: 0x6D9 Msg: EEInfo: Generating
    component: 2 Lid: 14744 dwParam: 0x6D9 Msg: EEInfo: Status: 1753 Lid: 9624
    dwParam: 0x6D9 Msg: EEInfo: Detection location: 501 Lid: 13720 dwParam: 0x6D9
    Msg: EEInfo: Flags: 0 Lid: 11672 dwParam: 0x6D9 Msg: EEInfo: NumberOfParameters:
    4 Lid: 8856 dwParam: 0x6D9 Msg: EEInfo: prm[0]: Unicode string: ncalrpc Lid:
    8856 dwParam: 0x6D9 Msg: EEInfo: prm[1]: Unicode string: Lid: 12952 dwParam:
    0x6D9 Msg: EEInfo: prm[2]: Long val: -1988875570 Lid: 12952 dwParam: 0x6D9 Msg:
    EEInfo: prm[3]: Long val: 382312662 Lid: 24060 StoreEc: 0x80040115 Lid: 23746
    Lid: 31938 StoreEc: 0x80040115 Lid: 19650 Lid: 27842 StoreEc: 0x80040115 Lid:
    20866 Lid: 29058 StoreEc: 0x80040115 at
    Microsoft.Mapi.MapiExceptionHelper.ThrowIfError(String message, Int32 hresult,
    SafeExInterfaceHandle iUnknown, Exception innerException) at
    Microsoft.Mapi.ExRpcAdmin.Create(String server, String user, String domain,
    String password) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmStoreHelper.Mount(Guid mdbGuid,
    MountFlags flags) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.ActiveManagerCore.<>c__DisplayClassb.<MountDatabaseDirect>b__2()
    at
    Microsoft.Exchange.Cluster.Replay.FailoverPerformanceTrackerBase`1.RunTimedOperation(TOpCode
    opCode, Action operation) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.ActiveManagerCore.MountDatabaseDirect(Guid
    mdbGuid, MountFlags storeFlags, AmMountFlags amMountFlags, AmDbActionCode
    actionCode) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmRpcServer.<>c__DisplayClass19.<MountDatabaseDirect>b__18()
    at
    Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.RunRpcServerOperation(String
    databaseName, RpcServerOperation rpcOperation) --- End of inner exception stack
    trace (Microsoft.Mapi.MapiExceptionNetworkError) --- --- End of stack trace on
    server (Exchange2010.dellstslab.com) --- at
    Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.ClientRethrowIfFailed(String
    databaseName, String serverName, RpcErrorExceptionInfo errorInfo) at
    Microsoft.Exchange.Data.Storage.ActiveManager.AmRpcClientHelper.RunRpcOperationWithAuth(AmRpcOperationHint
    rpcOperationHint, String serverName, String databaseName, NetworkCredential
    networkCredential, Nullable`1 timeoutMs, InternalRpcOperation rpcOperation) at
    Microsoft.Exchange.Data.Storage.ActiveManager.AmRpcClientHelper.MountDatabaseDirectEx(String
    serverToRpc, Guid dbGuid, AmMountArg mountArg) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmDbAction.MountDatabaseDirect(AmServerName
    serverName, AmServerName lastMountedServerName, Guid dbGuid, MountFlags
    storeFlags, AmMountFlags amFlags, AmDbActionCode actionCode) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmDbStandaloneAction.<>c__DisplayClass2.<MountInternal>b__0(Object
    , EventArgs ) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmHelper.HandleKnownExceptions(EventHandler
    ev) --- End of inner exception stack trace
    (Microsoft.Exchange.Data.Storage.AmServerTransientException) --- at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmDbOperation.Wait(TimeSpan
    timeout) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.ActiveManagerCore.MountDatabase(Guid
    mdbGuid, MountFlags storeFlags, AmMountFlags amMountFlags,
    DatabaseMountDialOverride mountDialOverride, AmDbActionCode actionCode) at
    Microsoft.Exchange.Cluster.ActiveManagerServer.AmRpcServer.<>c__DisplayClass4.<MountDatabase>b__3()
    at
    Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.RunRpcServerOperation(String
    databaseName, RpcServerOperation rpcOperation) --- End of stack trace on server
    (EXCHANGE2010.dellstslab.com) --- at
    Microsoft.Exchange.Data.Storage.Cluster.HaRpcExceptionWrapperBase`2.ClientRethrowIfFailed(String
    databaseName, String serverName, RpcErrorExceptionInfo errorInfo) at
    Microsoft.Exchange.Data.Storage.ActiveManager.AmRpcClientHelper.RunDatabaseRpcWithReferral(AmRpcOperationHint
    rpcOperationHint, Database database, String targetServer, InternalRpcOperation
    rpcOperation) at
    Microsoft.Exchange.Management.SystemConfigurationTasks.MountDatabase.RequestMount(MountFlags
    storeMountFlags) at
    Microsoft.Exchange.Management.SystemConfigurationTasks.MountDatabase.InternalProcessRecord()
    The system attendant service does not start either.  Any ideas?

  • SAProuter Service Is Not Starting

    Hi,
    I have installed saprouter on my end.service is created sucessfully.
    when i am start saprouter service its given me
    error SAProuter Service Is Not Starting locally error 1067.
    I am tried to start this service windows administrator as well sncadm.its give me same error.
    Regards
    Amol

    Hi Amol,
    Read,
    Re: SAPROUTER
    http://sap.ittoolbox.com/documents/popular-q-and-a/saprouter-service-is-not-starting-4447
    regards
    Juan
    PS: Hi Abinash,
    GREAT COPY AND PASTE JOB...!

  • I bought my ipad 2 from a friend I am trying to connect to my itunes on my computer and it will not recognize it. It keeps telling me that IPad cant be used because apple mobile device service is not started. can you help

    I bought my IPad 2 from a friend. I have reset to clear all of his information out. I am trying to connect it to my computer to sync my itunes and I keep getting the message that my IPad can't be used because Apple Mobile Device Service is not started can anyone help with this?

    I cannot find "Other" devices. I found Apple Mobile Device under Universal Bus Controllers but cannot see "recovery mode" or any other status. I use Windows Vista.
    When I try to restart Apple Mobile Device Service I get the following message: "The Apple Mobile Device Service on Local Computer started then stopped. Some services stop automatically if they are not in use by other services or programs". What does this mean?
    During the last 48 hours I was able to see my iPad in iTunes only one time during many attemnpts to connect . I haven't been able to see it during the llast several attempts.
    Any suggestions? The standard suggestions have not worked: i.e. stop then start AMDS; tuurn off iPad and PC, then restart both and reconfrom iPad to PC; reload iTunes.

  • This phone can not be used because the apple mobile device service is not started

    i plug my iphone into my computer and the message this phone can not be used because the apple mobile device service is not started pops up and wont let me download any music onto my phone. what can i do to make that stop happening?

    See Here
    http://support.apple.com/kb/TS1567

  • Sync problem, iTunes says: "This iPhone cannot be used because the Apple Mobile Device service is not started."

    Trying to sync my phone to update because it wont let me update apps on the phone itself. When I plug in to iTunes I'm getting a message saying "This iPhone cannot be used because the Apple Mobile Device service is not started." How do I fix this?

    iTunes: How to remove and reinstall the Apple Mobile Device Service on Mac OS X
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

Maybe you are looking for