UpToDate status False on all servers

Hello,
Recently, all of my Lync servers (Front End Pool servers, Persistent Chat Servers, and Edge Pool Servers) show the UpToDate status as False; reporting red Xs as replication status in the Cscp GUI.  When running the Get-CsManagementStorageReplicationStatus
command, I see the following:
UpToDate : False
ReplicaFqdn : ServerFQDN
LastStatusReport : 12/20/2013
LastUpdateCreation : 1/13/2013 :1:20:25PM
ProductVersion : 5.0.8308.0
All servers show these exact same status (other than ReplicaFQDN).
Have any thoughts on how to get the Replication status to wake up and report all servers as UpToDate?  As far as I can tell, everything is replicating fine, it is just the UpToDate status is not reporting in.
Event viewer shows everything is fine, and when running a OcsLogger I am seeing the following Warning:
TL_WARN(TF_COMPONENT) [1]0818.1318::01/13/2014-19:20:42.672.00000133 (XDS_Master_Replicator,QueryChangesMaintTask.PerformMaintTask:734.idx(97))
(0000000000B7AB7B)MasterRootDir not discovered yet. Skipping task.
Any thoughts on what might be going on?  I have tried restarting the lync servers, but no luck.
Thanks in advance!

Hi,
Can you run 'Invoke-CsManagementStoreReplication' cmdlet without issue, and does that have any effect?
Kind regards
Ben
Yes, it runs without any issues.  Once I run it, PowerShell just advances to the next line.  Inside of event viewer, I see the following event (just a normal log, not a warning or error):
Microsoft Lync Server 2013, Replica Replicator Agent
reported the latest replica status.
Status report reason: DataReceived
Event ID: 3013

