Replication Log Reader stopped unexpectedly

This morning our websites stopped serving pages.  Whilst investigating I notice that the Replication Sql LogReader had stopped running and was reporting the error:
"SubSystem Message - Job 'XXX582060-XXXXX-1' (0x6D6877EFE4F8EA4D930F8C967FE49BE5), step
2 - A time out occurred while waiting for memory resources to execute the query. Rerun the query."
I have restarted the LogReader and it seems to be working fine but I'd really like to get to the bottom of why it stopped in the first place so I can prevent happening in the future.
Any help would be great.
Thanks
Mike

Check this blog -
http://blogs.msdn.com/b/sqlqueryprocessing/archive/2006/11/14/query-execution-timeouts-in-sql-server-part-1-of-2.aspx
Check your SQL Server error logs to see if you find any Memory related errors or Memory dumps. It looks like there was a memory crunch during the time forcing log reader to stop.
Also make sure that you have configured your memory settings properly.
Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

Similar Messages

  • Replication Queue reader stopped due to Comm failure

    Hello,
    I have replication (subscription with updateable subscribers) (pull) running on sql 2008 subscriber with 5 sql 2000 publishers.  all seem well except the Queue agent stops at loss of network connectivity.  It dosen't appear to restart
    until I manually restart it.   It will run for hours until it stops or a shorter period.   Usually, early in the morning before any server activity.  
    It is not all the Queue readers stopping at the same time, seems random.
    I have looked for competing jobs or heavy server activity,   I do not see any.
    Per the error logs it is a network loss. (the network is a VPN  and is know to have short down times.) (mostly seconds.  not hours) (this is the reason I am doing queued transactions)
    Is there a way to have the queue agent restart itself if down or to keep trying to start until the problem clears.   if so what affect will it have on the publishers overhead.
    Is there something else I am missing as I am fairly new to replication.
    The other agents seem to just jug along doing their jobs and the trans actions are followed through.
    Thanks for any help
    Barry

    Hi Barryb,
    we have 2 options in job step properties for your scenario 
    1.one is retry attempts :Sets the number of times that SQL Server Agent attempts to retry a failed job step  .
    2.On failure action: Sets
    the action for SQL Server Agent to perform if the job step fails.
    Pls marked as answer if this is use full to you
    Thanks and Regards,
    Chandar

  • Log Reader Agent Errors

    On a server with 4 merge publications I'm getting errors from a Log Reader Agent.
    From documentations it seems to me that Log Reader Agent must be present only if there are some transactional publication, so I think that errors depends on this.
    Probably the Log Reader Agent was created some time ago with a transactional publication that no longer exists.
    So my question is: can I remove the Log Reader Agent?
    To remove it can I simply remove the associated job?
    The error are all like this:
    The process could not execute 'sp_repldone/sp_replcounters' on 'GEREONTK'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20011)
    Get help: http://help/MSSQL_REPL20011
    Unable to execute procedure. The database is not published. Execute the procedure in a database that is published for replication. (Source: MSSQLServer, Error number: 18757)
    Get help: http://help/18757
    The process could not set the last distributed transaction. (Source: MSSQL_REPL, Error number: MSSQL_REPL22017)
    Get help: http://help/MSSQL_REPL22017
    Thanks,
    Roberto

    There's no more transactional replication on database but still exists two merge replications on some tables of the same db (publication Gereon and GereonPortfoliosAll).
    So I've no replication to drop but only a Log Reader Agent that seems to be a survivor from a previous transactional pubblication.
    In these day I've stopped the job related to the Log Reader Agent, and merge replication are working right. So I think I can remove this Agent from the server.
    In
    Log Reader Agent definition on MSDN I've found "The Replication Log Reader Agent is an executable that monitors the transaction log of each database
    configured for transactional replication and copies the transactions marked for replication from the transaction log into the distribution database." so it seems to me that is not related to merge replication and it safe to be removed.
    Thanks

  • How to stop the auto-start of log reader agent (replication) right after my database is restored?

    I have the scenario where the SQL server is restored (after migration).
    This database has transactional replication set-up on one of the databases. When I do a manual delete and restore of the database, I see that the replication starts right after the publisher and subscriber are restored.
    Replication agents should not start and run before the integrity checks are completed. How to stop the replication from auto starting right after the migration?
    Thanks in advance - Jebah

    Thanks Pradyothana, I have disabled the logreader, distribution agents through sp_update_job in Tsql script. I have also verified that there are no pending transactions to be replicated to the subscriber, I see that the job is still being executed. Is there
    any other way to disable the jobs?
    Steps I followed
    Started with a Working publication and subscription
    Disabled the jobs (log reader and distribution agents)
    Backed up publisher, subscriber, distribution and msdb
    Deleted the publication, subscription, publisher and subscriber
    Restored the publisher, subscriber, distribution and msdb
    Enabled the jobs and executed sp_replrestart
    Observations/Issues
    Replication does not work
    Replication monitor does not show any error
    Jobs are shows as enabled but not started in job monitor
    Not able to start/stop the log reader and synchronization manually.
    I am not sure if I have missed something while restoring the db.
    Thanks in advance

  • Log Reader is getting Stopped in SQL replication

    Hi All,
    We are having a oracle Publisher and distributor and subscriber is SQL SERVER.
    My Log reader service is getting failed showing below error
    Error messages:
    The replication agent has not logged a progress message in 10 minutes. This might indicate an unresponsive agent or high system activity. Verify that records are being replicated to the destination and that connections to the Subscriber, Publisher, and Distributor
    are still active.
    When i checked the MSrepl_errors table i found out the below errors
    Heterogeneous Logreader encountered an error in call to 'Initialize'.
    ORA-12541: TNS:no listener
    Heterogeneous Logreader encountered an error in call to LoadReplCmds when processing state 'POLLBEGIN'.
    ORA-03113: end-of-file on communication channel Process ID: 4852 Session ID: 539 Serial number: 14
    when i troubleshoot this i found out that My Oracle database was down for some time and when it was up the log reader service was not up automatically and so we are having around 1 Million transactions pending.
    I tried to reinitializing the subscriber but it stilled didn't work.I want to flush the pending transaction and take a new snapshot but when i am trying to do it using sp_repldone but its not wroking and showing below error
    EXEC sp_repldone @xactid = NULL, @xact_segno = NULL, @numtrans = 0, @time = 0, @reset = 1
    Msg 18757, Level 16, State 1, Procedure sp_repldone, Line 1
    Unable to execute procedure. The database is not published. Execute the procedure in a database that is published for replication.
    Is there any other way i can flush the load reader if the publisher the Oracle i think the sp_repldone command is not working for Oracle Publisher.Can anybody help me out my replication is stopped currently.
    Any help will be great for me.

    i disabled thePublishing and distribution and tried to recreate it again.the recreation was successful and the log reader is working fine now but the distribution agent is throwing below error.I assume the distribution agent should dop and create the table
    but its not able to so that.
    Error messages:
    The process could not bulk copy into table '"dbo"."MPI_COB_T_SHOP_ORDER_DETAIL"'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20037)
    Get help: http://help/MSSQL_REPL20037
    Invalid object name 'dbo.MPI_COB_T_SHOP_ORDER_DETAIL'. (Source: MSSQLServer, Error number: 208)
    Get help: http://help/208
    To obtain an error file with details on the errors encountered when initializing the subscribing table, execute the bcp command that appears below.  Consult the BOL for more information on the bcp utility and its supported options. (Source: MSSQLServer,
    Error number: 20253)
    Get help: http://help/20253
    bcp "FlexNet"."dbo"."MPI_COB_T_SHOP_ORDER_DETAIL" in "G:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\ReplData\unc\MESD01_DISTRIBUTION_MPI_PUB\20150224062223\COB_T_SHOP_ORDER_DETAIL_71.bcp" -e "errorfile"
    -t"\n<x$3>\n" -r"\n<,@g>\n" -m10000 -SCIDCSWDMESMPD01 -T -w (Source: MSSQLServer, Error number: 20253)
    Get help: http://help/20253
    Can anyone help me on it please

  • Log Reader Agent is getting stopped

    I am getting in the logreader agent and it getting stopped Abruptly showing below error
    "The replication agent has not logged a progress message in 10 minutes. This might indicate an unresponsive agent or high system activity. Verify that records are being replicated to the destination and that connections to the Subscriber, Publisher,
    and Distributor are still active."
    When i start the agent it gets started but can i know why its getting stopped and how can i resolve this issue.
    Thanks in advance.

    I wish you have mentioned this was Oracle at the beginning:)
    This is a known problem with Oracle Publishing. Microsoft is now recommending you use Attunity to track changes in Oracle and use SSIS to replicate the commands.
    Open a support incident with Microsoft to help you to address the log reader problem and advise you on the best approach to this.
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • Microsoft Exchange Replication Service keep stopping

    Not sure what is going on here. The replication service keep stopping on one of my servers within the DAG. I cant think of anything different about this server compared to others (anything known at least). This server sits at our DR facility and is the host
    of the 3rd copy to a few of our databases, which primary and secondary ones live at our HQ. The application log reports this every 5-10 seconds
    Watson report about to be sent for process id: 31860, with parameters: E12IIS, c-RTL-AMD64, 15.00.0995.029, msexchangerepl, M.Exchange.Common, M.E.C.H.DatabaseFailureItem.Parse, System.ArgumentOutOfRangeException, fe19, 15.00.0995.012.
    ErrorReportingEnabled: False 
    The system log reports this every 5-10 seconds also:
    The Microsoft Exchange Replication service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 5000 milliseconds: Restart the service.
    I have ran windows update, and it seems that every time I reboot the machine, the shutdown tracker comes up. I think it has something to do with hardware, but no idea where to look next. 

    Hi,
    This issue occurred because Microsoft Exchange Replication Services Was Unable to Write In "Microsoft-Exchange-MailboxDatabaseFailureItems/Operational"
    The fix for the issue will be available in next cumulative update. Meanwhile, please follow the steps below for a workaround to resolve the issue. This workaround is to clear the entries log storing mailbox database failure items.
    On problem server, open command prompt in administrator privileges.
    Run following command to clear the even entries from the log
    Wevtutil.exe cl "Microsoft-Exchange-MailboxDatabaseFailureItems/Operational"
    Best Regards.

  • Event ID: 5014, 5004 The DFS Replication Service is stopping communication with partner / Error 1726 (The remote procedure call failed.)

    I'm replicating between two servers in two sites (Server A - Server 2012 R2 STD, Server B - Server 2008 R2) over a VPN (Sonicwall Firewall).  Though the initial replication seems to be
    happening it is very slow (the folder in question is less than 3GB).  I'm seeing these in the event viewer every few minutes:
    The DFS Replication service is stopping communication with partner PPIFTC for replication group FTC due to an error. The service will retry the connection periodically.
    Additional Information:
    Error: 1726 (The remote procedure call failed.)
    and then....
    The DFS Replication service successfully established an inbound connection with partner PPIFTC for replication group FTC.
    Here are all my troubleshooting steps (keep in mind that our VPN is going through a SonicWall <--I increased the TCP timeout to 24 hours):
    -Increased TCP Timeout to 24 hours 
    -Added the following values on both sending and receiving members and rebooted server
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
    Value =DisableTaskOffload
    Type = DWORD
    Data = 1
    Value =EnableTCPChimney
    Type = DWORD
    Data = 0
    Value =EnableTCPA
    Type = DWORD
    Data = 0
    Value =EnableRSS
    Type = DWORD
    Data = 0
    ---------------------------------more troubleshooting--------------------------
    -Disabled AntiVirus on both members
    -Made sure DFSR TCP ports 135 & 5722 are open
    -Installed all hotfixes for 2008 R2 (http://support.microsoft.com/kb/968429) and rebooted
    -Ran NETSTAT –ANOBP TCP and the DFS executable results are listed below:
    Sending Member:
    [DFSRs.exe]
      TCP    10.x.x.x:53            0.0.0.0:0             
    LISTENING       1692
    [DFSRs.exe]
      TCP    10.x.x.x:54669        
    10.x.x.x:5722          TIME_WAIT       0
      TCP    10.x.x.x:54673        
    10.x.x.x:5722          ESTABLISHED     1656
     [DFSRs.exe]
      TCP    10.x.x.x:64773        
    10.x.x.x:389           ESTABLISHED     1692
    [DFSRs.exe]
      TCP    10.x.x.x:64787        
    10.x.x.x:389           ESTABLISHED     1656
     [DFSRs.exe]
      TCP    10.x.x.x:64795        
    10.x.x.x:389           ESTABLISHED     2104
    Receiving Member:
    [DFSRs.exe]
      TCP    10.x.x.x:56683        
    10.x.x.x:389           ESTABLISHED     7472
     [DFSRs.exe]
      TCP    10.x.x.x:57625        
    10.x.x.x:54886         ESTABLISHED     2808
    [DFSRs.exe]
      TCP    10.x.x.x:61759        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61760        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61763        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61764        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61770        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61771        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61774        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61775        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61776        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61777        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61778        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61779        
    10.x.x.x:57625         TIME_WAIT       0
      TCP    10.x.x.x:61784        
    10.x.x.x:52757         ESTABLISHED     7472
    [DFSRs.exe]
      TCP    10.x.x.x:63661        
    10.x.x.x:63781         ESTABLISHED     4880
    ------------------------------more troubleshooting--------------------------
    -Increased Staging to 32GB
    -Opened the ADSIedit.msc console to verify the "Authenticated Users" is set with the default READ permission on the following object:
    a. The computer object of the DFS server
    b. The DFSR-LocalSettings object under the DFS server computer object
    -Ran
    ping <var>10.x.x.x</var> -f -l 1472 and got replies back from both servers
    -AD replication is successful on all partners
    -Nslookup is working so DNS is working
    -Updated NIC drivers on both servers
    - I ran the following to set the Primary Member:
    dfsradmin Membership Set /RGName:<replication group name> /RFName:<replicated folder name> /MemName:<primary member> /IsPrimary:True
    Then Dfsrdiag Pollad /Member:<member name>
    I'm seeing these errors in the dfsr logs:
    20141014 19:28:17.746 9116 SRTR   957 [WARN] SERVER_EstablishSession Failed to establish a replicated folder session. connId:{45C8C309-4EDD-459A-A0BB-4C5FACD97D44} csId:{7AC7917F-F96F-411B-A4D8-6BB303B3C813}
    Error:
    + [Error:9051(0x235b) UpstreamTransport::EstablishSession upstreamtransport.cpp:808 9116 C The content set is not ready]
    + [Error:9051(0x235b) OutConnection::EstablishSession outconnection.cpp:532 9116 C The content set is not ready]
    + [Error:9051(0x235b) OutConnection::EstablishSession outconnection.cpp:471 9116 C The content set is not ready]
    ---------------------------------------more troubleshooting-----------------------------
    I've done a lot of research on the Internet and most of it is pointing to the same stuff I've tried.  Does anyone have any other suggestions?  Maybe I need to look somewhere
    else on the server side or firewall side? 
    I tried replicating from a 2012 R2 server to another 2012 server and am getting the same events in the event log so maybe it's not a server issue. 
    Some other things I'm wondering:
    -Could it be the speed of the NICs?  Server A is a 2012 Server that has Hyper-V installed.  NIC teaming was initially setup and since Hyper-V is installed the NIC is a "vEthernet
    (Microsoft Network Adapter Multiplexor Driver Virtual Switch) running at a speed of 10.0Gbps whereas Server B is running a single NIC at 1.0Gbps
    -Could occasional ping timeout's cause the issue?  From time to time I get a timeout but it's not as often as the events I'm seeing.  I'm getting 53ms pings.  The folder
    is only 3 GB so it shouldn't take that long to replicate but it's been days.  The schedule I have set for replication is mostly all day except for our backup times which start at 11pm-5am.  Throughout the rest of the time I have it set anywhere from
    4Mbps to 64 Kbps.  Server A is on a 5mb circuit and Server B is on a 10mb circuit. 

    I'm seeing the same errors, all servers are running 2008 R2 x64. Across multiple sites, VPN is steady and reliably.
    185 events from 12:28:21 to 12:49:25
    Events are for all five servers (one per office, five total offices, no two in the same city, across three states).
    Events are not limited to one replication group. I have quite a few replication groups, so I don't know for sure but I'm running under the reasonable assumption that none are spared.
    Reminder from original post (and also, yes, same for me), the error is: Error: 1726 (The remote procedure call failed.)
    Some way to figure out what code triggers an Event ID 5014, and what code therein specifies an Error 1726, would extremely helpful. Trying random command line/registry changes on live servers is exceptionally unappealing.
    Side note, 1726 is referenced here:
    https://support.microsoft.com/kb/976442?wa=wsignin1.0
    But it says, "This RPC connection problem may be caused by an unstable WAN connection." I don't believe this is the case for my system.
    It also says...
    For most RPC connection problems, the DFS Replication service will try to obtain the files again without logging a warning or an error in the DFS Replication log. You can capture the network trace to determine whether the cause of the problem is at the network
    layer. To examine the TCP ports that the DFS Replication service is using on replication partners, run the following command in a
    Command Prompt window:
    NETSTAT –ANOBP TCP
    This returns all open TCP connections. The connections in question are "DFSRs.exe", which the command won't let you filter for.
    Instead, I used the NETSTAT command as advertised, dumping output to info.txt:
    NETSTAT -ANOBP TCP >> X:\info.txt
    Then I opened Excel and manually opened the .TXT for the open wizard. I chose fixed-width fields based on the first row for each result, and then added a column:
    =IF(A3="Can not", "Can not obtain ownership information", IF(LEFT(A3,1) = "[", A3&B3&C3, ""))
    Dragging this down through the entire file let me see that row (Row F) as the file name. Some anomalies were present but none impacted DFSrs.exe results.
    Finally, you can sort/filter (I sorted because I like being able to see everything, should I choose to) to get just the results you need, with the partial rows removed from the result set, or bumped to the end.
    My server had 125 connections open.
    That is a staggering number of connections to review, and I feel like I'm looking for a needle in a haystack.
    I'll see if I can find anything useful out, but a better solution would be most wonderful.

  • BO4 - 30270+ Frequent webi processing server crashes/processing server stopped unexpectedly

    Hi ,
    We are seeing relatively frequent 30270 error messages - when check event logs often see them preceded by webi porcessing server stopped unexpectedly messages.
    Have split the aps as per best practice and have 4 webi processing servers ( 2 on each node)
    Any thoughts?
    Faulting application name: WIReportServer.exe, version: 14.0.8.1229, time stamp: 0x525dbf5c
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
    Exception code: 0xc0000374
    Fault offset: 0x00000000000c40f2
    Faulting process id: 0x12dc
    Faulting application start time: 0x01cf32eaa201a083
    Faulting application path: C:\bo4\SAP BusinessObjects Enterprise XI 4.0\win64_x64\WIReportServer.exe
    Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
    Report Id: e4a37101-9efd-11e3-9ebb-000c29ccd95d
    30270 message soften preceded by below in event logs (estimate 80% of time)
    [User Name: <username>]
    Server Intelligence Agent: server<server_name>.WebIntelligenceProcessingServer2 stopped unexpectedly.
    Node Name: <node_name>]

    Hi Philip,
    I can feel like few of the heavy webi reports in your environment causing webi processing server down.
    1) first we need to find which reports are causing the issue.
    2) Enable monitoring to know the failure status of WIPC by email
    3) Try to enable audit and capture the reports which are consuming more data and running when WIPS moved to stopped state
    Then you will come to know the report with help of audit .
    I have noticed the similar issue and noticed few reports which are retrieving more no of records and More no input cantrols in the report caused WIPS down.

  • Replication Log

    Hi,
    Where can I see log of replication. I need to find out who ( User name) actually has performed the replication in the system. Can you please let me know where can I see it.
    Thanks.

    Check this blog -
    http://blogs.msdn.com/b/sqlqueryprocessing/archive/2006/11/14/query-execution-timeouts-in-sql-server-part-1-of-2.aspx
    Check your SQL Server error logs to see if you find any Memory related errors or Memory dumps. It looks like there was a memory crunch during the time forcing log reader to stop.
    Also make sure that you have configured your memory settings properly.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • Cold Fusion service stops unexpectedly

    With Cold Fusion MX 7.0.2, the service stops unexpectedly. In
    doing this, the WWW service stops, as well. I have not found a
    thing reagrding this problem. This has been happening for a while,
    and on serveral of my servers. We run Windows 2000 with IIS4.0.
    Adobe seems to not have a clue, which really bothers me.

    You need to find out what is going on as your server stops or
    hangs. First, confirm that coldfusion has really stopped. Turn on
    the internal JRun webserver on one of your servers. Next time the
    site 'stops', try to connect to coldfusion administrator using the
    internal webserver -
    http://localhost:8500/cfide/administrator/index.cfm.
    If this connection works, then CFMX is actually still running. So,
    then it would appear your issue is IIS or the connector between IIS
    and CFMX. Confirm you are running the latest connector. Check the
    connector logs.
    If cfmx has truly stopped there are several things to do:
    check the cfusionmx7\logs. Does the
    application or server log show lots of errors just prior to the
    stoppage. Is the application log full of errors - clean them
    up.
    check the cfusionmx7\runtime\logs for
    errors, especially just prior to the stoppage
    Run
    thread dump - is there
    a common template running in each of your traces during your
    hangs
    What is your technical support incident number with Adobe? I
    will be glad to work with that engineer. Email me your incident
    information directly.

  • LS Communication Server Service Stopping unexpectedly

    I have a 2008 R2 Server where the LS communication Server Service is stopping unexpectedly. It's restarting ok it seems, but the issue is resulting in the server not working as intended.
    The service usually shows as Running in the Services Management Console. However if you watch it in Task Manager you can see it stopping and then restarting. It does this every minute or so.
    In the event log I can see the following 7031 Event over and over. Not sure how to fix this one though
    - System
      - Provider
       [ Name]  Service Control Manager
       [ Guid]  {555908D1-A6D7-4695-8E1E-26931D2012F4}
       [ EventSourceName]  Service Control Manager
      - EventID 7031
       [ Qualifiers]  49152
       Version 0
       Level 2
       Task 0
       Opcode 0
       Keywords 0x80000000000000
      - TimeCreated
       [ SystemTime]  2015-04-28T18:29:32.000Z
       EventRecordID 286277
       Correlation
      - Execution
       [ ProcessID]  0
       [ ThreadID]  0
       Channel System
       Computer <removed by OP>
       Security
    - EventData
      param1 LS Communication Server
      param2 1
      param3 60000
      param4 1
      param5 Restart the service

    Do you see any related events in Event Viewer > Applications and Services Logs > Lync server?
    What version of Lync is installed? Is it Enterprise or Standard?
    Note: If you find a post informative, please mark it so using the arrow to the left. If it answers a question you have asked, please mark the thread as answered to aid others when they are looking for solutions to similar problems or queries.
    The opinions expressed here are solely my own and do not express the views or opinions of my employer.
    There is no Lync Server section under Applications and Services Logs. There is an LS Applications, however there aren't any events underneath it. 
    From what I can tell, Lync isn't installed on this server. The LS Communication Server service along with 3 other LS services (Config Download Service, Linkage Server, & PTZ Tour Server). The role of this server is that of an HVR. It's designed to interface
    with video recording devices and record that video. It's unable to do so.

  • Lync 2010 application service stops unexpectedly

    Lync 2010 enterprise application service stops unexpectedly and requires a manual restart. This happens sporadically but can't find anything obvious as to the reason why.

    Thank you for responding, sorry it took so long to get back to this. 
    First error:
    Log Name:      Lync Server
    Source:        LS MCU Infrastructure
    Date:          11/19/2013 9:43:03 AM
    Event ID:      61026
    Task Category: (1022)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      (FQDN removed)
    Description:
    Unhandled exception was thrown.
    The process ASMCUSvc(3440) throw an unhandled exception:System.AccessViolationException.
    Stack:
       at CRDPTransportStreamBuffer.FinalRelease(CRDPTransportStreamBuffer* )
       at ATL.CComObject<CRDPTransportStreamBuffer>.{dtor}(CComObject<CRDPTransportStreamBuffer>* )
       at ATL.CComObject<CRDPTransportStreamBuffer>.__vecDelDtor(CComObject<CRDPTransportStreamBuffer>* , UInt32 )
       at ATL.CComObject<CRDPTransportStreamBuffer>.Release(CComObject<CRDPTransportStreamBuffer>* )
       at ATL.CComPtrBase<IRDPSRAPITransportStreamBuffer>.{dtor}(CComPtrBase<IRDPSRAPITransportStreamBuffer>* ).
    Inner exception:
    Attempted to read or write protected memory. This is often an indication that other memory is corrupt..
    Cause: This is caused by an unhandled exception in the server. Please contact product support.
    Resolution:
    Internal error.
    Event Xml:
    <Event xmlns="removed">
      <System>
        <Provider Name="LS MCU Infrastructure" />
        <EventID Qualifiers="50174">61026</EventID>
        <Level>2</Level>
        <Task>1022</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-11-19T15:43:03.000000000Z" />
        <EventRecordID>332797</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>(removed)
        <Security />
      </System>
      <EventData>
        <Data>ASMCUSvc(3440)</Data>
        <Data>System.AccessViolationException</Data>
        <Data>   at CRDPTransportStreamBuffer.FinalRelease(CRDPTransportStreamBuffer* )
       at ATL.CComObject&lt;CRDPTransportStreamBuffer&gt;.{dtor}(CComObject&lt;CRDPTransportStreamBuffer&gt;* )
       at ATL.CComObject&lt;CRDPTransportStreamBuffer&gt;.__vecDelDtor(CComObject&lt;CRDPTransportStreamBuffer&gt;* , UInt32 )
       at ATL.CComObject&lt;CRDPTransportStreamBuffer&gt;.Release(CComObject&lt;CRDPTransportStreamBuffer&gt;* )
       at ATL.CComPtrBase&lt;IRDPSRAPITransportStreamBuffer&gt;.{dtor}(CComPtrBase&lt;IRDPSRAPITransportStreamBuffer&gt;* )</Data>
        <Data>Attempted to read or write protected memory. This is often an indication that other memory is corrupt.</Data>
      Followed by this error
    Log Name:      Lync Server
    Source:        LS ApplicationSharing Conferencing Server
    Date:          11/19/2013 9:43:03 AM
    Event ID:      32037
    Task Category: (1304)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      (FQDN removed)
    Description:
    An unhandled exception was encountered.
    Message=System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
       at CRDPTransportStreamBuffer.FinalRelease(CRDPTransportStreamBuffer* )
       at ATL.CComObject<CRDPTransportStreamBuffer>.{dtor}(CComObject<CRDPTransportStreamBuffer>* )
       at ATL.CComObject<CRDPTransportStreamBuffer>.__vecDelDtor(CComObject<CRDPTransportStreamBuffer>* , UInt32 )
       at ATL.CComObject<CRDPTransportStreamBuffer>.Release(CComObject<CRDPTransportStreamBuffer>* )
       at ATL.CComPtrBase<IRDPSRAPITransportStreamBuffer>.{dtor}(CComPtrBase<IRDPSRAPITransportStreamBuffer>* )
    Cause: Application Sharing Server error. Look through the exception details for more information.
    Resolution:
    If the problem persists, please contact product support.
    Event Xml:
    <Event xmlns="removed">
      <System>
        <Provider Name="LS ApplicationSharing Conferencing Server" />
        <EventID Qualifiers="50456">32037</EventID>
        <Level>2</Level>
        <Task>1304</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-11-19T15:43:03.000000000Z" />
        <EventRecordID>332798</EventRecordID>
        <Channel>Lync Server</Channel>
        <Computer>(removed)
        <Security />
      </System>
      <EventData>
        <Data>System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
       at CRDPTransportStreamBuffer.FinalRelease(CRDPTransportStreamBuffer* )
       at ATL.CComObject&lt;CRDPTransportStreamBuffer&gt;.{dtor}(CComObject&lt;CRDPTransportStreamBuffer&gt;* )
       at ATL.CComObject&lt;CRDPTransportStreamBuffer&gt;.__vecDelDtor(CComObject&lt;CRDPTransportStreamBuffer&gt;* , UInt32 )
       at ATL.CComObject&lt;CRDPTransportStreamBuffer&gt;.Release(CComObject&lt;CRDPTransportStreamBuffer&gt;* )
       at ATL.CComPtrBase&lt;IRDPSRAPITransportStreamBuffer&gt;.{dtor}(CComPtrBase&lt;IRDPSRAPITransportStreamBuffer&gt;* )</Data>
      </EventData>
    </Event>

  • The process android.process.acore has stopped unexpectedly..........

    i think some apps may have gotten accidentally deleted by my son. my contacts are gone and it's also saying the application google services framework (process com.google.process.gapps) has stopped unexpectedly. please try again.
    my phone will not sync when i press the phone button to call out it shows- sorry. the process android.process.acore has stopped unexpectedly. please try again.
    please help....i don't know how to fix it.

    Tamsmadd, I can certainly assist you with the issues on your device. Are your contacts backed up to Google? Try logging into your Gmail account on your browser or computer to verify. First, try clearing cache/data from your Gmail application. If it is still not working after that then I suggest a factory reset. This resets the phone to factory default settings and will erase everything on the phone that is not on the SD card. Your pictures, videos, music are saved to the SD card by default on the Incredible 2. 

  • DFSR Event 5014 - DFS Replication service is stopping communication

    Hi,
    I seem to be having issues with the DFSR warnings in the event log. I receive the below warning every 5 minutes:
    "The DFS Replication service is stopping communication with partner 'Servername' for replication group Domain System Volume due to an error. The service will retry the connection periodically.
    Additional Information:
    Error: 1726 (the remote procedure call failed.)"
    The errors are immediately followed by an information entry (5004) stating that a connection was successfully established but then the warning repeats after 5 minutes again. Replication does actually seem to be working fine and the SYSVOL shares on both
    domain controllers are identical. 
    I have run diagnostic reports from the DFS Management snapin and the only error reported is that
    "The DFS Replication service is restarting frequently".
    I have disabled TCP Offloading on the server as per other suggestions which doesn;t seem to have made a difference. 
    For reference, the domain controllers are in separate sites connected via site-to-site VPN. The AD sites are configured with the correct subnets and the WAN/VPN connection seems stable as I am getting consistent 87ms ping responses.
    Any assistance would be greatly appreciated.
    Thanks,
    Charlie.

    Although I haven't specifically run into this, doing a Bing search I have seen a common theme that if there is a firewall between the two it drops the connection after a set period of inactivity.  You might want to investigate that possibility.
    http://faultbucket.ca/2011/02/dfsr-event-5014-the-remote-procedure-call-failed/
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/68c4f402-6c77-4388-9701-51a4fc112964/error-1726-the-remote-procedure-call-failed-every-7-minutes-dfsr-backlogs?forum=winserverDS
    Paul Bergson
    MVP - Directory Services
    MCITP: Enterprise Administrator
    MCTS, MCT, MCSE, MCSA, Security+, BS CSci
    2008, Vista, 2003, 2000 (Early Achiever), NT4
    Twitter @pbbergs
    http://blogs.dirteam.com/blogs/paulbergson
    Please no e-mails, any questions should be posted in the NewsGroup. This posting is provided "AS IS" with no warranties, and confers no rights.

Maybe you are looking for