After Lync 2010 sql move

hello
after I complete the move of the sql to a new server "http://blogs.technet.com/b/nexthop/archive/2010/12/20/change-a-pool-database-instance-when-the-pool-hosts-the-central-management-server.aspx"
I would then need to decom the temporary front end- I was looking for the procedure?
thanks

Here's the official article:
http://technet.microsoft.com/en-us/library/gg195767(v=ocs.14).aspx
Did you rehome users on the pool, or did it just exist to host the CMS?  If it only existed to host the CMS, you can likely just remove it from the topology builder and publish.  If it was more complex, you can pretty much follow a migration guide
that walks through decommissioning of an old pool such as:
http://www.oiboran.com/?p=1073.  That might be a bit more clear than just reading pure TechNet.  The one linked is for migrating to 2013, though the decommissions steps you'd need are for Lync 2010, just skip the ones that don't apply.
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".
SWC Unified Communications
This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Similar Messages

  • Lync 2013 sql database on existing lync 2010 sql server

    Dear All,
    I have query regarding the SQL server requirement for Lync 2013 enterprise,when there is a co-existence or migration from lync 2010 to 2013, it it possible to use the same Lync 2010 enterprise  sql server with different instance name or we have to create
    a new sql server for lync 2013, please advice me.
    Thanks and regards,
    sarma kumar

    No it is not possible. Topology builder won't allow it, it needs to be a completely different server name. 
    When you input the server into Topology builder you enter the server name and instance in two separate fields, it will give you a red X as soon as you try to put the server name in if it's already in the topology.
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer" | Blog
    www.lynced.com.au | Twitter
    @imlynced

  • Lync 2010 CMS move error to Lync 2013

    Hello,
    After I go through Lyn Deployment Wizard to prepare Lync 2013 server, I ran this command to create CMS on Lync 2013 svr as an administrator.
    Install-CsDatabase -Centralmanagement Database -sqlserverfqdn xxx.xxx.com -sqlinstancename -rtc
    The I received the following error. I also tried to the command with -clean as some suggested and it resulted in the same error. RTC instance is installed on Lync 2013 and remote connection and TCP/IP enabled. I also checked windows firewall and RTC
    access is set to allow...all Lync services are running as well. I would appreciate help!!
    SqlConnectionFailure: Failed to connect to SQL Server Error
    └ Error: Failed to find SQL Service. Make sure that SQL Server service (instance name -RTC) is installed in machine xxxx.xxxx.com
    ▼ Details
    └ Type: DbSetupSqlServiceNotInstalledException
    └ ▼ Stack Trace
    └ at Microsoft.Rtc.Common.Data.DbUtils.GetSqlServerStatus(Server sqlServer)
    at Microsoft.Rtc.Common.Data.DbUtils.StartSqlServer(Server sqlServer, Action`2 log)
    at Microsoft.Rtc.Common.Data.DbSetupBase.ConnectSqlServer()
    at Microsoft.Rtc.Common.Data.DbSetupBase.Initialize(Dictionary`2 parameters)
    at Microsoft.Rtc.Common.Data.DbSetupBase..ctor(Dictionary`2 parameters, Action`2 log)
    Error: An error occurred: "Microsoft.Rtc.Common.Data.SqlConnectionException" "A network-related or instance-specific error occurred while establishing aconnection to sql server. The server was not found or was not accessible. Verifythat the instance name is correct........

    Hi,
    I tried without '-' and am getting the following error now.
    Exception Stack:
    Type: System.ArgumentNullException, Message: Value cannot be null.
    Parameter name: path1
    Install-CsDatabase : An error occurred while creating or updating the database
    for feature CentralMgmtStore. For details, see the log file 'xxxxx.log'
    At line:1 char:1
    + Install-CsDatabase -CentralManagementDatabase -SQLServerFQDN
    xxxx.xxxx.com - ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidOperation: (:SourceCollection) [Install-C
       sDatabase], ArgumentNullException
        + FullyQualifiedErrorId : TaskFailed,Microsoft.Rtc.Management.Deployment.I
       nstallDatabaseCmdlet
    WARNING: Install-CsDatabase failed.
    WARNING: Detailed results can be found at
    "C:\Users\administrator.NVFS1\AppData\Local\Temp\Install-CsDatabase-c445e308-a2
    0b-4a6d-88f9-aa67f103d123.html".
    Install-CsDatabase : Command execution failed: Value cannot be null.
    Parameter name: path1
    At line:1 char:1
    + Install-CsDatabase -CentralManagementDatabase -SQLServerFQDN
    xxxx.xxx.com - ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~
        + CategoryInfo          : InvalidOperation: (:) [Install-CsDatabase], Argu
       mentNullException
        + FullyQualifiedErrorId : ProcessingFailed,Microsoft.Rtc.Management.Deploy
       ment.InstallDatabaseCmdlet
    Lync Server 2013 Deployment Log Collapse All Actions
    Action Action Information Time Logged Execution Result
    ▼ Install-CsDatabase Failed
    └ ► Action 6/20/2014 10:47:16 PM Success
    └ Root domain: xxxx.com. 6/20/2014 10:47:16 PM
    └ Root domain: xxxx.com. 6/20/2014 10:47:17 PM
    └ Filter: (&((ObjectCategory Equal person)(ObjectClass Equal user)(Sid Equal S-1-5-21-3303346277-3204210531-2784806349-500))) 6/20/2014 10:47:17 PM
    └ Found 6/20/2014 10:47:17 PM
    └ User: CN=administrator,CN=Builtin,DC=xxxx,DC=com 6/20/2014 10:47:17 PM
    └ Group security identifier (SID): S-1-5-21-3303346277-3204210531-2784806349-519 6/20/2014 10:47:17 PM
    └ HasToken: True 6/20/2014 10:47:20 PM
    └ Check Groups 6/20/2014 10:47:20 PM
    └ TaskFailed: Task execution failed. 6/20/2014 10:47:20 PM Error
    └ Error: Value cannot be null. Parameter name: path1
    ▼ Details
    └ Type: ArgumentNullException
    └ ▼ Stack Trace
    └ at System.IO.Path.Combine(String path1, String path2)
    at Microsoft.Rtc.Management.Deployment.Tasks.DatabaseCreator.CreateDbSetupInstance(String featureName, DatabaseScript script, String sqlServer, String instanceName, Boolean collocated, Boolean backup, Boolean noreindex, DatabasePathAssignment[] pathAssignments, StreamWriter log, Boolean broadcastInfo)
    at Microsoft.Rtc.Management.Deployment.Tasks.DatabaseCreator.CheckDbExistsForFeature(String featureName, String sqlServer, String instanceName, Boolean collocated, String& logfile)
    6/20/2014 10:47:20 PM Error
    └ TaskFailed: An error occurred while creating or updating the database for feature CentralMgmtStore. For details, see the log file 'C:\Users\administrator.NVFS1\AppData\Local\Temp\DbExists-CentralMgmtStore-xxxx.xxxx.com_rtc-[2014_06_20][22_47_20].log' 6/20/2014 10:47:20 PM
    └ TaskFailedResolution: Consult exception information and previous errors for more information on how to resolve this error. 6/20/2014 10:47:20 PM
    └ Error: An error occurred: "System.ArgumentNullException" "Value cannot be null.
    Parameter name: path1" 6/20/2014 10:47:20 PM Error
    DIV2,DIV1

  • OWA Error after Exchange 2010 Mailbox move to 2013

    Hello,
    We have been experiencing an issue when we move a users mailbox from Exchange 2010 on-prem to Exchange 2013 on-prem.  As a domain admin I was able to access the users mailbox via OWA 2010 with out issues.  However, now that they have been
    moved over to 2013 I am getting the following error message:
    X-OWA-Error: SDServerErr;Microsoft.Exchange.Data.Storage.AccessDeniedException
    X-OWA-Version: 15.0.995.28
    X-FEServer: CASServer
    X-BEServer: Mailboxserver.domain.com
    Date: 1/29/2015 5:27:38 PM
    Full Access permissions appear on the mailbox still via the 2013 ECP console for my account.  I have tried running the
    Set-Mailbox UserName -ApplyMandatoryProperties command but receive a message that no settings have been modified.
    I have also tried to remove/re-add inheritable permissions on the users AD account to no avail.
    I have a large group of mailboxes to move over to 2013 and hoping their is a decent solution out there to prevent this from happening.
    Greatly appreciate any feedback on this request.
    Cheers

    Hi,
    Please re-add the full access permission for the administrator:
    Get-Exchange Server "servername" | Get-Mailbox | Add-MailboxPermission -User Administrator -AccessRights FullAccess
    If Administrator is still located in Exchange 2010 and has the full access permission to an Exchange 2013 mailbox ([email protected]) which is moved from Exchange 2010, please use the following URL to open the mailbox:
    https://Exch13.domain.com/owa/[email protected]/
    Then check whether the issue persists.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Move Lync 2010 database in different drive in same sql instance

    Hi,
    I am using Lync 2010 enterprise version and Lync database in SQL cluster.
    I have to move lync 2010 database files in different drive due to some space issue in the drive.
    Thanks

    Hi Deepak Srivastava,
    As far as I know, I recommend that you move databases by using the ALTER DATABASE planned relocation procedure .
    In simple terms, the steps are following:
    1. Backup the Database.
    2. Stop the services on Lync Servers.
    3. Move the database, and you could refer to this article:
    Move System Databases
    http://msdn.microsoft.com/en-us/library/ms345408.aspx
    4. Start the services on Lync Servers.
    5. Test the Lync feature.
    Hope it can be helpful.
    Best regards,
    Eric

  • CMS database move from Lync 2010 to 2013 went well but.....

    Something odd when I was done. Everything went perfectly. No errors at all and went as expected. I noticed though after everything was done and I had not yet uninstalled the CMS from Lync 2010 that two services on the Lync 2010 were stopped but in an Automatic
    startup state. They are the "Lync Server File Transfer Agent' and the "Lync Server Master Replicator Agent'. Thought it was odd they were both stopped. I am sure it had something to do with the CMS move and all the scripting that goes on. The rest
    of the Lync services are running.
    I am thinking though if they were supposed to be stopped, why not disable them. Why leave them at Automatic. I am not seeing any errors or warnings at all on the Lync 2010 or 2013 servers. Application, System and Lync Server logs are clean. Everything appears
    to be OK.
    Thing that concerns me though is when I run the Get-CsManagementStoreReplicationStatus on the 2013 FE, the databases all come back looking good with UpToDate = True but the last replication was last night (about 8-9 hours ago) shortly after I completed the
    procedure.
    I want to just uninstall the CMS on Lync 2010 which is the last step but I want to make sure everything is OK before I do. Not sure if I should start those services. I never rebooted the 2010 server after moving the CMS. Seems if I did, those services would
    have tried to start. Very confused here.
    Wanted to add also that I have both the above services on the 2013 FE server and they are both running. And, when I run Get-CsManagementStoreReplicationStatus -CentralManagementStoreStatus on my Lync 2013 FE, it says it is the active master and active file
    transfer agent so maybe that is why the services are stopped? If so, what if I had rebooted the 2010 server. Those services would have tried to start because they are set to Automatic.
    I guess the real question here is how often should the Lync servers being updating their replicas with each other. We have a very small environment right now with only a few hundred users.

    This process of transferring information updates from master to replica is called replication. The replication process consists of copying information between directories from the master to the replicas, applying the changes received to the
    replica and report status back to the master.
    The MASTER generates the data package containing new changes to CMS and stores a copy in each to-replica directory for every replica.
    The data package must be copied to all replicas. All Lync Server 2013 servers, except the Edge Server, uses the Windows file copy SMB protocol mechanism to push the data package from the CMS master to the replica.
    For Edge servers, since Edge servers is not a member of domain, the file copy is performed over an HTTPS channel. The Edge Server runs a Web Service on the port specified for the ManagementServices in the topology document. The default port is 4443. Even
    you Move CMS store and CMS Master service from 2010 to 2013, the replication is a logical concept so you can replicate CMS information with the help of Lync server 2013 CMS master service.
    You can refer to the link below, it is for Lync server 2010 but similar for Lync server 2013:
    https://blogs.technet.com/b/jenstr/archive/2010/10/13/what-is-central-management-store-cms.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Lync 2010 & 2013 Co-existence, After Moving fileshare clients are prompting for Credentials for RGS

    Hello,
    I am in middle of migration from lync 2010 to 2013. At the moment both enviroments are in Co-existense state, Got pools on both enviroments, however all users are moved to 2013 pool already. Also edge has been migrated already to 2013, and it seems to work
    fine (except mobility).
    Last Friday I decided to move the lyncshare from old server to new one (both servers were using same lyncshare on old server). I was using this guide: http://technet.microsoft.com/en-us/library/gg195742%28v=ocs.14%29.aspx and all were working pretty fine.
    When about hour was passed after last steps, problems started to occur. All clients are asking for credentials to RGS, nowhere else. Entering credentials won't help, prompt appears again. If i cancel the prompt, lync works, but shows error in lower right corner:
    Cannot synchronize addressbook (or something similar). Checking connection configuration from client shows that EWS is not deployed, which has been deployed.
    I have also checked twice that the permissions are right on lyncshare.
    Where should i start to look a solution for the problem ? Seems bit odd that moving a share kinda breaks whole system.

    Hello,
    Apparently the problem this time is not the Lync, but Exchange. As we are having Exchange migration on the same domain at the same time, I were troubleshooting the problem more, and found out that Lync Client is configured to use EWS Internal & External
    url in "https://server005.domain.local/ews/exchange.asmx" , but when opening the url i receive the followin page:
    and syntax is: svcutil.exe "https://server014.domain.local:444/EWS/Services.wsdl" , so If i understood right, the problem is in exchange, not in Lync at the moment.
    About errors in FE Event Viewer, There is one error repeating often, have not found a solution yet.
    Best Regards
    Jaakko

  • Lync 2010 to 2013 Migration (Standard) - Can't Move CMS

    New virtual machine has Lync 2013 Standard installed. I've selected "Prepare first Standard Edition server" and launched the Lync Powershell, entered enable-cstopology, then move-csmanagementserver. It fails with the error "The New CMS located
    at X.domain.com\rtc" is not accessible. -FullyQualifiedErrorId: Move not supported.,Microsoft.Rtc.Management.Deployment.MoveCms.Movecmscmdlet".
    I've seen several commands to try while Googling, but unsure of which one to try:
    Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn t-sql03.wesselius.local –SqlInstance –clean
    Install-CsDatabase -CentralManagementDatabase -sqlserverfqdn server.fqdn.local -sqlinstancename rtc -clean
    Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn sql.domain.local -SqlInstanceName INSTANCE -clean
    If I download my current topology, expand Shared Components and then SQL Server Stores I see:
    -servername.domain.com\rtc (lync 2010 FE server)
    -servername2013.domain.com\rtc (lync 2013 FE server)

    On the Lync 2013 vm I've been through all of the "prepare ad" steps, all of the "install or update lync server system" steps, "prepare first SE server", etc. So if I download my current topology, you can see my 2013 lync server
    if you expand down to Lync server - OrgName - Lync Server 2013 - Standard Edition FE Servers.
    All services are started.
    I cannot move users to the pool due to what I have mentioned above. My CMS is still 2010/located on my 2010 server which is coexisting until the migration is complete. You cannot migrate a user to the 2013 pool from the 2010 CMS console.
    I am running the command on the 2013 server.
    Edit: I guess this link would show about where I am: http://technet.microsoft.com/en-us/library/jj205420.aspx
    The difference is my 2013 CMS link doesn't work, I just get a "403 - Forbidden. Access is denied" error. If I launch my 2010 CMS link and go to the topology tab, I can see my 2013 lync server and the replication status is good.

  • Lync Contacts not appearing in Lync 2010 after user is moved to Lync 2013

    Good Morning,
    Our company recently migrated all of our users to Lync 2013 from Lync 2010.   Most of our clients are still running the Lync 2010 client on their workstations.  There is an ongoing project where we are upgrading to Office 2013 as well.
    When a user signs into Lync, clicks on their contacts, the list is blank. They see their frequent contacts and are able to search for people.   Some people are able to manage their contacts through OWA 2013 since we have the integration in
    place. If they try to add contacts in Lync, they receive the message:
    Cannot Add, Remove or move contacts or groups at this time. Please try again later.
    I have tried going into the %appdata%\Microsoft\communicator directory and deleting the .cache and .idx and opening Lync again and still they do not appear.
    Found this article:  https://support.microsoft.com/kb/2757458?wa=wsignin1.0, but we cannot role people back to Lync 2010.  So they will just have to live with it until they receive Lync 2013 and  use OWA 2013 to manage them until their office
    client is upgraded.

    Hi BrianDougherty,
    I’m not sure whether this is caused by UCS, but you can test it by disabling UCS for a test user.
    Run the following command and then check the result.
    New-CsUserServicesPolicy -Identity NoUCS -UcsAllowed $False
    Grant-CsUserServicesPolicy –Identity “test user” –PolicyName NoUCS
    Invoke-CsUcsRollback –Identity “test user”
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Lync 2013 SQL Permission after install

    We have started to install Lync 2013 Enterprise to replace our Lync 2010 Standard servers.  Since we are moving to enterprise I've had to ask the SQL dba to get envolved with the installation.  We followed the recommended permission document here..
    http://technet.microsoft.com/en-us/library/gg398375.aspx
    we gave the install account Sysadmin and local admin on the SQL server.
    Now that the install is complete our dba wants to remove sysadmin from the account and remove it from SQL. 
    Can we do that or does it need to stay in place?
    Thanks,
    Matt

    Hi Matt,
    You should be able to remove it now that the databases have been created as it should only be required for installation. You just need to make sure that your users accounts for management are part of the appropriate RBAC groups.
    The only caveat I can think of is if you need to do some SQL configuration tasks like deploy mirroring or run an update that may need to drop and rebuild the database. In those scenario you would need to have it reapplied.
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer"
    Georg Thomas | Lync MVP
    Blog www.lynced.com.au | Twitter
    @georgathomas
    Lync Edge Port Check (Beta)

  • Migrating Lync 2010 Std to Lync 2103 Std- Move PSTN Gateway and Trusted Applications

    We had a Lync 2010 Std server in one site and pool and migrated to Lync 2013 Std by creating another site and pool.  Same SIP domain, etc.  Everything is working so far that we have tested.
    My question is now is there a way to just move the PSTN gateway and trunk that shows in the shared components of the Lync 2010 site to the Lync 2013 site?

    Hi,
    You can create PSTN geteway for Lync 2013. As Holger said, you cannot movei it.
    Kent Huang
    TechNet Community Support

  • Microsoft Lync 2010 continuously asks for credentials after signing in

    Hi,
    we have lync 2010 frontend server at our office, it is working fine for the all the users, but one user who will connect our network through VPN it will continuously prompts for credentials eventhough if we are providing right credentials, because of this
    user will be not able to recieve emails from his outlook. all other VPN users working fine. how to troubleshoot this issue, please any help?
    Regards
    Asha

    Hi,
    The issue may occur if the Outlook integration is not correctly on this client after connecting through VPN. What is the
    difference for the location or sign in type between this user and other working users?
    Lync generally only prompts you for credentials after you are logged in when it must connect Lync to a linked service such as the Microsoft Exchange Free/Busy service or the Calendar service.
    If Lync continues to ask for credentials after three separate dialog prompts, there is likely an issue with Outlook integration or with the Exchange services themselves. I suggest referring to the following information to check the issue.
    http://support.microsoft.com/kb/2298541
    http://support.microsoft.com/kb/2436962
    Regards,
    Kent

  • Lync 2013 Client pops up automatically while typing in Word , Excel in Windows 7 after upgrade from Lync 2010 client

    Hello All,
    Facing very much weird issue for only 4 users in my organization. This 4 users are migrated to Lync 2013 pool from Lync 2010 pool with Lync 2010 client migrated to Lync 2013 client.
    Now whenever this users are typing in (apps like word, excel) automatically pops up Lync 2013 client which is annoying.
    All my users are Windows 7 with latest updates & updates Lync 2013 with latest updates installed.
    Any help really appreciated.
    Regards
    Anand S
    Thanks & Regards Anand Sunka MCSA+CCNA+MCTS

    Hi 
    The solution is to do a ‘repair’ install of Office 2013.  This will reregister the needed components and the popups will stop. 
    A repair install can be done from ‘Programs and Features’, highlight Office 2013 and click ‘Change’.  When the install wizard appears, choose the ‘repair’ option.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com Thanks Sathish
    (MVP)

  • Uninstalling CMS from Lync 2010

    Now that the CMS has been migrated to our Lync 2013 FE servers, I need to remove the replica from our single Lync 2010 server using
    Uninstall-CsDatabase -CentralManagementDatabase -SqlServerFqdn <FQDN of SQL Server> -SqlInstanceName <Name of source server>
    We plan on keeping the Lync 2010 server around for a bit even though there are no users on it. I have a single Trusted App for webmail  integration still attached to the Lync 2010 server which I plan to move to 2013 sometime in the future. Our
    Edge is still 2010.
    Question is by removing the CMS replica from the Lync 2010 server, will this interfere with operation of the Edge server? All I am doing is removing CMS replica which is something you are supposed to do after moving CMS to 2013 but I am not sure where the
    Edge is currently pulling its replica data from. Since the Edge has access to all internal FE servers I assume that if its getting changes from the 2010 FE and I remove that replica, it will get changes going forward from the 2013 FE. Is there any way
    to see the Lync FE replication partners so I can verify this?
    Eventually, we will build out a 2013 Edge and at that time decommission the 2010 completely. Its a very simple environment. Just IM and presence. No telephony, monitoring or archiving.

     You can establish a pool pairing that includes the pool hosting the Central Management store, a backup Central Management store database is set up in the backup pool,
    and Central Management store services are installed in both pools. At any point in time, one of the two Central Management store databases is the active master, and the other is a standby. The content is replicated by the Backup Service from the active master
    to the standby.
    Lisa Zheng
    TechNet Community Support

  • Lync 2010 to 2013 Migration DB issue, central management database.

    Hello ,
    During Lync 2010 to 2013 migration , on my back end database for Lync 2013 I previously created there data base instances on my lync 2013 BE , (RTC,MON, ARC) THERE DIFFERENT ISTNACE using sql server enterprise 2012 .
    Now I want to finish the migration by moving the central management server to the lync server 2013.
    my question now I tried to create a new DB instance and I face some issue related  the space on the server .
    can I use any of the existing isnatce which I created before for the (RTC,MON, ARC) or can I sue the default instance which is created by default with sql 2012 server installation .to install the central management database.
    do I need a spate instance ? for the new central management store on my lync server 2013
    Thanks
    MK

    Hello
    After I run the command
     Install-CsDatabase -CentralManagementDatabase -SqlServerFqdn hq-lync2013-be.MYDOMAIN -SqlInstanceName RTC.
    -Then
    Enable-CsTopology
    -Then
    Move-CsManagementServer .
    And now after the move when I check the logs :
    WARNING: The move completed successfully but the following additional steps are required:
      Run local setup on the following computers to remove Central Management services that are no longer defined in the topology:
        - HQ-LYNC-FE-01.MYDOMAIN
    WARNING: "Move-CsManagementServer" processing has completed with warnings. "2" warnings were recorded during this run.
    WARNING: Detailed results can be found at
    "C:\Users\MYUSER\AppData\Local\Temp\2\Move-CsManagementServer-0d4806f4-554d-497d-a0dc-0fc98a6e076d.html".
    THESE AR ETEH TWO WARININGS :
    Warning: Failed to cleanup file store for the new Central Management Server. Error The directory is not empty.
    Warning: The move completed successfully but the following additional steps are required:
    Run local setup on the following computers to remove Central Management services that are no longer defined in the topology:
    - HQ-LYNC-FE-01.MYDOMAIN.
    I Run the local setup on both the FE2013 AND FE2010.
    now when I run the command :
    Get-CsManagementStoreReplicationStatus
    UpToDate           : False    (I shutdown this server )
    ReplicaFqdn        : HQ-EDGE01.mydomain
    LastStatusReport   :
    LastUpdateCreation : 3/16/2015 1:52:45 PM
    ProductVersion     :
    UpToDate           : False
    ReplicaFqdn        : HQ-LYNC2013-FE.mydomain
    LastStatusReport   :
    LastUpdateCreation : 3/16/2015 1:52:45 PM
    ProductVersion     :
    UpToDate           : False
    ReplicaFqdn        : HQ-LYNC-FE-01.mydomain
    LastStatusReport   :
    LastUpdateCreation : 3/16/2015 1:52:45 PM
    ProductVersion     :
    UpToDate           : False
    ReplicaFqdn        : HQ-LYNC-MA-01.mydomain
    LastStatusReport   :
    LastUpdateCreation : 3/16/2015 1:52:45 PM
    ProductVersion     :
    NOW THEER IS REPLICATION ISSUE ?
    I notice that service on my lync 2010 SOME OF THEM ARE STOPPED :
    FILE TRANSFER AGENT , MASTER REPLICATORE AGENT , CALL PARK SERVICE (ALL ON LYNC 2010)
    ALL SERVICE ON 2013 FE IS OK AND RUNNING..
    I notice this error in my lync server 2013 vents .
    I host the shared file on my lync server 2010 mediation server
    Microsoft Lync Server 2013, Master Replicator Agent service encountered an error while accessing a file share and will continuously attempt to access this file share until this issue is resolved. While this condition persists, replication to replica machines
    might not occur.
    IO failure occurred for Path=\\HQ-LYNC-MA-01.mydomain\LYNCSHARE\1-CentralMgmt-1\CMSFileStore\xds-master\working\replication\tmp. Exception=Access to the path '\\HQ-LYNC-MA-01.mydomain\LYNCSHARE\1-CentralMgmt-1' is denied..
    Cause: Possible issues with file share permissions. This can occur if the computer hosting the file share has outdated cached credentials for the computer that is trying to access the file share.
    Resolution:
    For details about how to resolve file share permission issues, see the product documentation.
    SO ANY ADVICE ?
    Regards
    MK

Maybe you are looking for

  • Multiple Libraries for Multiple Users on iTunes

    Is there a way - using iTunes 7 - to have multiple libraries? Our family shares a computer and I would love to have separate libraries. Thanks. Tas804

  • Java Programming Competition Sample Questions

    Hi, I am interested in participating the Java Programming Competition in my University. For pratice can you point me to some website with sample questions or any question u have in mind. Thanks Satish

  • Downloaded Itunes, will not open!

    I ha downloaded Itunes twice .  It will not open!

  • OnEnterFrame

    I have a basic question about the onEnterFrame event handler. I understand how this code will continually repeat the output trace text: onEnterFrame = function () { trace ("onEnterFrame called"); but why does this only output the trace text once and

  • Type tool makes CS5 crash

    Hi, It is fairly random, but right now more often then not when I go to access the type tool I get a whole lot of nothingness, I can move my cursor, but I can not click, and I am not getting the spinning beachball of death, and when I do to force qui