Similar Messages

  • Oracle EPM Planning 11.1.2.1 - Ziplogs utility not working on all servers

    Oracle EPM Planning 11.1.2.1 - Ziplogs utility not working on all servers
    We have Planning 11.1.2.1 distributed so that Planning web app, EAS etc. are on own webservers and Essbase is on separate cluster.
    Currently we have an issue with ziplogs utility - it seems to work on Essbase servers gathering all necessary ODL logs for over 100MBs, but on Planning Webservers ziplogs utility seems to start, but generates only empty 1kb zip file without any content.
    We haven't touched logging otherwise, everything should be pretty much in original state.
    Unfortunately I can't remember now exactly, but I have a a hunch that ziplogs utility worked prior patching Planning element on webservers to 11.1.2.1.600.
    Other servers or elements haven't been patched (although Oracle recommends also FS, EB etc. to be patched to 11.1.2.1.600). I'm wondering, could this be the reason as in a way FS and EB are on same patching level whereas Planning is not?
    Also, there seems to be a bit of limited diskspace on webservers (still waiting for extension), but I would imagine lack of diskspace for preparing any temp files etc. would results in some errors, the problem is that ziplogs doesn't give any errors, just runs very short time and then ends bringing 1kb empty file.
    Has anyone experienced anything similar and are you perhaps able to give quick guidance how to enhance or modify ziplogs batch file etc. to make it create a bit of logging of its own actions?
    Thanks in advance if anyone has ideas what could be the root cause for this or faced something similar.

    Okay, I was able to get it installed and Common Components installed correctly this time. I still can't access workspace though.
    Is there something I need to do before I can browse to http://localhost:19000/workspace/index.jsp?
    All I get is the following error:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    Anyone know what's going on?

  • Monitor all services on all servers?

    Hi all
    I'm looking for the easiest way of monitoring all services with startupmode=auto and alerts when state!=running. I found this thread:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/dbb175c4-8ec0-4427-9d10-9382044144e7/monitor-all-windows-services-on-multiple-servers-and-recover?forum=operationsmanagerauthoring
    So I took this code
    Dim oAPI, oBag
    Set oAPI = CreateObject("MOM.ScriptAPI")
    Set oBag = oAPI.CreatePropertyBag()
    strComputer = "."
    Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
    Set colListOfServices = objWMIService.ExecQuery _
    ("SELECT * FROM Win32_Service WHERE StartMode = 'Auto' AND Started = false")
    If colListOfServices.Count > 0 Then
    For Each objService in colListOfServices
    If strDesc = "" Then
    strDesc = objService.Caption
    Else
    StrDesc = StrDesc & ", " & objService.Caption
    End if
    Next
    Call oBag.AddValue("Description", strDesc)
    Call oBag.AddValue("State", "BAD")
    Else
    Call oBag.AddValue("State", "OK")
    End if
    Call oAPI.Return(oBag)
    I used this in a two state monitor I created in our SCOM 2012 environment. For starters it runs every 2 minutes, it's enabled, monitor target is Windows Server 2008 Operating System, it's set to generate alerts on warning, the Unhealthy expression is:
    Property[@Name='State'] Equals BAD
    And the Healthy Expression is:
    Property[@Name='State'] Equals GOOD
    Unfortunately I'm getting no alerts at all. And I dont think I have any way of seeing if it's actually discovering all the services? AND I have no previous experience with vb scripting, but do have some powershell experience.
    Any suggestions on how to get this up and running please?
    Update: I just got alerts from all servers:
    Workflow Runtime: Failed to run a process or script
    The process started at 11:25:%1 failed to create System.PropertyBagData, no errors detected in the output. The process exited with 1.
    Command executed "C:\Windows\System32\cscript.exe" /nologo "Company.ServiceMonitoring"

    At the first point make sure that you are creating the service monitor in Authoring --> Management Pack Templates --> Windows Service.
    The place where we change is within the discovery part and not monitor. Search for the text what you entered as Service Name while creating the service monitor. You should see something similar to this,
    <Discovery ID="ServiceStateProbePage_5409ab4012384fb28dea99f892e28fec.DiscoveryRule" Enabled="false" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
            <Category>Discovery</Category>
            <DiscoveryTypes>
              <DiscoveryClass TypeID="ServiceStateProbePage_5409ab4012384fb28dea99f892e28fec" />
            </DiscoveryTypes>
            <DataSource ID="DS" TypeID="Windows!Microsoft.Windows.Win32ServiceInformationProviderWithClassSnapshotDataMapper">
              <ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
              <ServiceName>------------ServiceName>
              <Frequency>60</Frequency>
              <ClassId>$MPElement[Name="ServiceStateProbePage_5409ab4012384fb28dea99f892e28fec"]$</ClassId>
              <InstanceSettings>
                <Settings>
                  <Setting>
                    <Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
                    <Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceName$</Name>
                    <Value>$Data/Property[@Name='Name']$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceProcessName$</Name>
                    <Value>$Data/Property[@Name='BinaryPathName']$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/DisplayName$</Name>
                    <Value>$Data/Property[@Name='DisplayName']$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="MicrosoftSystemCenterNTServiceLibrary!Microsoft.SystemCenter.NTService"]/Description$</Name>
                    <Value>$Data/Property[@Name='Description']$</Value>
                  </Setting>
                  <Setting>
                    <Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
                    <Value> </Value>
                  </Setting>
                </Settings>
              </InstanceSettings>
            </DataSource>
          </Discovery>

  • LCM V11: "Client Enable Status false" trouble

    Hi,
    I'm using Planning V11 with LCM to exporting (backuping) Planning meta-information.
    Right now I'd like to migrate one application to another. But I have never stopped proccess at step "Client Enable Status false"
    All log is:
    BEGIN : TaskHandler.getExecutor
    Executor not yet created or old executor destroyed. Creating new thread pool ...
    END : TaskHandler.getExecutor
    Attempting to load Log Config File:../conf/log.xml
    2009-06-24 18:31:15,031 INFO - Executing package file - c:\Hyperion\common\impo
    rt_export\APP.export.xml
    2009-06-24 18:31:15,562 INFO - Reading HSS URL from command line
    2009-06-24 18:31:15,562 INFO - HSS URL could not be read from command line. Rea
    ding from registry.
    2009-06-24 18:31:17,250 INFO - Audit Client has been created for the server htt
    p://<SERVER>:28080/interop/Audit
    2009-06-24 18:31:17,625 INFO - Client Enable Status false
    2009-06-24 18:31:17,765 WARN - Going to buffer response body of large or unknow
    n size. Using getResponseBodyAsStream instead is recommended.
    2009-06-24 18:31:17,781 INFO - Client Enable Status false
    2009-06-24 18:31:24,296 INFO - Audit Client has been created for the server htt
    p://<SERVER>:28080/interop/Audit
    2009-06-24 18:31:24,578 INFO - Client Enable Status false
    Have you any idea to resolve this trouble?

    LCM migrate log tell me that some forms has incorrect characters such as ":".
    After renaming forms migrate process has been passed successfully.

  • Program that finds all servers on the net 76-lines

    Hi Guys and Birds,
    Here's a small program written by the dear brothers Asger (hjerl.dk) and Morten (www.mycgiserver.com/~game) which finds all servers on the net in a couple of hours. Good luck
    package com.hjerl;
    import javax.swing.*;
    import java.io.*;
    import java.net.*;
    import java.awt.*;
    import java.util.*;
    public class Browser extends JFrame {
    int counterwww = 0;
    ArrayList visitedUrls = new ArrayList();
    ArrayList links = new ArrayList();
    public static void main(String[] args) {
         Browser b = new Browser();
    public Browser() {
         fetchLinesInPageAsArrayList("www.jp.dk");
         System.out.println("Number of links found: " + counterwww);
    private void fetchLinesInPageAsArrayList(String str) {
         ArrayList al = new ArrayList();
         try {
              URL url = new URL("http://"+str);
              URLConnection uc = url.openConnection();
              uc.connect();
              InputStream is = uc.getInputStream();
              BufferedReader br = new BufferedReader(new InputStreamReader(is));
              int c = 0;
              while (br.ready()) {
                   al.add(br.readLine());
              findLinksFromLineArrayList(al);
         catch(Exception ex) {
              ex.printStackTrace();
    private void findLinksFromLineArrayList(ArrayList al) {
         for (int c = 0; c < al.size(); c++) {
              String s = ((String) al.get(c)).toLowerCase();
              //int a = s.indexOf("http://");
              int b = s.indexOf("www.");
              int d = s.indexOf("/", b+4);
              if (b == -1 | d == -1)
                   continue;
              String link = s.substring(b,d);
              //fjerner evt.""
              int e = link.indexOf("\"");
              if (e != -1) {
                   link = link.substring(0, e);
              if (links.contains(link) == false)
                   System.out.println("New link found: " + link);
                   links.add(link);
                   counterwww++;
                   fetchLinesInPageAsArrayList(link);
              else
                   System.out.println(" Old link found: " + link);
    }

    Well, apart from the "finds all servers" bit and the "in a couple of hours" bit, that sounds quite plausible...

  • Anyone else having issues with location services since the 7.1 update? Ever since I updated i've been seeing the location services on my status bar at all times.

    Anyone else having issues with location services since the 7.1 update? Ever since I updated i’ve been seeing the location services icon on my status bar at all times. I noticed that google was the app that was using it a lot, but after I turned the feature off for google my phone started using the “traffic”, “frequent locations” and “cell network search”. When I turn the feature off for all of those things it’s no longer a problem. So just wondering if anyone else is having this issue or if anyone has a solution?

    The "solution" is probably to increase your knowledge.  You've done good things.  Perhaps this article will educate you a bit more about location services.
    Basically, they can be very useful, but can cause a lot of iPhone use.  A major example is "Remind me to ... when I leave home."
    http://support.apple.com/kb/HT5594

  • How Can I run a script to all servers in my servers list

    Hi Guys
    I have a Servers list:servers.txt , it's including all servers i need to run a powershell script,how can I use the powershell to run a script on those servers? thank you.I just start to learn about powershell.

    You can pipe the results of Out-Command to Out-File (or Export-Csv, etc.)  I'm not sure what kind of objects you're expecting from this script, so I'll err on the side of caution and use Format-List * in the example:
    Invoke-Command -ComputerName $servers -FilePath c:\copy.ps1 |
    Format-List -Property * |
    Out-File -FilePath $home\Desktop\copy.log

  • User being removed from Domain Admins...how to find all servers his account is being used.

    We have a user that is being removed from IT (more like being forcefully demoted) and our owner still finds him valuable in other departments. My challenge is to find all servers that he may be using his account locally on (as a service or added to a local
    admin group). It hasn't happened yet, but we need to be prepared to say we know all the servers his account is on when the owner demotes him.
    I'm hoping someone has an approach to this that doesn't include going through tons of Event Viewer Security logs. We do have System Center Configuration Manager and Operations Manager 2012 w/ SP1, but the guy that is responsible for those is the guy we are removing
    and none of us are aware on how to use the possible tools that those have. If you feel that those would do the trick then please point me to a "how to" and I'll try to learn on the fly. Otherwise I'll take any other suggestions.
    ~Rick

    Hi Rick,
    Based on my research, you can filter events logs based on user name and event ID:
    Advanced XML filtering in the Windows Event Viewer
    http://blogs.technet.com/b/askds/archive/2011/09/26/advanced-xml-filtering-in-the-windows-event-viewer.aspx
    Best Regards,
    Amy

  • How to list the Cert Issuer for all servers in a Domain

    Hello,
    The objective is to list the Server name and Cert Issuer for any Cert found in the LocalMachine\My store on all servers in a Domain.
    Once I'd get to a server, probably by PS remoting, I'd issue the following:
    dir cert:\localmachine\my -recurse | ? Issuer -like '*'
    However, the output is Thumbprint and Subject, but I really need to see the Issuer, or what is displayed in the Certificates MMC under the 'Issued By' column.  What I need in my output is the following:
    ComputerName       Issuer
    Srv1                       Acme Cert Auth
    Srv2                       Host1.Acme.Com
    Any suggestions would be appreciated.
    Thanks for your help! SdeDot

    As you might suspect it is even easier than that:
    $omputers |
    ForEach-Object{
    invoke-command -ComputerName $_ -ScriptBlock {dir cert:\localmachine\my -recurse}
    } |
    select PSComputerName, Issuer
    ¯\_(ツ)_/¯
    Indeed.
    =]
    Both work great!
    Thanks for the response and help Mike and Jrv!
    Thanks for your help! SdeDot
    Cheers, you're very welcome.
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • List all servers with OS and service pack

    Is there an easy way using any script or software to list all servers joined to your domain including operating system (i.e. server 2008) and service pack level, without having to check each manually?

    Hi Cf090,
    The limit is used to Specify the number of objects to return that matches the criteria that you specify. If you specify a value of
    0 for <NumberOfObjects>, this parameter returns all matching objects. If you do not specify this parameter,
    dsquery displays the first 100 results by default.
    For more detailed information to use dsquery, please refer to this article:
    http://technet.microsoft.com/en-us/library/cc754232.aspx
    If you have any other questions, please feel free to let me know.
    Best Regards,
    Anna

  • Setting up service monitoring on a group of servers, but only alerting when the service is down on all servers

    Hey All -
    I have the need to monitor one service that exist on 3 servers, but the service only runs on one of the servers at a time, and the servers are not set up as a cluster.  Any ideas around how to accomplish this?

    Hi,
    Create a service monitor as previously described and then create a distributed application and add the new service monitor for all servers to a component group. Then set the health rollup to Best state of any member - I think that should work...
    Further details around DA's 
    http://thoughtsonopsmgr.blogspot.co.uk/2011/06/distributed-applications-das-part-ii.html
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/9e932038-32c6-4403-8489-1535de4214be/distributed-applications-health-rollup?forum=operationsmanagerauthoring
    Hope this helps..

  • Report to return all servers under DPM

    Hi,
    I'm tying to create a report to return all servers currently under DPM protection. I have a number of DPM servers and need to report which servers are backed-up by which dpm server.
    I'm joining the following tables together [tbl_AM_Server], [tbl_AM_InstalledAgent], [tbl_AM_Agent] but i'm getting more servers coming back than the interface is showing. They may have been servers that were previously removed. This is what my query looks
    like:
    select distinct s.NetbiosName
    from [dbo].[tbl_AM_Server] s
    inner join [dbo].[tbl_AM_InstalledAgent] ia
    on s.ServerId = ia.ServerId
    inner join [dbo].[tbl_AM_Agent] a
    on ia.AgentID = a.AgentID
    where ia.Deleted = 0
    and  ia.Enabled = 1
    and s.NetbiosName <> (select @@SERVERNAME)
    Any help is appreciated.
    Paul

    Hi,
    This should work better.
    select distinct s.NetbiosName
    from [dbo].[tbl_AM_Server] s
    inner join tbl_JM_JobDefinition jd
    on s.ServerId = jd.ServerId
    where jd.IsDeleted = 0
    and s.IsDPM = 0
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Parameter is not identified identically on all servers

    Hi,
    We are facing an issue while setting the value of a parameter.
    Our system has 1 central instance and 3 application servers.
    We are trying to reset the value of a parameter in DEFAULT profile but after resetting, when we try to save the changes, we get the following error:
    E:login/failed_user_auto_unlock is not identified identically on all servers
    E:login/failed_user_auto_unlock ( 0 ) on server <central instance>
    E:login/failed_user_auto_unlock ( 1 ) on server <app server1>
    E:login/failed_user_auto_unlock ( 1 ) on server <app server2>
    E:login/failed_user_auto_unlock ( 1 ) on server <app server3>
    The parameter doesnot exist on the servers but still we are getting this error.
    We tried to delete the parameter from DEFAULT profile, set it individally on all servers and save changes but still we are getting the same error.
    Can anyone suggest any solution to this please.
    Thanks and Regards,
    Anisha Jain

    Hi,
    We have reset the parameter on another system also. We can see the changes been reflected and we are planning a system downtime coming weekend.
    But in this system, we are getting the error before we are trying to activate, i.e, while we are trying to save the changes.
    Thanks and Regards,
    Anisha Jain

  • Why can't I see all servers on my network with Lion?

    Why can't I see all servers on my network with Lion, but I can with Snow Leopard? Am I missing a setting somewhere? This is really frustrating and I'll have to go back to snow leopard if it can't be fixed. I can see other macs fine, but network servers and PC servers are missing. Sometimes they do appear in 'Shared All' and I can connect OK, but then they disappear again. Is this a bug with Lion, or am I missing something really simple? I can't work properly at the moment, so Lion has been a disaster for me. Any help really appreciated. Thanks

    Please update to the most recent version of Firefox:
    *[[Update Firefox to the latest version]]

  • I dont have data in "Client status summary" report for servers in server collection, but get data from our Windows 7?

    Hi,
    I dont have data in "Client status summary" report for servers in server collection, but get data from our Windows 7?
    So and idea of way I dont get data from or servers? Missing client setting for servers?
    /SaiTech

    Hi,
    I do see the server in Server collections in "Monitoring--Client Status--Client Activity" but not in reports like "Clients with failed client check details" i get "No Data Available"?
    /SaiTech

Maybe you are looking for

  • ITunes does not want to import folder

    Hi there. Vista Prof with latest iTunes. I lost my harddrive without any backups of the songs on my iPod. I have read a couple of replies to people with the same problem. One was to import the songs via the "Add folder to library" option. Before I ch

  • I am unable to install the Creative Cloud application

    Today I have cleaned the PC for absolutely everything Adobe related and finished by running the cleaner tool removing all leftovers exept for the Adobe ID credentials. Then I once more tried to install the cc app - but it stopped the installation wit

  • [svn] 4709: * Move id assignment to after the instance is fully created.

    Revision: 4709 Author: [email protected] Date: 2009-01-28 09:50:03 -0800 (Wed, 28 Jan 2009) Log Message: * Move id assignment to after the instance is fully created. tests Passed: checkintests, mxunit databinding Needs QA: YES Needs DOC: NO Bug fixes

  • User and group names truncated with ls

    Hello, When using the 'ls -l' command the resulting list truncates user and group names that are longer than 8 characters. Is this a know issue? I'm running Mac OS 10.4.10. Thanks, Anthony

  • OD users missing from user lists on servers bound to open directory

    Hi, I've got an OD master set up on a 10.4 server. Two other servers (one 10.4 and one 10.5) are bound to the first for directory services. If I open Workgroup Manager on the OD master, I see a complete list of users. If I open a user/group "drawer"